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

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

protected static class GenericSemanticSequencer.Quantity
extends java.lang.Object


Field Summary
protected  IGrammarConstraintProvider.IConstraintElement constraintElement
           
protected  java.util.List<? extends GenericSemanticSequencer.Allocation> instances
           
 
Constructor Summary
GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement, GenericSemanticSequencer.Allocation allocation)
           
GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement, java.util.List<? extends GenericSemanticSequencer.Allocation> allocation)
           
 
Method Summary
 void accept(org.eclipse.emf.ecore.EObject semanticObj)
           
 java.util.List<? extends GenericSemanticSequencer.Allocation> getAllocations()
           
 IGrammarConstraintProvider.IConstraintElement getConstraintElement()
           
 java.lang.String toString()
           
 java.lang.String toString(java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constraintElement

protected IGrammarConstraintProvider.IConstraintElement constraintElement

instances

protected java.util.List<? extends GenericSemanticSequencer.Allocation> instances
Constructor Detail

GenericSemanticSequencer.Quantity

public GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement,
                                         GenericSemanticSequencer.Allocation allocation)

GenericSemanticSequencer.Quantity

public GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement,
                                         java.util.List<? extends GenericSemanticSequencer.Allocation> allocation)
Method Detail

accept

public void accept(org.eclipse.emf.ecore.EObject semanticObj)

getAllocations

public java.util.List<? extends GenericSemanticSequencer.Allocation> getAllocations()

getConstraintElement

public IGrammarConstraintProvider.IConstraintElement getConstraintElement()

toString

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

toString

public java.lang.String toString(java.lang.String prefix)