Package | Description |
---|---|
org.glassfish.ha.store.criteria.spi |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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) |
Copyright © 2016 Oracle Corporation. All rights reserved.