|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Opcode | |
|---|---|
| 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 | |
|---|---|
Opcode |
ExpressionNode.getOpcode()
|
static Opcode |
Opcode.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 | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||