Package org.eclipse.xtext.validation
Interface IAssignmentQuantityAllocator
-
- All Known Implementing Classes:
AssignmentQuantityAllocator
public interface IAssignmentQuantityAllocator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIAssignmentQuantityAllocator.IQuantities
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAssignmentQuantityAllocator.IQuantitiesgetAssignmentQuantities(org.eclipse.emf.ecore.EObject obj, IConcreteSyntaxConstraintProvider.ISyntaxConstraint rule, java.util.List<IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic> acceptor)intgetFeatureQuantity(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EStructuralFeature feat)
-
-
-
Method Detail
-
getAssignmentQuantities
IAssignmentQuantityAllocator.IQuantities getAssignmentQuantities(org.eclipse.emf.ecore.EObject obj, IConcreteSyntaxConstraintProvider.ISyntaxConstraint rule, java.util.List<IConcreteSyntaxDiagnosticProvider.IConcreteSyntaxDiagnostic> acceptor)
-
getFeatureQuantity
int getFeatureQuantity(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EStructuralFeature feat)
-
-