Uses of Enum Class
com.libdbm.cel.ast.BinaryOp
Packages that use BinaryOp
-
Uses of BinaryOp in com.libdbm.cel.ast
Methods in com.libdbm.cel.ast that return BinaryOpModifier and TypeMethodDescriptionBinary.op()Returns the value of theoprecord component.static BinaryOpReturns the enum constant of this class with the specified name.static BinaryOp[]BinaryOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.libdbm.cel.ast with parameters of type BinaryOpModifierConstructorDescriptionBinary(BinaryOp op, Expression left, Expression right) Creates an instance of aBinaryrecord class.