public final class VariableNode extends Object implements ParameterNode
Constructor and Description |
---|
VariableNode(String variableName) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Visitor<T> visitor) |
List<AbstractSyntaxTreeNode> |
getChildren() |
String |
getVariableName() |
public VariableNode(String variableName)
public String getVariableName()
public <T> T accept(Visitor<T> visitor)
accept
in interface AbstractSyntaxTreeNode
public List<AbstractSyntaxTreeNode> getChildren()
getChildren
in interface AbstractSyntaxTreeNode