Class GrammarElementTitleSwitch.Node
- java.lang.Object
-
- org.eclipse.xtext.grammaranalysis.impl.GrammarElementTitleSwitch.Node
-
- Enclosing class:
- GrammarElementTitleSwitch
protected static class GrammarElementTitleSwitch.Node extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<GrammarElementTitleSwitch.Node>childrenprotected CompoundElementcompoundprotected java.lang.Stringtext
-
Constructor Summary
Constructors Constructor Description Node(CompoundElement compound, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
children
protected java.util.List<GrammarElementTitleSwitch.Node> children
-
compound
protected CompoundElement compound
-
text
protected java.lang.String text
-
-
Constructor Detail
-
Node
public Node(CompoundElement compound, java.lang.String text)
-
-