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

java.lang.Object
  extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Feature2Assignment
      extended by org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.SVFeature2Assignment
Direct Known Subclasses:
GenericSemanticSequencer.SVFeature2AssignmentAmbiguous, GenericSemanticSequencer.SVFeature2AssignmentUnambiguous
Enclosing class:
GenericSemanticSequencer

protected abstract class GenericSemanticSequencer.SVFeature2Assignment
extends GenericSemanticSequencer.Feature2Assignment


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

Field Detail

optional

protected boolean optional

value

protected GenericSemanticSequencer.AllocationValue value
Constructor Detail

GenericSemanticSequencer.SVFeature2Assignment

public GenericSemanticSequencer.SVFeature2Assignment(boolean optional,
                                                     GenericSemanticSequencer.AllocationValue value)