org.eclipse.xtext.serializer.sequencer
Class GenericSemanticSequencer.AllocationValue
java.lang.Object
org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.Allocation
org.eclipse.xtext.serializer.sequencer.GenericSemanticSequencer.AllocationValue
- Enclosing class:
- GenericSemanticSequencer
protected class GenericSemanticSequencer.AllocationValue
- extends GenericSemanticSequencer.Allocation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
index
protected int index
node
protected INode node
value
protected java.lang.Object value
optional
protected boolean optional
GenericSemanticSequencer.AllocationValue
public GenericSemanticSequencer.AllocationValue(java.lang.Object value,
int index,
boolean optional,
INode node)
accept
public void accept(org.eclipse.emf.ecore.EObject semanticObj,
IGrammarConstraintProvider.IConstraintElement constraint)
- Specified by:
accept
in class GenericSemanticSequencer.Allocation
getNode
public INode getNode()
getValue
public java.lang.Object getValue()
toString
public java.lang.String toString(java.lang.String prefix)
- Specified by:
toString
in class GenericSemanticSequencer.Allocation