Class | Description |
---|---|
AttributeAccessNode<V,T> |
An ExpressionNode that denotes an Attribute access.
|
BinaryExpressionNode<T> |
A class that represents a binary operation.
|
ExpressionNode<T> |
An abstract class that represents some operation.
|
InExpressionNode<T> |
A node that represnt the "in" operation
|
LiteralNode<T> |
A node that represents a Literal
|
LogicalExpressionNode |
An ExpressionNode that denotes a logical operation.
|
Enum | Description |
---|---|
Opcode |
The set of operators used by ExpressionBuilder
|
Copyright © 2016 Oracle Corporation. All rights reserved.