Uses of Class
org.eclipse.epsilon.evl.dom.ConstraintContext
-
Packages that use ConstraintContext Package Description org.eclipse.epsilon.evl org.eclipse.epsilon.evl.dom org.eclipse.epsilon.evl.execute.atoms org.eclipse.epsilon.evl.parse -
-
Uses of ConstraintContext in org.eclipse.epsilon.evl
Fields in org.eclipse.epsilon.evl with type parameters of type ConstraintContext Modifier and Type Field Description protected List<ConstraintContext>
EvlModule. constraintContexts
protected ArrayList<ConstraintContext>
EvlModule. declaredConstraintContexts
Methods in org.eclipse.epsilon.evl that return ConstraintContext Modifier and Type Method Description default ConstraintContext
IEvlModule. getConstraintContext(String name)
Searches for aConstraintContext
by the specified type name.Methods in org.eclipse.epsilon.evl that return types with arguments of type ConstraintContext Modifier and Type Method Description List<ConstraintContext>
EvlModule. getConstraintContexts()
List<ConstraintContext>
IEvlModule. getConstraintContexts()
List<ConstraintContext>
EvlModule. getDeclaredConstraintContexts()
List<ConstraintContext>
IEvlModule. getDeclaredConstraintContexts()
Methods in org.eclipse.epsilon.evl with parameters of type ConstraintContext Modifier and Type Method Description protected Collection<Constraint>
EvlModule. getOptimisedConstraintsFor(ConstraintContext constraintContext)
protected Collection<Constraint>
EvlModule. preProcessConstraintContext(ConstraintContext constraintContext)
-
Uses of ConstraintContext in org.eclipse.epsilon.evl.dom
Subclasses of ConstraintContext in org.eclipse.epsilon.evl.dom Modifier and Type Class Description class
GlobalConstraintContext
Fields in org.eclipse.epsilon.evl.dom declared as ConstraintContext Modifier and Type Field Description protected ConstraintContext
Constraint. constraintContext
Methods in org.eclipse.epsilon.evl.dom that return ConstraintContext Modifier and Type Method Description ConstraintContext
Constraint. getConstraintContext()
Methods in org.eclipse.epsilon.evl.dom with parameters of type ConstraintContext Modifier and Type Method Description void
Constraint. setConstraintContext(ConstraintContext constraintContext)
void
IEvlVisitor. visit(ConstraintContext constraintContext)
-
Uses of ConstraintContext in org.eclipse.epsilon.evl.execute.atoms
Constructors in org.eclipse.epsilon.evl.execute.atoms with parameters of type ConstraintContext Constructor Description ConstraintContextAtom(ConstraintContext constraintContext, Object modelElement)
ConstraintContextAtom(ConstraintContext constraintContext, Object modelElement, IEvlContext context)
-
Uses of ConstraintContext in org.eclipse.epsilon.evl.parse
Methods in org.eclipse.epsilon.evl.parse with parameters of type ConstraintContext Modifier and Type Method Description void
EvlUnparser. visit(ConstraintContext constraintContext)
-