See: Description
| Interface | Description |
|---|---|
| ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>> |
SPI interface to implement components that can transfrom an
ExpressionTransformationContextSupport into an
object. |
| Class | Description |
|---|---|
| ExpressionNode |
A value object for nodes in an expression.
|
| ExpressionTransformationContextSupport<T extends ExpressionNode> |
The context for an
ExpressionNode transformation. |
| LiteralNode |
A node representing a literal in an expression.
|
| MethodReferenceNode |
An
ExpressionNode representing a method reference. |
| OperatorNode |
An
ExpressionNode representing an operator. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.