org.eclipse.xtext.grammaranalysis.impl
Class GrammarElementTitleSwitch.Node

java.lang.Object
  extended by org.eclipse.xtext.grammaranalysis.impl.GrammarElementTitleSwitch.Node
Enclosing class:
GrammarElementTitleSwitch

protected static class GrammarElementTitleSwitch.Node
extends java.lang.Object


Field Summary
protected  java.util.List<GrammarElementTitleSwitch.Node> children
           
protected  CompoundElement compound
           
protected  java.lang.String text
           
 
Constructor Summary
GrammarElementTitleSwitch.Node(CompoundElement compound, java.lang.String text)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

children

protected java.util.List<GrammarElementTitleSwitch.Node> children

compound

protected CompoundElement compound

text

protected java.lang.String text
Constructor Detail

GrammarElementTitleSwitch.Node

public GrammarElementTitleSwitch.Node(CompoundElement compound,
                                      java.lang.String text)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object