Uses of Class
com.clevercloud.biscuit.datalog.expressions.Op
-
Packages that use Op Package Description com.clevercloud.biscuit.datalog.expressions com.clevercloud.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Op in com.clevercloud.biscuit.datalog.expressions
Subclasses of Op in com.clevercloud.biscuit.datalog.expressions Modifier and Type Class Description static classOp.Binarystatic classOp.Unarystatic classOp.ValueMethods in com.clevercloud.biscuit.datalog.expressions that return types with arguments of type Op Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Op>Op.Binary. deserializeV1(Schema.OpBinary op)static io.vavr.control.Either<Error.FormatError,Op>Op. deserializeV2(Schema.Op op)static io.vavr.control.Either<Error.FormatError,Op>Op.Unary. deserializeV2(Schema.OpUnary op)ArrayList<Op>Expression. getOps()Constructor parameters in com.clevercloud.biscuit.datalog.expressions with type arguments of type Op Constructor Description Expression(ArrayList<Op> ops) -
Uses of Op in com.clevercloud.biscuit.token.builder
Method parameters in com.clevercloud.biscuit.token.builder with type arguments of type Op Modifier and Type Method Description voidExpression.Binary. toOpcodes(SymbolTable symbols, List<Op> ops)abstract voidExpression. toOpcodes(SymbolTable symbols, List<Op> ops)voidExpression.Unary. toOpcodes(SymbolTable symbols, List<Op> ops)voidExpression.Value. toOpcodes(SymbolTable symbols, List<Op> ops)
-