public interface Node
Parse tree node.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionWriter expressionWriter) |
Node |
accept(Visitor visitor) |
void accept(ExpressionWriter expressionWriter)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.