Package org.eclipse.epsilon.evl.dom
Class GlobalConstraintContext
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
org.eclipse.epsilon.evl.dom.ConstraintContext
org.eclipse.epsilon.evl.dom.GlobalConstraintContext
- All Implemented Interfaces:
ModuleElement,IExecutableModuleElement,IExecutableModuleElementParameter
-
Field Summary
FieldsFields inherited from class org.eclipse.epsilon.evl.dom.ConstraintContext
constraints, guardBlock, type, typeExpressionFields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<?>getAllOfSourceKind(IEolContext context) Collection<?>getAllOfSourceType(IEolContext context) Methods inherited from class org.eclipse.epsilon.evl.dom.ConstraintContext
accept, appliesTo, appliesTo, build, equals, execute, execute, execute, execute, execute, getConstraints, getGuardBlock, getType, getTypeExpression, hashCode, isLazy, isOfSourceKind, isOfSourceType, setGuardBlock, shouldBeChecked, toStringMethods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlockMethods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUriMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
Field Details
-
allOfType
-
-
Constructor Details
-
GlobalConstraintContext
public GlobalConstraintContext()
-
-
Method Details
-
getAllOfSourceKind
public Collection<?> getAllOfSourceKind(IEolContext context) throws EolModelElementTypeNotFoundException, EolModelNotFoundException - Overrides:
getAllOfSourceKindin classConstraintContext- Throws:
EolModelElementTypeNotFoundExceptionEolModelNotFoundException
-
getAllOfSourceType
public Collection<?> getAllOfSourceType(IEolContext context) throws EolModelElementTypeNotFoundException, EolModelNotFoundException - Overrides:
getAllOfSourceTypein classConstraintContext- Throws:
EolModelElementTypeNotFoundExceptionEolModelNotFoundException
-
getTypeName
- Overrides:
getTypeNamein classConstraintContext
-