Uses of Enum
org.glassfish.ha.store.criteria.spi.Opcode
Packages that use Opcode
-
Uses of Opcode in org.glassfish.ha.store.criteria.spi
Methods in org.glassfish.ha.store.criteria.spi that return OpcodeModifier and TypeMethodDescriptionExpressionNode.getOpcode()static OpcodeReturns the enum constant of this type with the specified name.static Opcode[]Opcode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.ha.store.criteria.spi with parameters of type OpcodeModifierConstructorDescriptionBinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left) BinaryExpressionNode(Opcode opcode, Class<T> returnType, ExpressionNode<T> left, ExpressionNode<T> right) ExpressionNode(Opcode opcode, Class<T> returnType) LogicalExpressionNode(Opcode opcode, ExpressionNode left, ExpressionNode right)