protected static class GenericSemanticSequencer.Quantity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IGrammarConstraintProvider.IConstraintElement |
constraintElement |
protected List<? extends GenericSemanticSequencer.Allocation> |
instances |
| Constructor and Description |
|---|
GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement,
GenericSemanticSequencer.Allocation allocation) |
GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement,
List<? extends GenericSemanticSequencer.Allocation> allocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.eclipse.emf.ecore.EObject semanticObj) |
List<? extends GenericSemanticSequencer.Allocation> |
getAllocations() |
IGrammarConstraintProvider.IConstraintElement |
getConstraintElement() |
String |
toString() |
String |
toString(String prefix) |
protected IGrammarConstraintProvider.IConstraintElement constraintElement
protected List<? extends GenericSemanticSequencer.Allocation> instances
public GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement, GenericSemanticSequencer.Allocation allocation)
public GenericSemanticSequencer.Quantity(IGrammarConstraintProvider.IConstraintElement constraintElement, List<? extends GenericSemanticSequencer.Allocation> allocation)
public void accept(org.eclipse.emf.ecore.EObject semanticObj)
public List<? extends GenericSemanticSequencer.Allocation> getAllocations()
public IGrammarConstraintProvider.IConstraintElement getConstraintElement()
Copyright © 2015. All Rights Reserved.