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

java.lang.Object
  extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
      extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2Assignment
          extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
Enclosing class:
GenericSemanticSequencer

protected class GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
extends GenericSemanticSequencer.SVFeature2Assignment


Field Summary
protected  IGrammarConstraintProvider.IConstraintElement assignment
           
 
Fields inherited from class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2Assignment
optional, value
 
Constructor Summary
GenericSemanticSequencer.SVFeature2AssignmentUnambiguous(IGrammarConstraintProvider.IConstraintElement assignment, boolean optional, GenericSemanticSequencer.AllocationValue value)
           
 
Method Summary
 IGrammarConstraintProvider.IFeatureInfo getFeature()
           
 java.util.List<GenericSemanticSequencer.AllocationValue> getValuesFor(IGrammarConstraintProvider.IConstraintElement assignment)
           
 boolean isAmbiguous()
           
 
Methods inherited from class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

assignment

protected IGrammarConstraintProvider.IConstraintElement assignment
Constructor Detail

GenericSemanticSequencer.SVFeature2AssignmentUnambiguous

public GenericSemanticSequencer.SVFeature2AssignmentUnambiguous(IGrammarConstraintProvider.IConstraintElement assignment,
                                                                boolean optional,
                                                                GenericSemanticSequencer.AllocationValue value)
Method Detail

getFeature

public IGrammarConstraintProvider.IFeatureInfo getFeature()
Specified by:
getFeature in class GenericSemanticSequencer.Feature2Assignment

getValuesFor

public java.util.List<GenericSemanticSequencer.AllocationValue> getValuesFor(IGrammarConstraintProvider.IConstraintElement assignment)
Specified by:
getValuesFor in class GenericSemanticSequencer.Feature2Assignment

isAmbiguous

public boolean isAmbiguous()
Specified by:
isAmbiguous in class GenericSemanticSequencer.Feature2Assignment