Uses of Class
org.biscuitsec.biscuit.datalog.expressions.Op.BinaryOp
-
Packages that use Op.BinaryOp Package Description org.biscuitsec.biscuit.datalog.expressions -
-
Uses of Op.BinaryOp in org.biscuitsec.biscuit.datalog.expressions
Methods in org.biscuitsec.biscuit.datalog.expressions that return Op.BinaryOp Modifier and Type Method Description Op.BinaryOpOp.Binary. getOp()static Op.BinaryOpOp.BinaryOp. valueOf(String name)Returns the enum constant of this type with the specified name.static Op.BinaryOp[]Op.BinaryOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.biscuitsec.biscuit.datalog.expressions with parameters of type Op.BinaryOp Constructor Description Binary(Op.BinaryOp value)
-