public interface Node
Parse tree node.
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.apache.calcite.linq4j.tree.ExpressionWriter expressionWriter) |
Node |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.