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

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

protected class GenericSemanticSequencer.GroupAllocation
extends GenericSemanticSequencer.Allocation


Field Summary
protected  java.util.List<GenericSemanticSequencer.Quantity> children
           
 
Constructor Summary
GenericSemanticSequencer.GroupAllocation()
           
GenericSemanticSequencer.GroupAllocation(java.util.List<GenericSemanticSequencer.Quantity> children)
           
 
Method Summary
 void accept(org.eclipse.emf.ecore.EObject semanticObj, IGrammarConstraintProvider.IConstraintElement constraint)
           
 void addChild(GenericSemanticSequencer.Quantity quantity)
           
 java.util.List<GenericSemanticSequencer.Quantity> getChildren()
           
 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

children

protected java.util.List<GenericSemanticSequencer.Quantity> children
Constructor Detail

GenericSemanticSequencer.GroupAllocation

public GenericSemanticSequencer.GroupAllocation()

GenericSemanticSequencer.GroupAllocation

public GenericSemanticSequencer.GroupAllocation(java.util.List<GenericSemanticSequencer.Quantity> children)
Method Detail

accept

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

addChild

public void addChild(GenericSemanticSequencer.Quantity quantity)

getChildren

public java.util.List<GenericSemanticSequencer.Quantity> getChildren()

toString

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