org.eclipse.xtext.serializer.sequencer
Class GenericSemanticSequencer.AlternativeAllocation

java.lang.Object
  extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
      extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AlternativeAllocation
Enclosing class:
GenericSemanticSequencer

protected class GenericSemanticSequencer.AlternativeAllocation
extends GenericSemanticSequencer.Allocation


Field Summary
protected  GenericSemanticSequencer.Quantity child
           
 
Constructor Summary
GenericSemanticSequencer.AlternativeAllocation(GenericSemanticSequencer.Quantity child)
           
 
Method Summary
 void accept(org.eclipse.emf.ecore.EObject semanticObj, IGrammarConstraintProvider.IConstraintElement constraint)
           
protected  GenericSemanticSequencer.Quantity getChild()
           
 java.lang.String toString(java.lang.String prefix)
           
 
Methods inherited from class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

child

protected GenericSemanticSequencer.Quantity child
Constructor Detail

GenericSemanticSequencer.AlternativeAllocation

public GenericSemanticSequencer.AlternativeAllocation(GenericSemanticSequencer.Quantity child)
Method Detail

accept

public void accept(org.eclipse.emf.ecore.EObject semanticObj,
                   IGrammarConstraintProvider.IConstraintElement constraint)
Specified by:
accept in class GenericSemanticSequencer.Allocation

getChild

protected GenericSemanticSequencer.Quantity getChild()

toString

public java.lang.String toString(java.lang.String prefix)
Specified by:
toString in class GenericSemanticSequencer.Allocation