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

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.SVFeature2AssignmentAmbiguous
Enclosing class:
GenericSemanticSequencer

protected class GenericSemanticSequencer.SVFeature2AssignmentAmbiguous
extends GenericSemanticSequencer.SVFeature2Assignment


Field Summary
protected  java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments
           
protected  java.lang.Boolean[] enabled
           
 
Fields inherited from class org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2Assignment
optional, value
 
Constructor Summary
GenericSemanticSequencer.SVFeature2AssignmentAmbiguous(java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments, 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

assignments

protected java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments

enabled

protected java.lang.Boolean[] enabled
Constructor Detail

GenericSemanticSequencer.SVFeature2AssignmentAmbiguous

public GenericSemanticSequencer.SVFeature2AssignmentAmbiguous(java.util.List<IGrammarConstraintProvider.IConstraintElement> assignments,
                                                              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