Uses of Class
org.biscuitsec.biscuit.token.builder.Expression.Op
-
Packages that use Expression.Op Package Description org.biscuitsec.biscuit.token.builder Builder interface to create tokens and caveatsorg.biscuitsec.biscuit.token.builder.parser -
-
Uses of Expression.Op in org.biscuitsec.biscuit.token.builder
Methods in org.biscuitsec.biscuit.token.builder that return Expression.Op Modifier and Type Method Description static Expression.OpExpression.Op. valueOf(String name)Returns the enum constant of this type with the specified name.static Expression.Op[]Expression.Op. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biscuitsec.biscuit.token.builder with parameters of type Expression.Op Constructor Description Binary(Expression.Op op, Expression arg1, Expression arg2)Unary(Expression.Op op, Expression arg1) -
Uses of Expression.Op in org.biscuitsec.biscuit.token.builder.parser
Methods in org.biscuitsec.biscuit.token.builder.parser that return types with arguments of type Expression.Op Modifier and Type Method Description static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op0(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op1(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op2(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op3(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op4(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op5(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op6(String s)static io.vavr.control.Either<Error,io.vavr.Tuple2<String,Expression.Op>>ExpressionParser. binary_op7(String s)
-