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

java.lang.Object
  extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
Direct Known Subclasses:
GenericSemanticSequencer.AllocationValue, GenericSemanticSequencer.AlternativeAllocation, GenericSemanticSequencer.GroupAllocation
Enclosing class:
GenericSemanticSequencer

protected abstract class GenericSemanticSequencer.Allocation
extends java.lang.Object


Constructor Summary
GenericSemanticSequencer.Allocation()
           
 
Method Summary
abstract  void accept(org.eclipse.emf.ecore.EObject semanticObj, IGrammarConstraintProvider.IConstraintElement constraint)
           
 java.lang.String toString()
           
abstract  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
 

Constructor Detail

GenericSemanticSequencer.Allocation

public GenericSemanticSequencer.Allocation()
Method Detail

accept

public abstract void accept(org.eclipse.emf.ecore.EObject semanticObj,
                            IGrammarConstraintProvider.IConstraintElement constraint)

toString

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

toString

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