protected static class GrammarElementTitleSwitch.Node
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GrammarElementTitleSwitch.Node> |
children |
protected CompoundElement |
compound |
protected java.lang.String |
text |
| Constructor and Description |
|---|
Node(CompoundElement compound,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
protected java.util.List<GrammarElementTitleSwitch.Node> children
protected CompoundElement compound
protected java.lang.String text
public Node(CompoundElement compound, java.lang.String text)