Uses of Enum Class
com.libdbm.cel.ast.UnaryOp
Packages that use UnaryOp
-
Uses of UnaryOp in com.libdbm.cel.ast
Methods in com.libdbm.cel.ast that return UnaryOpModifier and TypeMethodDescriptionUnary.op()Returns the value of theoprecord component.static UnaryOpReturns the enum constant of this class with the specified name.static UnaryOp[]UnaryOp.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 UnaryOpModifierConstructorDescriptionUnary(UnaryOp op, Expression operand) Creates an instance of aUnaryrecord class.