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 visitor"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"