Uses of Class
org.glassfish.ha.store.criteria.spi.Opcode
-
Packages that use Opcode Package Description org.glassfish.ha.store.criteria.spi -
-
Uses of Opcode in org.glassfish.ha.store.criteria.spi
Methods in org.glassfish.ha.store.criteria.spi that return Opcode Modifier and Type Method Description OpcodeExpressionNode. getOpcode()static OpcodeOpcode. valueOf(String name)Returns 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 Opcode Constructor Description BinaryExpressionNode(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)
-