Uses of Class
com.clevercloud.biscuit.token.builder.Expression.Op
-
Packages that use Expression.Op Package Description com.clevercloud.biscuit.token.builder Builder interface to create tokens and caveatscom.clevercloud.biscuit.token.builder.parser -
-
Uses of Expression.Op in com.clevercloud.biscuit.token.builder
Methods in com.clevercloud.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 com.clevercloud.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 com.clevercloud.biscuit.token.builder.parser
Methods in com.clevercloud.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)
-