@ProviderType
public interface ExpressionNode
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> visitor)
Accept a visitor to process this node.
|
<T> T accept(NodeVisitor<T> visitor)
T
- the type of the visitorvisitor
- The visitorCopyright © 2018 The Apache Software Foundation. All rights reserved.