public final class ExpressionNode extends Object
| Constructor and Description |
|---|
ExpressionNode(AbstractSyntaxTreeNode next) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> visitor) |
List<AbstractSyntaxTreeNode> |
getChildren() |
public ExpressionNode(AbstractSyntaxTreeNode next)
public <T> T accept(Visitor<T> visitor)
public List<AbstractSyntaxTreeNode> getChildren()