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