public abstract class AbstractSequenceMacroNode extends AbstractMacroNode
AbstractMacroNode.Result| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<AbstractMacroNode> |
statements |
| Constructor and Description |
|---|
AbstractSequenceMacroNode(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildMacroNode(AbstractMacroNode abstractMacroNode) |
String |
getName() |
String |
toString() |
void |
visit(Consumer<AbstractMacroNode> consumer) |
copy, getParent, getRoot, getValue, getVariableStorage, setParent, tickprotected final LinkedList<AbstractMacroNode> statements
public AbstractSequenceMacroNode(String name)
public void addChildMacroNode(AbstractMacroNode abstractMacroNode)
public void visit(Consumer<AbstractMacroNode> consumer)
visit in class AbstractMacroNodepublic String getName()
public String toString()
toString in class AbstractMacroNodeCopyright © 2021 Markus Heberling. All rights reserved.