Uses of Class
org.biscuitsec.biscuit.datalog.expressions.Op
-
Packages that use Op Package Description org.biscuitsec.biscuit.datalog.expressions org.biscuitsec.biscuit.token.builder Builder interface to create tokens and caveats -
-
Uses of Op in org.biscuitsec.biscuit.datalog.expressions
Subclasses of Op in org.biscuitsec.biscuit.datalog.expressions Modifier and Type Class Description static classOp.Binarystatic classOp.Unarystatic classOp.ValueMethods in org.biscuitsec.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 org.biscuitsec.biscuit.datalog.expressions with type arguments of type Op Constructor Description Expression(ArrayList<Op> ops) -
Uses of Op in org.biscuitsec.biscuit.token.builder
Method parameters in org.biscuitsec.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)
-