protected class GenericSemanticSequencer.AllocationValue extends GenericSemanticSequencer.Allocation
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected INode |
node |
protected boolean |
optional |
protected Object |
value |
| Constructor and Description |
|---|
GenericSemanticSequencer.AllocationValue(Object value,
int index,
boolean optional,
INode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.eclipse.emf.ecore.EObject semanticObj,
IGrammarConstraintProvider.IConstraintElement constraint) |
INode |
getNode() |
Object |
getValue() |
String |
toString(String prefix) |
toStringprotected int index
protected INode node
protected Object value
protected boolean optional
public void accept(org.eclipse.emf.ecore.EObject semanticObj,
IGrammarConstraintProvider.IConstraintElement constraint)
accept in class GenericSemanticSequencer.Allocationpublic INode getNode()
public Object getValue()
public String toString(String prefix)
toString in class GenericSemanticSequencer.AllocationCopyright © 2015. All Rights Reserved.