public class VariableNode extends java.lang.Object implements SyntaxNode
Modifier and Type | Field and Description |
---|---|
protected char |
name |
Constructor and Description |
---|
VariableNode(char ch) |
Modifier and Type | Method and Description |
---|---|
void |
addInstructions(java.util.List<java.lang.Object> l) |
public void addInstructions(java.util.List<java.lang.Object> l)
addInstructions
in interface SyntaxNode