org.eclipse.xtext.serializer.sequencer
Class GenericSemanticSequencer.GroupAllocation
java.lang.Object
  
org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
      
org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.GroupAllocation
- Enclosing class:
 - GenericSemanticSequencer
 
protected class GenericSemanticSequencer.GroupAllocation
- extends GenericSemanticSequencer.Allocation
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
children
protected java.util.List<GenericSemanticSequencer.Quantity> children
GenericSemanticSequencer.GroupAllocation
public GenericSemanticSequencer.GroupAllocation()
GenericSemanticSequencer.GroupAllocation
public GenericSemanticSequencer.GroupAllocation(java.util.List<GenericSemanticSequencer.Quantity> children)
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