Uses of Class
com.clevercloud.biscuit.datalog.expressions.Op.BinaryOp
-
Packages that use Op.BinaryOp Package Description com.clevercloud.biscuit.datalog.expressions -
-
Uses of Op.BinaryOp in com.clevercloud.biscuit.datalog.expressions
Methods in com.clevercloud.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 com.clevercloud.biscuit.datalog.expressions with parameters of type Op.BinaryOp Constructor Description Binary(Op.BinaryOp value)
-