Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

ABS - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ABS_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AbstractAnalyzer - Class in org.eclipse.ocl.lpg
The AbstractAnalyzer supports semantic analysis of a CST produced by an AbstractParser to create a corresponding AST.
AbstractAnalyzer(AbstractParser) - Constructor for class org.eclipse.ocl.lpg.AbstractAnalyzer
 
AbstractBasicEnvironment - Class in org.eclipse.ocl.lpg
Partial implementation of the BasicEnvironment interface, providing default behaviours for most features.
AbstractBasicEnvironment(BasicEnvironment) - Constructor for class org.eclipse.ocl.lpg.AbstractBasicEnvironment
Initializes me with the specified parent environment, which should be of the same type as me.
AbstractEnvironment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
A partial implementation of the Environment interface providing some useful common behavior for providers of metamodel bindings.
AbstractEnvironment() - Constructor for class org.eclipse.ocl.AbstractEnvironment
Initializes me without a parent environment.
AbstractEnvironment(Environment.Internal<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.AbstractEnvironment
Initializes me with the specified parent environment.
AbstractEnvironment(AbstractEnvironment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.AbstractEnvironment
Initializes me with the specified parent environment, which should be of the same type as me.
AbstractEnvironment.VariableEntry - Class in org.eclipse.ocl
Wrapper for OCL variable declarations that additionally tracks whether they are explicit or implicit variables.
AbstractEnvironmentFactory<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
Partial implementation of the EnvironmentFactory interface, useful for subclassing to define the OCL binding for a metamodel.
AbstractEnvironmentFactory() - Constructor for class org.eclipse.ocl.AbstractEnvironmentFactory
Initializes me.
AbstractEvaluationEnvironment<C,O,P,CLS,E> - Class in org.eclipse.ocl
A partial implementation of the EvaluationEnvironment interface, providing some useful common behaviors.
AbstractEvaluationEnvironment() - Constructor for class org.eclipse.ocl.AbstractEvaluationEnvironment
 
AbstractEvaluationEnvironment(EvaluationEnvironment<C, O, P, CLS, E>) - Constructor for class org.eclipse.ocl.AbstractEvaluationEnvironment
 
AbstractEvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
An evaluation visitor implementation for OCL expressions.
AbstractEvaluationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, EvaluationEnvironment<C, O, P, CLS, E>, Map<? extends CLS, ? extends Set<? extends E>>) - Constructor for class org.eclipse.ocl.AbstractEvaluationVisitor
Initializes me.
AbstractFormattingHelper - Class in org.eclipse.ocl.lpg
Some default formatting algorithms with support for some basic OCL and Ecore constructs.
AbstractFormattingHelper() - Constructor for class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
AbstractLexer - Class in org.eclipse.ocl.lpg
The AbstractLexer supports lexical analysis of keyword tokens produced by a keyword lexer to create syntactic tokens for an AbstractLexer that creates a corresponding CST, that may in turn be exploited by an AbstractAnalyzer to create an AST.
AbstractLexer(BasicEnvironment) - Constructor for class org.eclipse.ocl.lpg.AbstractLexer
 
AbstractOCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.parser
The AbstractOCLAnalyzer supports semantic analysis of a CST produced by an AbstractOCLParser to create the Essential OCL AST.
AbstractOCLAnalyzer(AbstractOCLParser) - Constructor for class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
AbstractOCLParser - Class in org.eclipse.ocl.parser
 
AbstractOCLParser(BasicEnvironment) - Constructor for class org.eclipse.ocl.parser.AbstractOCLParser
 
AbstractOCLParser(AbstractLexer) - Constructor for class org.eclipse.ocl.parser.AbstractOCLParser
 
AbstractParser - Class in org.eclipse.ocl.lpg
The AbstractParser supports syntactic analysis of a tokens produced by an AbstractLexer to create a corresponding CST, that may in turn be exploited by an AbstractAnalyzer to create an AST.
AbstractParser(BasicEnvironment) - Constructor for class org.eclipse.ocl.lpg.AbstractParser
 
AbstractParser(AbstractLexer) - Constructor for class org.eclipse.ocl.lpg.AbstractParser
 
AbstractProblemHandler - Class in org.eclipse.ocl.lpg
Partial implementation of the ProblemHandler API, useful for subclasses to selectively override behaviour.
AbstractProblemHandler(AbstractParser) - Constructor for class org.eclipse.ocl.lpg.AbstractProblemHandler
Initializes me with the parser that can supply line number locations for problems.
AbstractTypeChecker<C,O,P,PM> - Class in org.eclipse.ocl
Implementation of the TypeChecker interface which offers the default implementation for the type checking system.
AbstractTypeChecker(Environment<?, C, O, P, ?, PM, ?, ?, ?, ?, ?, ?>) - Constructor for class org.eclipse.ocl.AbstractTypeChecker
Initializes me with my environment.
AbstractTypeResolver<PK,C,O,P,PM> - Class in org.eclipse.ocl
A partial implementation of the TypeResolver interface, useful for providers of environment implementations to build their type resolvers.
AbstractTypeResolver(Environment<PK, C, O, P, ?, PM, ?, ?, ?, ?, ?, ?>) - Constructor for class org.eclipse.ocl.AbstractTypeResolver
Initializes me with an environment.
AbstractTypeResolver(Environment<PK, C, O, P, ?, PM, ?, ?, ?, ?, ?, ?>, Resource) - Constructor for class org.eclipse.ocl.AbstractTypeResolver
Initializes me with a resource in which I will persist the model-based types that I generate in my associated Environment.
AbstractVisitor<T,C,O,P,EL,PM,S,COA,SSA,CT> - Class in org.eclipse.ocl.utilities
An abstract implementation of the Visitor API, in which subclasses need only selectively override handleXxx(...) methods for internal AST nodes and visitXxx(...) methods for leaf nodes.
AbstractVisitor() - Constructor for class org.eclipse.ocl.utilities.AbstractVisitor
Initializes me.
AbstractVisitor(T) - Constructor for class org.eclipse.ocl.utilities.AbstractVisitor
Initializes me with an initial value for my result.
accept(U) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.InvalidLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.NullLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
accept(U) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
accept(CollectionLiteralPart<C>, U) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
accept(OCLExpression<C>, U) - Static method in class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
accept(TupleLiteralPart<C, P>, U) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
accept(Variable<C, PM>, U) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
 
accept(U) - Method in interface org.eclipse.ocl.utilities.Visitable
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
ACCEPT_ACTION - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
accessor - Variable in class org.eclipse.ocl.cst.impl.CallExpCSImpl
The cached value of the 'Accessor' attribute.
ACCESSOR_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CallExpCSImpl
The default value of the 'Accessor' attribute.
Adaptable - Interface in org.eclipse.ocl.util
Interface implemented by Environments that are adaptable to optional interfaces that can be considered as extensions to the environment API.
add(String, Object) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Adds the supplied name and value binding to the environment
add(String, Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Adds the supplied name and value binding to the environment.
addClassifier(PK, C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Adds a classifier to the specified package, which is one that I use to store OCL-generated types.
addConstrainedElement(CT, EObject) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Adds a constrainedElement to a constraint.
addedVariable(String, Variable<C, PM>, boolean) - Method in class org.eclipse.ocl.AbstractEnvironment
Persists the specified variable in my resource.
addElement(String, Variable<C, PM>, boolean) - Method in class org.eclipse.ocl.AbstractEnvironment
 
addElement(String, Variable<C, PM>, boolean) - Method in interface org.eclipse.ocl.Environment
Adds a variable declaration to the environment.
addHelperOperation(C, O) - Method in class org.eclipse.ocl.AbstractEnvironment
 
addHelperOperation(C, O) - Method in interface org.eclipse.ocl.Environment.Internal
Adds an OCL-defined additional ("helper") operation to the environment.
addHelperProperty(C, P) - Method in class org.eclipse.ocl.AbstractEnvironment
 
addHelperProperty(C, P) - Method in interface org.eclipse.ocl.Environment.Internal
Adds an OCL-defined additional ("helper") attribute to the environment.
ADDITIONS_PACKAGE - Static variable in class org.eclipse.ocl.AbstractTypeResolver
 
addOperation(C, O) - Method in class org.eclipse.ocl.AbstractEnvironment
Deprecated.
addOperation(C, O) - Method in class org.eclipse.ocl.AbstractTypeResolver
Adds the specified operation to a classifier.
addProblem(String) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
The default implementation just prints the message using System.out.println.
addProblem(String) - Method in class org.eclipse.ocl.lpg.StringProblemHandler
Accumulate the problemMessage followed by new-line.
addProperty(C, P) - Method in class org.eclipse.ocl.AbstractEnvironment
Deprecated.
addProperty(C, P) - Method in class org.eclipse.ocl.AbstractTypeResolver
Adds the specified property to a classifier.
advanceIterators(List<Variable<C, PM>>, Iterator<?>[], Collection<?>, int) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
ALL_INSTANCES - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ALL_INSTANCES_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
Ambig_AssocEnd_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
AmbiguousLookupException - Exception in org.eclipse.ocl
A specialized LookupException denoting specifically that the problem is multiple ambiguous results.
AmbiguousLookupException(String, List<?>) - Constructor for exception org.eclipse.ocl.AmbiguousLookupException
Initializes me with a user-friendly message describing the nature of the lookup that resulted in multiple ambiguous matches.
AmbiguousLookupException(String, Object, Object, Object...) - Constructor for exception org.eclipse.ocl.AmbiguousLookupException
Initializes me with a user-friendly message describing the nature of the lookup failure and at least two objects that were ambiguous matches.
AmbiguousMessageType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
AmbiguousState_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ANALYZER - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in the abstract syntax parsing phase.
analyzerError(String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
analyzerError(String, String, List<?>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
analyzerError(String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
analyzerError(String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().analyzerProblem with a ProblemHandler.errorSeverity.
analyzerError(String, String, List<?>) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().analyzerProblem with a ProblemHandler.errorSeverity.
analyzerError(String, String, int, int) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().analyzerProblem with a ProblemHandler.errorSeverity.
analyzerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
analyzerProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a analyzerProblem processing phase.
analyzerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
analyzerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
analyzerWarning(String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
analyzerWarning(String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().analyzerProblem with a ProblemHandler.warningSeverity.
AND - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AND_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ANY - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ANY_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ANY_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Any Type' class.
ANY_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Any Type' class.
ANY_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Any Type' class.
AnyType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Any Type'.
AnyTypeImpl<O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Any Type'.
AnyTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.AnyTypeImpl
 
AnyTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Any Type' model objects.
AnyTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.AnyTypeOperations
 
append(Collection<E>, E) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::append(object : T) : OrderedSet(T) Sequence::append(object : T) : Sequence(T) operations.
APPEND - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
APPEND_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
argument - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Argument' containment reference list.
argument - Variable in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
The cached value of the 'Argument' containment reference list.
arguments - Variable in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
The cached value of the 'Arguments' containment reference list.
arguments - Variable in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
The cached value of the 'Arguments' containment reference list.
arguments - Variable in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
The cached value of the 'Arguments' containment reference list.
argumentsCS(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
ARROW - Static variable in enum org.eclipse.ocl.cst.DotOrArrowEnum
The 'Arrow' literal value.
arrowOperationCallExpCS(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OperationCallExpCS for an ->
AS_BAG - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_BAG_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_ORDERED_SET - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_ORDERED_SET_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_SEQUENCE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_SEQUENCE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_SET - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AS_SET_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
asb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
asb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
asb - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
asb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
asb - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.Asb
 
asb(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
asb(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
asb - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
asb(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
asb - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.Asb
 
asBag(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::asBag() : Bag(T) Bag::asBag() : Bag(T) Sequence::asBag() : Bag(T) operations.
asi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
asi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
asi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
asi(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
asi(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
asi(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
asOCLType(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the OCL type corresponding to the specified type from the environment's type system.
asOrderedSet(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::asOrderedSet() : OrderedSet(T) Bag::asOrderedSet() : OrderedSet(T) Sequence::asOrderedSet() : OrderedSet(T) operations.
asr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
asr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
asr - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
asr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
asr - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.Asr
 
asr(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
asr(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
asr - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
asr(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
asr - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.Asr
 
asSequence(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::asSequence() : Sequence(T) Bag::asSequence() : Sequence(T) Sequence::asSequence() : Sequence(T) operations.
asSet(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::asSet() : Set(T) Bag::asSet() : Set(T) Sequence::asSet() : Set(T) operations.
ASSOCIATION_CLASS_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Association Class Call Exp' class.
ASSOCIATION_CLASS_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Association Class Call Exp' class.
ASSOCIATION_CLASS_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
ASSOCIATION_CLASS_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Marked Pre' attribute.
ASSOCIATION_CLASS_CALL_EXP__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Navigation Source' reference.
ASSOCIATION_CLASS_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
ASSOCIATION_CLASS_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
ASSOCIATION_CLASS_CALL_EXP__QUALIFIER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Qualifier' containment reference list.
ASSOCIATION_CLASS_CALL_EXP__REFERRED_ASSOCIATION_CLASS - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Association Class' reference.
ASSOCIATION_CLASS_CALL_EXP__REFERRED_ASSOCIATION_CLASS - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Association Class' reference feature.
ASSOCIATION_CLASS_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
ASSOCIATION_CLASS_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
ASSOCIATION_CLASS_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Association Class Call Exp' class.
AssociationClassAmbiguous_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
AssociationClassCallExp<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Association Class Call Exp'.
AssociationClassCallExpImpl<C,P> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Association Class Call Exp'.
AssociationClassCallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
AssociationClassQualifierCount_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
AssociationClassQualifierType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ast - Variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The cached value of the 'Ast' attribute.
AST_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The default value of the 'Ast' attribute.
AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'AST Node' class.
AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'AST Node' class.
AST_NODE__END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'End Position' attribute.
AST_NODE__END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'End Position' attribute feature.
AST_NODE__START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Start Position' attribute.
AST_NODE__START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Start Position' attribute feature.
AST_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'AST Node' class.
ASTNode - Interface in org.eclipse.ocl.utilities
A representation of the model object 'AST Node'.
ASTVisitor(String, int, ConstraintKind) - Constructor for class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
Initializes me with the position at which we are trying to find completions and the text that we are completing.
at(Collection<E>, int) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::at(index : Integer) : T Sequence::at(index : Integer) : T operations.
AT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
AtPreInPostcondition_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
attribute - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'Attribute' reference.

B

BACKTRACK - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
BACKTRACK - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
BACKTRACK - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
BACKTRACK - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
BACKTRACK - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
BACKTRACK - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
BadArg_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BAG - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
The 'Bag' literal value.
BAG - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
The 'Bag' literal value.
Bag<E> - Interface in org.eclipse.ocl.util
A bag is a collection that is non-unique and unordered.
BAG_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Bag Type' class.
BAG_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Bag Type' class.
BAG_TYPE__COLLECTION_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Collection Type Name' of 'Bag Type'.
BAG_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Element Type' reference.
BAG_TYPE__END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'End Position' attribute.
BAG_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Kind' attribute.
BAG_TYPE__START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Start Position' attribute.
BAG_TYPE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type End Position' attribute.
BAG_TYPE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type Start Position' attribute.
BAG_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Bag Type' class.
BagType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Bag Type'.
BagTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Bag Type'.
BagTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.BagTypeImpl
 
BagTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.BagTypeImpl
 
BagTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Bag Type' model objects.
BagTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.BagTypeOperations
 
baseAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.BaseAction
 
baseAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.BaseAction
 
baseAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.BaseAction
 
baseAction - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.BaseAction
 
baseAction - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.BaseAction
 
baseAction - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
baseAction(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
baseAction - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.BaseAction
 
baseCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.BaseCheck
 
baseCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.BaseCheck
 
baseCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.BaseCheck
 
baseCheck - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.BaseCheck
 
baseCheck - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.BaseCheck
 
baseCheck - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
baseCheck(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
baseCheck - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.BaseCheck
 
BasicEnvironment - Interface in org.eclipse.ocl.lpg
A BasicEnvironment provides input token and output problem support for a text analysis comprising an AbstractAnalyzer for semantic analysis, AbstractParser for syntactic analysis (parsing), and an AbstractLexer for lexical analysis.
BasicEnvironment2 - Interface in org.eclipse.ocl.lpg
A BasicEnvironment2 provides an extended environment interface to support asymmetric as well as symmetric mappings between CST and AST.
basicGetAttribute() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
basicGetElementType() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
basicGetNavigationSource() - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
basicGetOptions() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
basicGetOptions() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
basicGetPackageDeclarationCS() - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
basicGetReferredAssociationClass() - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
basicGetReferredEnumLiteral() - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
basicGetReferredOperation() - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
basicGetReferredOperation() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
basicGetReferredProperty() - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
basicGetReferredSignal() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
basicGetReferredState() - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
basicGetReferredType() - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
basicGetReferredType() - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
basicGetReferredVariable() - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
basicGetRepresentedParameter() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
BasicOption<T> - Class in org.eclipse.ocl.options
Useful implementation of the Option interface for OCL parsing options.
BasicOption(String, T) - Constructor for class org.eclipse.ocl.options.BasicOption
Initializes me with my key and default value.
basicSetBody(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
basicSetBody(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
basicSetCalledOperation(COA, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
basicSetCondition(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
basicSetCondition(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
basicSetDefExpressionCS(DefExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
basicSetElseExpression(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
basicSetElseExpression(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
basicSetExpression(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
basicSetExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
basicSetExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
basicSetExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
basicSetExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
basicSetExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
basicSetFirst(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
basicSetIn(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
basicSetInExpression(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
basicSetInitExpression(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
basicSetInitExpression(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
basicSetIsMarkedPreCS(IsMarkedPreCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
basicSetIsMarkedPreCS(IsMarkedPreCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
basicSetItem(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
basicSetLast(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
basicSetLastExpressionCS(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
basicSetOperationCS(OperationCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
basicSetOperationCS(OperationCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
basicSetPathNameCS(PathNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
basicSetPathNameCS(PathNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
basicSetPathNameCS(PathNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
basicSetPathNameCS(PathNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
basicSetPathNameCS(PathNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
basicSetResult(Variable<C, PM>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
basicSetSentSignal(SSA, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
basicSetSimpleNameCS(SimpleNameCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
basicSetSource(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
basicSetSource(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
basicSetTarget(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
basicSetTarget(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
basicSetThenExpression(OCLExpressionCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
basicSetThenExpression(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
basicSetTypeCS(TypeCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
basicSetTypeCS(TypeCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
basicSetTypeCS(TypeCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
basicSetTypeCS(TypeCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
basicSetTypeCS(TypeCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
basicSetValue(OCLExpression<C>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
basicSetVariable(Variable<C, PM>, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
basicSetVariable1(VariableCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
basicSetVariable2(VariableCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
basicSetVariableCS(VariableCS, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
beginParse() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
This default implementation does nothing.
beginParse() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Notifies me that parsing is about to begin, from which I may receive problems.
beginParse() - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
beginParse() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
beginParse() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
beginValidation() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
This default implementation does nothing.
beginValidation() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Notifies me that validation is about to begin, from which I may receive problems.
beginValidation() - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
beginValidation() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
beginValidation() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
bind(String, Object) - Static method in class org.eclipse.ocl.internal.l10n.OCLMessages
 
bind(String, Object, Object) - Static method in class org.eclipse.ocl.internal.l10n.OCLMessages
 
bind(String, Object[]) - Static method in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BindingExist_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
body - Variable in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
The cached value of the 'Body' containment reference.
BODY - Static variable in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
The 'Body' literal value.
body - Variable in class org.eclipse.ocl.expressions.impl.LoopExpImpl
The cached value of the 'Body' containment reference.
BODY - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied to operation body conditions.
BodyConditionConformance_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BodyConditionForm_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BodyConditionNotAllowed_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BOOLEAN - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Boolean' literal value.
BOOLEAN_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Boolean Literal Exp' class.
BOOLEAN_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Boolean Literal Exp' class.
BOOLEAN_LITERAL_EXP__BOOLEAN_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Boolean Symbol' attribute.
BOOLEAN_LITERAL_EXP__BOOLEAN_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Boolean Symbol' attribute feature.
BOOLEAN_LITERAL_EXP__BOOLEAN_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Boolean Type' of 'Boolean Literal Exp'.
BOOLEAN_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
BOOLEAN_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
BOOLEAN_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Boolean Literal Exp CS' class.
BOOLEAN_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Boolean Literal Exp CS' class.
BOOLEAN_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
BOOLEAN_LITERAL_EXP_CS__BOOLEAN_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Boolean Symbol' attribute.
BOOLEAN_LITERAL_EXP_CS__BOOLEAN_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Boolean Symbol' attribute feature.
BOOLEAN_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
BOOLEAN_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
BOOLEAN_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
BOOLEAN_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
BOOLEAN_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
BOOLEAN_LITERAL_EXP_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
BOOLEAN_LITERAL_EXP_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
BOOLEAN_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Boolean Literal Exp CS' class.
BOOLEAN_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Boolean Literal Exp' class.
BOOLEAN_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
BOOLEAN_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
The default value of the 'Boolean Symbol' attribute.
BOOLEAN_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
The default value of the 'Boolean Symbol' attribute.
BooleanForIf_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
BooleanLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Boolean Literal Exp'.
BooleanLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Boolean Literal Exp CS'.
booleanLiteralExpCS(BooleanLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
BooleanLiteralExpCS
BooleanLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Boolean Literal Exp CS'.
BooleanLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
BooleanLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Boolean Literal Exp'.
BooleanLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
BooleanLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Boolean Literal Exp' model objects.
BooleanLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.BooleanLiteralExpOperations
 
BooleanQuery_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
booleanSymbol - Variable in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
The cached value of the 'Boolean Symbol' attribute.
booleanSymbol - Variable in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
The cached value of the 'Boolean Symbol' attribute.

C

call(O, OCLExpression<C>, Object, Object[]) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Invokes the specified additional operation on a target object.
CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Call Exp' class.
CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Call Exp' class.
CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Source' containment reference feature.
CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Call Exp CS' class.
CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Call Exp CS' class.
CALL_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
CALL_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Accessor' attribute feature.
CALL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
CALL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
CALL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
CALL_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
CALL_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
CALL_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
CALL_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Source' containment reference feature.
CALL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
CALL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
CALL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Call Exp CS' class.
CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Call Exp' class.
calledOperation - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Called Operation' containment reference.
CallExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Call Exp'.
CallExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Call Exp CS'.
CallExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Call Exp CS'.
CallExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
CallExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Call Exp'.
CallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.CallExpImpl
 
CALLING_AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Calling AST Node' class.
CALLING_AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Calling AST Node' class.
CALLING_AST_NODE__END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'End Position' attribute.
CALLING_AST_NODE__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Property End Position' attribute.
CALLING_AST_NODE__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Property End Position' attribute feature.
CALLING_AST_NODE__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Property Start Position' attribute.
CALLING_AST_NODE__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Property Start Position' attribute feature.
CALLING_AST_NODE__START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Start Position' attribute.
CALLING_AST_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Calling AST Node' class.
CallingASTNode - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Calling AST Node'.
callOperation(O, int, Object, Object[]) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Implements the inherited method by attempting to find an appropriate Java method in the actual type of the source object and invoking it.
callOperation(O, int, Object, Object[]) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Invokes the specified operation on the given source element, according to the particular metamodel semantics.
caseAnyType(AnyType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Any Type'.
caseAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Association Class Call Exp'.
caseASTNode(ASTNode) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'AST Node'.
caseASTNode(ASTNode) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'AST Node'.
caseASTNode(ASTNode) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'AST Node'.
caseBagType(BagType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Bag Type'.
caseBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Boolean Literal Exp'.
caseBooleanLiteralExpCS(BooleanLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Boolean Literal Exp CS'.
caseCallExp(CallExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Call Exp'.
caseCallExpCS(CallExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Call Exp CS'.
caseCallingASTNode(CallingASTNode) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Calling AST Node'.
caseCallingASTNode(CallingASTNode) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Calling AST Node'.
caseClassifierContextDeclCS(ClassifierContextDeclCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Classifier Context Decl CS'.
caseCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Collection Item'.
caseCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Collection Literal Exp'.
caseCollectionLiteralExpCS(CollectionLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Collection Literal Exp CS'.
caseCollectionLiteralPart(CollectionLiteralPart<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Collection Literal Part'.
caseCollectionLiteralPartCS(CollectionLiteralPartCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Collection Literal Part CS'.
caseCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Collection Range'.
caseCollectionRangeCS(CollectionRangeCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Collection Range CS'.
caseCollectionType(CollectionType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Collection Type'.
caseCollectionTypeCS(CollectionTypeCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Collection Type CS'.
caseContextDeclCS(ContextDeclCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Context Decl CS'.
caseCSTNode(CSTNode) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Node'.
caseDefCS(DefCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Def CS'.
caseDefExpressionCS(DefExpressionCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Def Expression CS'.
caseDerValueCS(DerValueCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Der Value CS'.
caseElementType(ElementType) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Element Type'.
caseEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Enum Literal Exp'.
caseExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Expression In OCL'.
caseFeatureCallExp(FeatureCallExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Feature Call Exp'.
caseFeatureCallExpCS(FeatureCallExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Feature Call Exp CS'.
caseIfExp(IfExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'If Exp'.
caseIfExpCS(IfExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'If Exp CS'.
caseInitOrDerValueCS(InitOrDerValueCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Init Or Der Value CS'.
caseInitValueCS(InitValueCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Init Value CS'.
caseIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Integer Literal Exp'.
caseIntegerLiteralExpCS(IntegerLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Integer Literal Exp CS'.
caseInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'.
caseInvalidLiteralExpCS(InvalidLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Invalid Literal Exp CS'.
caseInvalidType(InvalidType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Invalid Type'.
caseInvCS(InvCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Inv CS'.
caseInvOrDefCS(InvOrDefCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Inv Or Def CS'.
caseIsMarkedPreCS(IsMarkedPreCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Is Marked Pre CS'.
caseIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Iterate Exp'.
caseIterateExpCS(IterateExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Iterate Exp CS'.
caseIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Iterator Exp'.
caseIteratorExpCS(IteratorExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Iterator Exp CS'.
caseLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Let Exp'.
caseLetExpCS(LetExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Let Exp CS'.
caseLiteralExp(LiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Literal Exp'.
caseLiteralExpCS(LiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Literal Exp CS'.
caseLoopExp(LoopExp<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Loop Exp'.
caseLoopExpCS(LoopExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Loop Exp CS'.
caseMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Message Exp'.
caseMessageExpCS(MessageExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Message Exp CS'.
caseMessageType(MessageType<C, O, P>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Message Type'.
caseNavigationCallExp(NavigationCallExp<C, P>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Navigation Call Exp'.
caseNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Null Literal Exp'.
caseNullLiteralExpCS(NullLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Null Literal Exp CS'.
caseNumericLiteralExp(NumericLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Numeric Literal Exp'.
caseOCLDocumentCS(OCLDocumentCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'OCL Document CS'.
caseOCLExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'OCL Expression'.
caseOCLExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'OCL Expression CS'.
caseOCLMessageArgCS(OCLMessageArgCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'OCL Message Arg CS'.
caseOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Operation Call Exp'.
caseOperationCallExpCS(OperationCallExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Operation Call Exp CS'.
caseOperationContextDeclCS(OperationContextDeclCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Operation Context Decl CS'.
caseOperationCS(OperationCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Operation CS'.
caseOrderedSetType(OrderedSetType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Ordered Set Type'.
casePackageDeclarationCS(PackageDeclarationCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Package Declaration CS'.
casePathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Path Name CS'.
casePredefinedType(PredefinedType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Predefined Type'.
casePredefinedType(PredefinedType<O>) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Predefined Type'.
casePrePostOrBodyDeclCS(PrePostOrBodyDeclCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Pre Post Or Body Decl CS'.
casePrimitiveLiteralExp(PrimitiveLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Primitive Literal Exp'.
casePrimitiveLiteralExpCS(PrimitiveLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Primitive Literal Exp CS'.
casePrimitiveType(PrimitiveType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Primitive Type'.
casePrimitiveTypeCS(PrimitiveTypeCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Primitive Type CS'.
casePropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Property Call Exp'.
casePropertyContextCS(PropertyContextCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Property Context CS'.
caseRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Real Literal Exp'.
caseRealLiteralExpCS(RealLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Real Literal Exp CS'.
caseSequenceType(SequenceType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Sequence Type'.
caseSetType(SetType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Set Type'.
caseSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Simple Name CS'.
caseStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'State Exp'.
caseStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'String Literal Exp'.
caseStringLiteralExpCS(StringLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'String Literal Exp CS'.
caseTemplateParameterType(TemplateParameterType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Template Parameter Type'.
caseTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Tuple Literal Exp'.
caseTupleLiteralExpCS(TupleLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Tuple Literal Exp CS'.
caseTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
caseTupleType(TupleType<O, P>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Tuple Type'.
caseTupleTypeCS(TupleTypeCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Tuple Type CS'.
caseTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Type CS'.
caseTypedASTNode(TypedASTNode) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Typed AST Node'.
caseTypedASTNode(TypedASTNode) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Typed AST Node'.
caseTypedASTNode(TypedASTNode) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Typed AST Node'.
caseTypedElement(TypedElement<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Typed Element'.
caseTypedElement(TypedElement<C>) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Typed Element'.
caseTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Type Exp'.
caseTypeType(TypeType<C, O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Type Type'.
caseUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp'.
caseUnlimitedNaturalLiteralExpCS(UnlimitedNaturalLiteralExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Unlimited Natural Literal Exp CS'.
caseUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
caseVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Variable'.
caseVariableCS(VariableCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Variable CS'.
caseVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Variable Exp'.
caseVariableExpCS(VariableExpCS) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'Variable Exp CS'.
caseVisitable(Visitable) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'Visitable'.
caseVisitable(Visitable) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Visitable'.
caseVisitor(Visitor<T, C, O, P, EL, PM, S, COA, SSA, CT>) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'Visitor'.
caseVoidType(VoidType<O>) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'Void Type'.
CastTypeMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
catching(Class<?>, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Traces the catching of the specified throwable in the specified method of the specified class.
Char_0 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_0 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_1 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_1 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_2 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_2 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_3 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_3 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_4 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_4 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_5 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_5 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_6 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_6 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_7 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_7 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_8 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_8 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_9 - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_9 - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char__ - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char__ - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char__ - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char__ - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_a - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_A - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_a - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_A - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_a - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_A - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_a - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_A - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Acute - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Acute - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_AfterASCIINotAcute - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_AfterASCIINotAcute - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Ampersand - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Ampersand - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_AtSign - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_AtSign - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_b - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_B - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_b - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_B - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_b - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_B - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_b - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_B - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_BackQuote - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_BackQuote - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_BackSlash - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_BackSlash - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_c - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_C - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_c - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_C - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_c - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_C - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_c - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_C - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Caret - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Caret - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Colon - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Colon - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Comma - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Comma - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_CR - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_CR - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_CtlCharNotWS - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_CtlCharNotWS - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_d - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_D - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_d - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_D - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_d - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_D - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_d - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_D - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_DollarSign - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_DollarSign - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_DollarSign - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_DollarSign - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Dot - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Dot - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_DoubleQuote - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_DoubleQuote - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_e - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_E - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_e - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_E - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_e - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_E - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_e - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_E - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_EOF - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_EOF - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_EOF - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_EOF - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Equal - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Equal - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Exclamation - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Exclamation - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_f - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_F - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_f - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_F - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_f - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_F - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_f - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_F - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_FF - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_FF - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_g - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_G - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_g - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_G - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_g - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_G - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_g - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_G - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_GreaterThan - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_GreaterThan - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_h - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_H - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_h - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_H - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_h - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_H - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_h - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_H - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_HT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_HT - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_i - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_I - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_i - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_I - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_i - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_I - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_i - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_I - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_j - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_J - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_j - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_J - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_j - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_J - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_j - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_J - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_k - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_K - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_k - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_K - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_k - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_K - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_k - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_K - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_l - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_L - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_l - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_L - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_l - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_L - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_l - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_L - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_LeftBrace - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_LeftBrace - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_LeftBracket - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_LeftBracket - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_LeftParen - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_LeftParen - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_LessThan - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_LessThan - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_LF - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_LF - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_m - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_M - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_m - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_M - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_m - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_M - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_m - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_M - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Minus - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Minus - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_n - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_N - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_n - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_N - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_n - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_N - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_n - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_N - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_o - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_O - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_o - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_O - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_o - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_O - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_o - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_O - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_p - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_P - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_p - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_P - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_p - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_P - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_p - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_P - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Percent - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_Percent - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Percent - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_Percent - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Plus - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Plus - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_q - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_Q - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_q - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Q - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_q - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_Q - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_q - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Q - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_QuestionMark - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_QuestionMark - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_r - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_R - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_r - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_R - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_r - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_R - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_r - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_R - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_RightBrace - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_RightBrace - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_RightBracket - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_RightBracket - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_RightParen - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_RightParen - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_s - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_S - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_s - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_S - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_s - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_S - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_s - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_S - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_SemiColon - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_SemiColon - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Sharp - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Sharp - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_SingleQuote - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_SingleQuote - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Slash - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Slash - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Space - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Space - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Star - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Star - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_t - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_T - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_t - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_T - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_t - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_T - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_t - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_T - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Tilde - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Tilde - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_u - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_U - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_u - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_U - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_u - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_U - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_u - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_U - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_v - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_V - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_v - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_V - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_v - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_V - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_v - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_V - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_VerticalBar - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_VerticalBar - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_w - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_W - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_w - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_W - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_w - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_W - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_w - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_W - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_x - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_X - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_x - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_X - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_x - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_X - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_x - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_X - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_y - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_Y - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_y - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Y - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_y - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_Y - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_y - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Y - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_z - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_Z - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
Char_z - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_Z - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
Char_z - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_Z - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
Char_z - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
Char_Z - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
check(Object) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
check(List<?>) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
check(Object, CT) - Method in class org.eclipse.ocl.OCL
Checks whether a constraint is satisfied by an object.
check(Object, OCLExpression<C>) - Method in class org.eclipse.ocl.OCL
Checks whether a constraint, specified simply as an OCL expression, is satisfied by an object.
check(Object) - Method in interface org.eclipse.ocl.Query
Evaluates the query on an object.
check(List<?>) - Method in interface org.eclipse.ocl.Query
Determines whether all of the input objects satisfy the query.
checkArgumentCount(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
checkArgumentCount(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.OperationCallExp
arguments->size() = refParams->size()
checkArgumentCount(OperationCallExp<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.OperationCallExpOperations
arguments->size() = refParams->size()
checkArgumentsConform(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
checkArgumentsConform(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.OperationCallExp
arguments->forall (a | a.type.conformsTo (self.refParams->at (arguments->indexOf (a)).type))
checkArgumentsConform(OperationCallExp<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.OperationCallExpOperations
arguments->forall (a | a.type.conformsTo (self.refParams->at (arguments->indexOf (a)).type))
checkBagKind(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
kind = CollectionKind::Bag implies type.oclIsKindOf(BagType)
checkBagKind(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
checkBagKind(CollectionLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
kind = CollectionKind::Bag implies type.oclIsKindOf(BagType)
checkBodyType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
checkBodyType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IterateExp
body.type.conformsTo(result.type)
checkBodyType(IterateExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IterateExpOperations
body.type.conformsTo(result.type)
checkBooleanBodyType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
checkBooleanBodyType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IteratorExp
name = 'exists' or name = 'forAll' or name = 'select' or name = 'reject' implies body.type.name = 'Boolean'
checkBooleanBodyType(IteratorExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IteratorExpOperations
name = 'exists' or name = 'forAll' or name = 'select' or name = 'reject' implies body.type.name = 'Boolean'
checkBooleanCondition(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IfExp
self.condition.type.oclIsKindOf(PrimitiveType) and self.condition.type.name = 'Boolean'
checkBooleanCondition(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
checkBooleanCondition(IfExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IfExpOperations
self.condition.type.oclIsKindOf(PrimitiveType) and self.condition.type.name = 'Boolean'
checkBooleanType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.BooleanLiteralExp
self.type.name = 'Boolean'
checkBooleanType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
checkBooleanType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
checkBooleanType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IteratorExp
name = 'exists' or name = 'forAll' or name = 'isUnique' implies type.oclIsKindOf(PrimitiveType) and type.name = 'Boolean'
checkBooleanType(BooleanLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.BooleanLiteralExpOperations
self.type.name = 'Boolean'
checkBooleanType(IteratorExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IteratorExpOperations
name = 'exists' or name = 'forAll' or name = 'isUnique' implies type.oclIsKindOf(PrimitiveType) and type.name = 'Boolean'
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.CollectionType
self.name = 'Collection(' + self.elementType.name + ')'
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.BagTypeImpl
 
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.OrderedSetTypeImpl
 
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.SequenceTypeImpl
 
checkCollectionTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.SetTypeImpl
 
checkCollectionTypeName(BagType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.BagTypeOperations
self.name = 'Bag(' + self.elementType.name + ')'
checkCollectionTypeName(CollectionType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.CollectionTypeOperations
self.name = 'Collection(' + self.elementType.name + ')'
checkCollectionTypeName(OrderedSetType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.OrderedSetTypeOperations
self.name = 'OrderedSet(' + self.elementType.name + ')'
checkCollectionTypeName(SequenceType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.SequenceTypeOperations
self.name = 'Sequence(' + self.elementType.name + ')'
checkCollectionTypeName(SetType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.SetTypeOperations
self.name = 'Set(' + self.elementType.name + ')'
checkCollectType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
checkCollectType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IteratorExp
name = 'collect' implies if source.type.oclIsKindOf(SequenceType) then type = expression.type.collectionType->select(oclIsTypeOf(SequenceType))->first() else type = expression.type.collectionType->select(oclIsTypeOf(BagType))->first() endif
checkCollectType(IteratorExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IteratorExpOperations
name = 'collect' implies if source.type.oclIsKindOf(SequenceType) then type = expression.type.collectionType->select(oclIsTypeOf(SequenceType))->first() else type = expression.type.collectionType->select(oclIsTypeOf(BagType))->first() endif
checkElementType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
type.oclAsType(CollectionType).elementType = part->iterate(p; c : Classifier = OclVoid | c.commonSuperType(p.type))
checkElementType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
checkElementType(CollectionLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
type.oclAsType(CollectionType).elementType = part->iterate(p; c : Classifier = OclVoid | c.commonSuperType(p.type))
checkEnumType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.EnumLiteralExp
self.type = referredEnumLiteral.enumeration
checkEnumType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
checkEnumType(EnumLiteralExp<C, EL>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.EnumLiteralExpOperations
self.type = referredEnumLiteral.enumeration
checkExclusiveSignature(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
checkExclusiveSignature(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.MessageType
referredOperation->size() + referredSignal->size() = 1
checkExclusiveSignature(MessageType<C, O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
referredOperation->size() + referredSignal->size() = 1
checkFeaturesOnlyProperties(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
checkFeaturesOnlyProperties(TupleType<O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
feature->forAll (f | f.oclIsTypeOf(Property))
checkFeaturesOnlyProperties(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.TupleType
feature->forAll (f | f.oclIsTypeOf(Property))
checkForErrors(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in class org.eclipse.ocl.util.OCLUtil
Checks whether the specified environment's problem handler has any diagnostics of error severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
checkForErrors(ProblemHandler) - Static method in class org.eclipse.ocl.util.OCLUtil
Checks whether the specified problem handler has any diagnostics of error severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
checkForErrorsOrWarnings(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in class org.eclipse.ocl.util.OCLUtil
Checks whether the specified environment's problem handler has any diagnostics of warnings severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
checkForErrorsOrWarnings(ProblemHandler) - Static method in class org.eclipse.ocl.util.OCLUtil
Checks whether the specified problem handler has any diagnostics of warning severity or worse and, if so, throws a semantic exception encapsulating these diagnostics.
checkHasOperationOrSignal(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
checkHasOperationOrSignal(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.MessageExp
calledOperation->size() + sentSignal->size() = 1
checkHasOperationOrSignal(MessageExp<C, COA, SSA>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.MessageExpOperations
calledOperation->size() + sentSignal->size() = 1
checkIfType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IfExp
self.type = thenExpression.type.commonSuperType(elseExpression.type)
checkIfType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
checkIfType(IfExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IfExpOperations
self.type = thenExpression.type.commonSuperType(elseExpression.type)
checkInitType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
checkInitType(Variable<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
initExpression->notEmpty() implies initExpression.type.conformsTo (type)
checkInitType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.Variable
initExpression->notEmpty() implies initExpression.type.conformsTo (type)
checkIntegerType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
checkIntegerType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IntegerLiteralExp
self.type.name = 'Integer'
checkIntegerType(IntegerLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IntegerLiteralExpOperations
self.type.name = 'Integer'
checkItemType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionItem
type = item.type
checkItemType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
checkItemType(CollectionItem<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionItemOperations
type = item.type
checkIterateType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
checkIterateType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IterateExp
type = result.type
checkIterateType(IterateExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IterateExpOperations
type = result.type
checkLetType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
checkLetType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.LetExp
type = in.type
checkLetType(LetExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.LetExpOperations
type = in.type
checkLoopVariableInit(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
checkLoopVariableInit(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.LoopExp
self.iterator->forAll(initExpression->isEmpty())
checkLoopVariableInit(LoopExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.LoopExpOperations
self.iterator->forAll(initExpression->isEmpty())
checkLoopVariableType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
checkLoopVariableType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.LoopExp
self.iterator->forAll(type = source.type.oclAsType(CollectionType).elementType)
checkLoopVariableType(LoopExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.LoopExpOperations
self.iterator->forAll(type = source.type.oclAsType(CollectionType).elementType)
checkMutuallyComparable(Object, C, C, int) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
checkMutuallyComparable(Object, C, C, int) - Method in interface org.eclipse.ocl.TypeChecker
Checks whether two types are mutually comparable in the determination of the applicability of = and <> operations.
checkMutuallyComparable(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C, int) - Static method in class org.eclipse.ocl.util.TypeUtil
checkMutuallyComparable(Object, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C, int) - Static method in class org.eclipse.ocl.util.TypeUtil
Checks whether two types are mutually comparable in the determination of the applicability of = and <> operations.
checkNaturalType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
checkNaturalType(UnlimitedNaturalLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.UnlimitedNaturalLiteralExpOperations
self.type.name = 'UnlimitedNatural'
checkNaturalType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
self.type.name = 'UnlimitedNatural'
checkNoCollectionInstances(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
kind <> CollectionKind::Collection
checkNoCollectionInstances(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
checkNoCollectionInstances(CollectionLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
kind <> CollectionKind::Collection
checkNoInvalidValues(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.CollectionType
self->forAll(not oclIsInvalid())
checkNoInvalidValues(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
checkNoInvalidValues(CollectionType<C, O>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.CollectionTypeOperations
self->forAll(not oclIsInvalid())
checkNotReflexive(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String, AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Asserts that the specified association class is not a reflexive association.
checkOperationArguments(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
checkOperationArguments(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.MessageExp
calledOperation->notEmpty() implies argument->forall (a | a.type.conformsTo (self.calledOperation.operation.ownedParameter-> select( kind = ParameterDirectionKind::in ) ->at (argument->indexOf (a)).type))
checkOperationArguments(MessageExp<C, COA, SSA>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.MessageExpOperations
calledOperation->notEmpty() implies argument->forall (a | a.type.conformsTo (self.calledOperation.operation.ownedParameter-> select( kind = ParameterDirectionKind::in ) ->at (argument->indexOf (a)).type))
checkOperationParameters(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
checkOperationParameters(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.MessageType
referredOperation->size()=1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.at(i).cmpSlots( referredOperation.ownedParameter.asProperty()->at(i))
checkOperationParameters(MessageType<C, O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
referredOperation->size()=1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.at(i).cmpSlots( referredOperation.ownedParameter.asProperty()->at(i))
checkPartNamesUnique(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
checkPartNamesUnique(TupleType<O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
true
checkPartNamesUnique(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.TupleType
true
checkPartsUnique(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
checkPartsUnique(TupleLiteralExp<C, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralExpOperations
part->isUnique (attribute.name)
checkPartsUnique(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.TupleLiteralExp
part->isUnique (attribute.name)
checkPropertyType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
checkPropertyType(PropertyCallExp<C, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.PropertyCallExpOperations
type = referredProperty.type
checkPropertyType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.PropertyCallExp
type = referredProperty.type
checkRangeType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionRange
type = first.type.commonSuperType(last.type)
checkRangeType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
checkRangeType(CollectionRange<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionRangeOperations
type = first.type.commonSuperType(last.type)
checkRealType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
checkRealType(RealLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.RealLiteralExpOperations
self.type.name = 'Real'
checkRealType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.RealLiteralExp
self.type.name = 'Real'
checkResultInit(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
checkResultInit(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IterateExp
self.result.initExpression->size() = 1
checkResultInit(IterateExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IterateExpOperations
self.result.initExpression->size() = 1
checkSelectRejectType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
checkSelectRejectType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.IteratorExp
name = 'select' or name = 'reject' implies type = source.type
checkSelectRejectType(IteratorExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.IteratorExpOperations
name = 'select' or name = 'reject' implies type = source.type
checkSequenceKind(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
kind = CollectionKind::Sequence implies type.oclIsKindOf(SequenceType)
checkSequenceKind(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
checkSequenceKind(CollectionLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
kind = CollectionKind::Sequence implies type.oclIsKindOf(SequenceType)
checkSetKind(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
kind = CollectionKind::Set implies type.oclIsKindOf(SetType)
checkSetKind(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
checkSetKind(CollectionLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
kind = CollectionKind::Set implies type.oclIsKindOf(SetType)
checkSignalArguments(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
checkSignalArguments(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.MessageExp
sentSignal->notEmpty() implies argument->forall (a | a.type.conformsTo (self.sentSignal.signal.ownedAttribute ->at (argument->indexOf (a)).type))
checkSignalArguments(MessageExp<C, COA, SSA>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.MessageExpOperations
sentSignal->notEmpty() implies argument->forall (a | a.type.conformsTo (self.sentSignal.signal.ownedAttribute ->at (argument->indexOf (a)).type))
checkSignalAttributes(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
checkSignalAttributes(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.MessageType
referredSignal->size() = 1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.asOrderedSet().at(i).cmpSlots( referredSignal.ownedAttribute.asOrderedSet()->at(i))
checkSignalAttributes(MessageType<C, O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
referredSignal->size() = 1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.asOrderedSet().at(i).cmpSlots( referredSignal.ownedAttribute.asOrderedSet()->at(i))
checkSourceCollection(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
checkSourceCollection(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.LoopExp
source.type.oclIsKindOf(CollectionType)
checkSourceCollection(LoopExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.LoopExpOperations
source.type.oclIsKindOf(CollectionType)
checkStringType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
checkStringType(StringLiteralExp<C>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.StringLiteralExpOperations
self.type.name = 'String'
checkStringType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.StringLiteralExp
self.type.name = 'String'
checkTargetDefinesOperation(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
checkTargetDefinesOperation(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.MessageExp
calledOperation->notEmpty() implies target.type.allOperations()->includes(calledOperation.operation)
checkTargetDefinesOperation(MessageExp<C, COA, SSA>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.MessageExpOperations
calledOperation->notEmpty() implies target.type.allOperations()->includes(calledOperation.operation)
checkTargetNotCollection(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
checkTargetNotCollection(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.MessageExp
not target.type.oclIsKindOf(CollectionType)
checkTargetNotCollection(MessageExp<C, COA, SSA>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.MessageExpOperations
not target.type.oclIsKindOf(CollectionType)
checkTupleType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
checkTupleType(TupleLiteralExp<C, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralExpOperations
type.oclIsKindOf (TupleType) and part->forAll (tlep | type.oclAsType (TupleType).allProperties()->exists (tp | tlep.attribute = tp)) and part->size() = type.oclAsType (TupleType).allProperties()->size()
checkTupleType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.TupleLiteralExp
type.oclIsKindOf (TupleType) and part->forAll (tlep | type.oclAsType (TupleType).allProperties()->exists (tp | tlep.attribute = tp)) and part->size() = type.oclAsType (TupleType).allProperties()->size()
checkTupleTypeName(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
checkTupleTypeName(TupleType<O, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
name = 'Tuple('.concat ( Sequence{1..allProperties()->size()}->iterate (pn; s: String = '' | let p: Property = allProperties()->at (pn) in ( s.concat ( (if (pn>1) then ',' else '' endif) .concat (p.name).concat (': ') .concat (p.type.name) ) ) ) ).concat (')')
checkTupleTypeName(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.types.TupleType
name = 'Tuple('.concat ( Sequence{1..allProperties()->size()}->iterate (pn; s: String = '' | let p: Property = allProperties()->at (pn) in ( s.concat ( (if (pn>1) then ',' else '' endif) .concat (p.name).concat (': ') .concat (p.type.name) ) ) ) ).concat (')')
checkValueType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
checkValueType(TupleLiteralPart<C, P>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
attribute.type = value.type
checkValueType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.TupleLiteralPart
attribute.type = value.type
checkVarType(DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
checkVarType(VariableExp<C, PM>, DiagnosticChain, Map<Object, Object>) - Static method in class org.eclipse.ocl.expressions.operations.VariableExpOperations
type = referredVariable.type
checkVarType(DiagnosticChain, Map<Object, Object>) - Method in interface org.eclipse.ocl.expressions.VariableExp
type = referredVariable.type
Choice - Interface in org.eclipse.ocl.helper
Description of a syntax completion choice.
ChoiceKind - Enum in org.eclipse.ocl.helper
An enumeration of OCL syntax completion choice types.
CLASSIFIER_CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Classifier Context Decl CS' class.
CLASSIFIER_CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Classifier Context Decl CS' class.
CLASSIFIER_CONTEXT_DECL_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
CLASSIFIER_CONTEXT_DECL_CS__CONSTRAINTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Constraints' containment reference list.
CLASSIFIER_CONTEXT_DECL_CS__CONSTRAINTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Constraints' containment reference list feature.
CLASSIFIER_CONTEXT_DECL_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
CLASSIFIER_CONTEXT_DECL_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
CLASSIFIER_CONTEXT_DECL_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
CLASSIFIER_CONTEXT_DECL_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' containment reference feature.
CLASSIFIER_CONTEXT_DECL_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
CLASSIFIER_CONTEXT_DECL_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
CLASSIFIER_CONTEXT_DECL_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
CLASSIFIER_CONTEXT_DECL_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
CLASSIFIER_CONTEXT_DECL_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Classifier Context Decl CS' class.
ClassifierContextDeclCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Classifier Context Decl CS'.
classifierContextDeclCS(ClassifierContextDeclCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
ClassifierContextDeclCS
ClassifierContextDeclCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Classifier Context Decl CS'.
ClassifierContextDeclCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
clear() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Clears the environment of variables.
clear() - Method in interface org.eclipse.ocl.EvaluationEnvironment
Clears the environment of variables.
clear() - Method in class org.eclipse.ocl.LazyExtentMap
 
clear() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
clearDiagnostic() - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
clearOptions() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
clearOptions() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
clearOptions() - Method in interface org.eclipse.ocl.options.Customizable
Clears all options.
CLOSURE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
CLOSURE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
codePointAt(StringBuffer, int) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Obtains the code point at the specified 16-bit character offset of a string buffer.
coerceNumber(Number) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Tests whether a given number can be safely coerced to Double or Integer without changing the value of the number.
coerceNumber(Number) - Static method in class org.eclipse.ocl.internal.evaluation.NumberUtil
Tests whether a given number can be safely coerced to Double or Integer without changing the value of the number.
COLLECT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
COLLECT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
COLLECT_NESTED - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
COLLECT_NESTED_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
COLLECTION - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
The 'Collection' literal value.
COLLECTION - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
The 'Collection' literal value.
COLLECTION_ITEM - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Collection Item' class.
COLLECTION_ITEM - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Collection Item' class.
COLLECTION_ITEM__ITEM - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Item' containment reference.
COLLECTION_ITEM__ITEM - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Item' containment reference feature.
COLLECTION_ITEM__ITEM_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Item Type' of 'Collection Item'.
COLLECTION_ITEM_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Collection Item' class.
COLLECTION_KIND - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Collection Kind' enum.
COLLECTION_KIND - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Collection Kind' enum.
COLLECTION_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Collection Literal Exp' class.
COLLECTION_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Collection Literal Exp' class.
COLLECTION_LITERAL_EXP__BAG_KIND - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Bag Kind' of 'Collection Literal Exp'.
COLLECTION_LITERAL_EXP__ELEMENT_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Element Type' of 'Collection Literal Exp'.
COLLECTION_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
COLLECTION_LITERAL_EXP__KIND - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Kind' attribute.
COLLECTION_LITERAL_EXP__KIND - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Kind' attribute feature.
COLLECTION_LITERAL_EXP__NO_COLLECTION_INSTANCES - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check No Collection Instances' of 'Collection Literal Exp'.
COLLECTION_LITERAL_EXP__PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Part' containment reference list.
COLLECTION_LITERAL_EXP__PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Part' containment reference list feature.
COLLECTION_LITERAL_EXP__SEQUENCE_KIND - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Sequence Kind' of 'Collection Literal Exp'.
COLLECTION_LITERAL_EXP__SET_KIND - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Set Kind' of 'Collection Literal Exp'.
COLLECTION_LITERAL_EXP__SIMPLE_RANGE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Simple Range' attribute.
COLLECTION_LITERAL_EXP__SIMPLE_RANGE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Simple Range' attribute feature.
COLLECTION_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
COLLECTION_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Collection Literal Exp CS' class.
COLLECTION_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Literal Exp CS' class.
COLLECTION_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
COLLECTION_LITERAL_EXP_CS__COLLECTION_LITERAL_PARTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Collection Literal Parts' containment reference list.
COLLECTION_LITERAL_EXP_CS__COLLECTION_LITERAL_PARTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Literal Parts' containment reference list feature.
COLLECTION_LITERAL_EXP_CS__COLLECTION_TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Collection Type' attribute.
COLLECTION_LITERAL_EXP_CS__COLLECTION_TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Type' attribute feature.
COLLECTION_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
COLLECTION_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
COLLECTION_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
COLLECTION_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
COLLECTION_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Collection Literal Exp CS' class.
COLLECTION_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Collection Literal Exp' class.
COLLECTION_LITERAL_PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Collection Literal Part' class.
COLLECTION_LITERAL_PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Collection Literal Part' class.
COLLECTION_LITERAL_PART_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Collection Literal Part CS' class.
COLLECTION_LITERAL_PART_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Literal Part CS' class.
COLLECTION_LITERAL_PART_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
COLLECTION_LITERAL_PART_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
COLLECTION_LITERAL_PART_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
COLLECTION_LITERAL_PART_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
COLLECTION_LITERAL_PART_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature.
COLLECTION_LITERAL_PART_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
COLLECTION_LITERAL_PART_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
COLLECTION_LITERAL_PART_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Collection Literal Part CS' class.
COLLECTION_LITERAL_PART_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Collection Literal Part' class.
COLLECTION_RANGE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Collection Range' class.
COLLECTION_RANGE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Collection Range' class.
COLLECTION_RANGE__FIRST - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'First' containment reference.
COLLECTION_RANGE__FIRST - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'First' containment reference feature.
COLLECTION_RANGE__LAST - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Last' containment reference.
COLLECTION_RANGE__LAST - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Last' containment reference feature.
COLLECTION_RANGE__RANGE_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Range Type' of 'Collection Range'.
COLLECTION_RANGE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Collection Range CS' class.
COLLECTION_RANGE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Range CS' class.
COLLECTION_RANGE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
COLLECTION_RANGE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
COLLECTION_RANGE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
COLLECTION_RANGE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
COLLECTION_RANGE_CS__LAST_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Last Expression CS' containment reference.
COLLECTION_RANGE_CS__LAST_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Last Expression CS' containment reference feature.
COLLECTION_RANGE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
COLLECTION_RANGE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
COLLECTION_RANGE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Collection Range CS' class.
COLLECTION_RANGE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Collection Range' class.
COLLECTION_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Collection Type' class.
COLLECTION_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Collection Type' class.
COLLECTION_TYPE__COLLECTION_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Collection Type Name' of 'Collection Type'.
COLLECTION_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Element Type' reference.
COLLECTION_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Element Type' reference feature.
COLLECTION_TYPE__END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'End Position' attribute.
COLLECTION_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Kind' attribute.
COLLECTION_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Kind' attribute feature.
COLLECTION_TYPE__NO_INVALID_VALUES - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check No Invalid Values' of 'Collection Type'.
COLLECTION_TYPE__START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Start Position' attribute.
COLLECTION_TYPE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type End Position' attribute.
COLLECTION_TYPE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type Start Position' attribute.
COLLECTION_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Collection Type CS' class.
COLLECTION_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Type CS' class.
COLLECTION_TYPE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
COLLECTION_TYPE_CS__COLLECTION_TYPE_IDENTIFIER - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Collection Type Identifier' attribute.
COLLECTION_TYPE_CS__COLLECTION_TYPE_IDENTIFIER - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Type Identifier' attribute feature.
COLLECTION_TYPE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
COLLECTION_TYPE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
COLLECTION_TYPE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
COLLECTION_TYPE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
COLLECTION_TYPE_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
COLLECTION_TYPE_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type CS' containment reference.
COLLECTION_TYPE_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' containment reference feature.
COLLECTION_TYPE_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
COLLECTION_TYPE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Collection Type CS' class.
COLLECTION_TYPE_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
The default value of the 'Collection Type' attribute.
COLLECTION_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Collection Type' class.
COLLECTION_TYPE_IDENTIFIER_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
The default value of the 'Collection Type Identifier' attribute.
COLLECTION_TYPE_IDENTIFIER_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Collection Type Identifier Enum' enum.
COLLECTION_TYPE_IDENTIFIER_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Collection Type Identifier Enum' enum.
CollectionItem<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Collection Item'.
CollectionItemImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Collection Item'.
CollectionItemImpl() - Constructor for class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
CollectionItemOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Collection Item' model objects.
CollectionItemOperations() - Constructor for class org.eclipse.ocl.expressions.operations.CollectionItemOperations
 
CollectionKind - Enum in org.eclipse.ocl.expressions
A representation of the literals of the enumeration 'Collection Kind', and utility methods for working with them.
CollectionLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Collection Literal Exp'.
CollectionLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Collection Literal Exp CS'.
collectionLiteralExpCS(CollectionLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
CollectionLiteralExpCS
CollectionLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Collection Literal Exp CS'.
CollectionLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
CollectionLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Collection Literal Exp'.
CollectionLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
CollectionLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Collection Literal Exp' model objects.
CollectionLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.CollectionLiteralExpOperations
 
CollectionLiteralPart<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Collection Literal Part'.
CollectionLiteralPartCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Collection Literal Part CS'.
collectionLiteralPartCS(CollectionLiteralPartCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
CollectionLiteralPartCS
CollectionLiteralPartCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Collection Literal Part CS'.
CollectionLiteralPartCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
CollectionLiteralPartImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Collection Literal Part'.
CollectionLiteralPartImpl() - Constructor for class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
CollectionLiteralPartOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Collection Literal Part' model objects.
CollectionLiteralPartOperations() - Constructor for class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
collectionLiteralParts - Variable in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
The cached value of the 'Collection Literal Parts' containment reference list.
CollectionRange<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Collection Range'.
CollectionRangeCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Collection Range CS'.
CollectionRangeCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Collection Range CS'.
CollectionRangeCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
CollectionRangeImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Collection Range'.
CollectionRangeImpl() - Constructor for class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
CollectionRangeOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Collection Range' model objects.
CollectionRangeOperations() - Constructor for class org.eclipse.ocl.expressions.operations.CollectionRangeOperations
 
COLLECTIONS_PACKAGE - Static variable in class org.eclipse.ocl.AbstractTypeResolver
 
collectionType - Variable in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
The cached value of the 'Collection Type' attribute.
CollectionType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Collection Type'.
CollectionType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
CollectionTypeCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Collection Type CS'.
collectionTypeCS(CollectionTypeCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
CollectionTypeCS
CollectionTypeCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Collection Type CS'.
CollectionTypeCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
collectionTypeIdentifier - Variable in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
The cached value of the 'Collection Type Identifier' attribute.
collectionTypeIdentifierCS(CollectionTypeIdentifierEnum) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
CollectionTypeIdentifierCS
CollectionTypeIdentifierEnum - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Collection Type Identifier Enum', and utility methods for working with them.
CollectionTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Collection Type'.
CollectionTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
CollectionTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
CollectionTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Collection Type' model objects.
CollectionTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.CollectionTypeOperations
 
CollectionUtil - Class in org.eclipse.ocl.util
Utility methods for working with OCL collection values.
commonSuperType(Object, C, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
Get the common supertype of two types.
commonSuperType(CollectionKind, CollectionKind) - Method in class org.eclipse.ocl.AbstractTypeChecker
Common-supertype helper method for collection kinds
commonSuperType(Object, C, C) - Method in interface org.eclipse.ocl.TypeChecker
Get the common supertype of two types.
commonSuperType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
commonSuperType(Object, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Get the common supertype of two types.
compareTo(ProblemHandler.Phase) - Method in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Phases sort according to their names.
compatibleTypeMatch(C, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
compatibleTypeMatch(C, C) - Method in interface org.eclipse.ocl.TypeChecker
Compare two types.
compatibleTypeMatch(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Compare two types.
computeErrorCode(int, int) - Method in class org.eclipse.ocl.lpg.DerivedLexStream
 
computeInputString(CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Obtains the text from which the specified CST node was parsed.
computeInputString(int, int) - Method in class org.eclipse.ocl.lpg.AbstractParser
Returns a single line string representation of the input chars for the given range.
CONCAT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
CONCAT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
Conceptual_Operation_Name_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
condition - Variable in class org.eclipse.ocl.cst.impl.IfExpCSImpl
The cached value of the 'Condition' containment reference.
condition - Variable in class org.eclipse.ocl.expressions.impl.IfExpImpl
The cached value of the 'Condition' containment reference.
ConstraintKind - Enum in org.eclipse.ocl.helper
An enumeration of OCL constraint types, primarily for determining the appropriate choices for syntax completion and for generic helper-based parsing.
constraints - Variable in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
The cached value of the 'Constraints' containment reference list.
constraints - Variable in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
The cached value of the 'Constraints' containment reference list.
containsKey(Object) - Method in class org.eclipse.ocl.LazyExtentMap
 
containsValue(Object) - Method in class org.eclipse.ocl.LazyExtentMap
 
CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Context Decl CS' class.
CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Context Decl CS' class.
CONTEXT_DECL_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
CONTEXT_DECL_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
CONTEXT_DECL_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
CONTEXT_DECL_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
CONTEXT_DECL_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
CONTEXT_DECL_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Context Decl CS' class.
ContextDeclCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Context Decl CS'.
contextDeclCS(ContextDeclCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
ContextDeclCS
ContextDeclCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Context Decl CS'.
ContextDeclCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.ContextDeclCSImpl
 
contextDecls - Variable in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
The cached value of the 'Context Decls' containment reference list.
convertCollectionKindToString(EDataType, Object) - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
convertCollectionTypeIdentifierEnumToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertDotOrArrowEnumToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertITokenToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertMessageExpKindToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertPrePostOrBodyEnumToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertSimpleTypeEnumToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
convertToString(EDataType, Object) - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
count(Object) - Method in interface org.eclipse.ocl.util.Bag
Queries how many times the specified object occurs in me.
count(Collection<?>, Object) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::count(object : T) : Integer operation.
COUNT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
COUNT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
create(EClass) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
create(EClass) - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
create(EClass) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
create(EClass) - Method in class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
 
createAdapter(Notifier) - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates an adapter for the target.
createAdditionalFeaturesPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the package containing the additional operations and properties parsed in my environment.
createAnalyzer(String) - Method in class org.eclipse.ocl.OCL
Return an analyzer configured ready to parse an input string.
createAnyType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createAnyType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Any Type'.
createAnyTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Any Type'.
createAnyTypeOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the OclAny type of the OCL Standard library.
createArrowOperationCallExpCS(OCLExpressionCS, SimpleNameCS, IsMarkedPreCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createAssociationClassCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Association Class Call Exp'.
createAssociationClassCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createAssociationClassCallExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createAssociationClassCallExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Association Class Call Exp'.
createAssociationClassCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Association Class Call Exp'.
createASTNodeAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'AST Node'.
createASTNodeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'AST Node'.
createASTNodeAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'AST Node'.
createASTVisitor(ConstraintKind, String, int) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
 
createAttributeContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, P) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createAttributeContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, P) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an environment suitable for parsing OCL expressions on the specified property, which is some attribute in the client's metamodel.
createBagIterators(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the pre-defined iterators of the Bag(T) type of the OCL Standard library.
createBagOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Bag(T) type of the OCL Standard library.
createBagType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createBagType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createBagType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createBagType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Bag Type'.
createBagType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Bag Type'.
createBagTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Bag Type'.
createBodyCondition(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates an operation body.
createBooleanLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Boolean Literal Exp'.
createBooleanLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createBooleanLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createBooleanLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Boolean Literal Exp'.
createBooleanLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Boolean Literal Exp'.
createBooleanLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Boolean Literal Exp CS'.
createBooleanLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createBooleanLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createBooleanLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Boolean Literal Exp CS'.
createBooleanOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Boolean type of the OCL Standard library.
createCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Call Exp'.
createCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Call Exp CS'.
createCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createCallExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Call Exp CS'.
createCallingASTNodeAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Calling AST Node'.
createCallingASTNodeAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Calling AST Node'.
createCallOperationAction(O) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates a CallOperationAction referencing the specified operation.
createChoice(String, String, ChoiceKind, Object) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
 
createClassifierContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createClassifierContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an environment suitable for parsing OCL expressions in the specified context, which is some classifier in the client's model.
createClassifierContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, ClassifierContextDeclCS, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createClassifierContextDeclCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Classifier Context Decl CS'.
createClassifierContextDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createClassifierContextDeclCS(SimpleNameCS, PathNameCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Creates a classifier context declaration.
createClassifierContextDeclCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Classifier Context Decl CS'.
createCollectionItem() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Collection Item'.
createCollectionItem() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createCollectionItem() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createCollectionItem() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Collection Item'.
createCollectionItemAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Collection Item'.
createCollectionIterators(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the pre-defined iterators of the Collection(T) type of the OCL Standard library.
createCollectionKindFromString(EDataType, String) - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createCollectionLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Collection Literal Exp'.
createCollectionLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createCollectionLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createCollectionLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Collection Literal Exp'.
createCollectionLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Collection Literal Exp'.
createCollectionLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Collection Literal Exp CS'.
createCollectionLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createCollectionLiteralExpCS(CollectionTypeCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createCollectionLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Collection Literal Exp CS'.
createCollectionLiteralPartAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Collection Literal Part'.
createCollectionLiteralPartCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Collection Literal Part CS'.
createCollectionLiteralPartCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createCollectionLiteralPartCS(OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createCollectionLiteralPartCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Collection Literal Part CS'.
createCollectionOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Collection(T) type of the OCL Standard library.
createCollectionPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the package containing the collection types that I generate.
createCollectionRange() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Collection Range'.
createCollectionRange() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createCollectionRange() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createCollectionRange() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Collection Range'.
createCollectionRangeAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Collection Range'.
createCollectionRangeCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Collection Range CS'.
createCollectionRangeCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createCollectionRangeCS(OCLExpressionCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createCollectionRangeCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Collection Range CS'.
createCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a new collection type of the specified kind and element type, assuming that it does not already exist.
createCollectionType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createCollectionType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createCollectionType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createCollectionType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Collection Type'.
createCollectionType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Collection Type'.
createCollectionType(CollectionKind, C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Collection Type'.
createCollectionTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Collection Type'.
createCollectionTypeCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Collection Type CS'.
createCollectionTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createCollectionTypeCS(CollectionTypeIdentifierEnum, String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createCollectionTypeCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Collection Type CS'.
createCollectionTypeIdentifierEnumFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createConceptualOperationNameCS(IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createConstraint(ConstraintKind, String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates a constraint of the specified kind, by parsing the given expression.
createConstraint() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates an Constraint instance.
createConstraint() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
createConstraint() - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates a Constraint.
createContextDeclCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Context Decl CS'.
createCSTNodeAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Node'.
createDefaultProblemHandler(AbstractParser) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
createDefCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Def CS'.
createDefCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createDefCS(boolean, SimpleNameCS, DefExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Creates a definition constraint.
createDefCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Def CS'.
createDefExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Def Expression CS'.
createDefExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createDefExpressionCS(VariableCS, OperationCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createDefExpressionCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Def Expression CS'.
createDerivedValueExpression(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates a property derived value expression.
createDerValueCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Der Value CS'.
createDerValueCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createDerValueCS(OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createDerValueCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Der Value CS'.
createDotOperationCallExpCS(OCLExpressionCS, PathNameCS, SimpleNameCS, IsMarkedPreCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createDotOrArrowEnumFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createDummyInvalidLiteralExp() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
createDummyInvalidLiteralExp(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CSTNode) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates a dummy expression of invalid-literal type to be a placeholder for a (sub)expression that could not be parsed.
createDummyInvalidType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CSTNode, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Return the type used to terminate the AST reference from cstNode that failed to be resolved due to message.
createDummyPackage(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, PackageDeclarationCS) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Return the package used to terminate the AST reference from an implicit PackageDeclarationCS.
createDuplicatesAnnotations() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
Initializes the annotations for duplicates.
createElementType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createElementType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Element Type'.
createElementTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Element Type'.
createEnumLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Enum Literal Exp'.
createEnumLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createEnumLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createEnumLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Enum Literal Exp'.
createEnumLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Enum Literal Exp'.
createEnvironment() - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates a root environment, in which package contexts and/or classifier contexts will be created as nested environments.
createEnvironment(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates a child environment of a specified parent, for definition of nested scopes.
createEObjectAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for the default case.
createEvaluationEnvironment() - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates a new evaluation environment to track the values of variables in an OCL expression as it is evaluated.
createEvaluationEnvironment(EvaluationEnvironment<C, O, P, CLS, E>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates a new evaluation environment as a nested environment of the specified parent.
createEvaluationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, EvaluationEnvironment<C, O, P, CLS, E>, Map<? extends CLS, ? extends Set<? extends E>>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createEvaluationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, EvaluationEnvironment<C, O, P, CLS, E>, Map<? extends CLS, ? extends Set<? extends E>>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates a new evaluation visitor, for the evaluation of OCL expressions.
createExpressionInOCL() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates an ExpressionInOcl instance.
createExpressionInOCL() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
createExpressionInOCL() - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates an ExpressionInOCL.
createExpressionInOCLAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Expression In OCL'.
createExtendedMetaDataAnnotations() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
createExtendedMetaDataAnnotations() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
createExtendedMetaDataAnnotations() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
createExtentMap(Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Creates an extent map for invocation of OclType.allInstances() using the specified object as a context from which to find the scope in which OCL classifier extents are defined.
createFeatureCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Feature Call Exp'.
createFeatureCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Feature Call Exp CS'.
createFeatureCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createFeatureCallExpCS(OCLExpressionCS, PathNameCS, SimpleNameCS, <any>, IsMarkedPreCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createFeatureCallExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Feature Call Exp CS'.
createFormattingHelper() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
Obtains the new or existing formatting-helper for this environment to use.
createFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createFromString(EDataType, String) - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createIfExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'If Exp'.
createIfExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createIfExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createIfExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'If Exp'.
createIfExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'If Exp'.
createIfExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'If Exp CS'.
createIfExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createIfExpCS(OCLExpressionCS, OCLExpressionCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createIfExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'If Exp CS'.
createImplicitCollect(OCLExpression<C>, FeatureCallExp<C>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CSTNode) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates an implicit collect iterator expression for a property call on a collection-type source expression.
createImplicitSource(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<OCLExpression<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createInitialValueExpression(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates a property initial value expression.
createInitOrDerValueCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Init Or Der Value CS'.
createInitValueCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Init Value CS'.
createInitValueCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createInitValueCS(OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createInitValueCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Init Value CS'.
createInstanceContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createInstanceContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an environment suitable for parsing OCL expressions on the specified context object, which is an instance of some classifier in the client's model.
createIntegerLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Integer Literal Exp'.
createIntegerLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createIntegerLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createIntegerLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Integer Literal Exp'.
createIntegerLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Integer Literal Exp'.
createIntegerLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Integer Literal Exp CS'.
createIntegerLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createIntegerLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createIntegerLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Integer Literal Exp CS'.
createIntegerOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Integer type of the OCL Standard library.
createInvalidLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Invalid Literal Exp'.
createInvalidLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createInvalidLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createInvalidLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Invalid Literal Exp'.
createInvalidLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Invalid Literal Exp'.
createInvalidLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Invalid Literal Exp CS'.
createInvalidLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createInvalidLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createInvalidLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Invalid Literal Exp CS'.
createInvalidType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createInvalidType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Invalid Type'.
createInvalidTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Invalid Type'.
createInvariant(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates an invariant constraint in the current classifier context.
createInvCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Inv CS'.
createInvCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createInvCS(SimpleNameCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Creates an invariant constraint.
createInvCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Inv CS'.
createInvOrDefCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Inv Or Def CS'.
createIsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Is Marked Pre CS'.
createIsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createIsMarkedPreCS() - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createIsMarkedPreCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Is Marked Pre CS'.
createIterateExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Iterate Exp'.
createIterateExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createIterateExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createIterateExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Iterate Exp'.
createIterateExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Iterate Exp'.
createIterateExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Iterate Exp CS'.
createIterateExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createIterateExpCS(OCLExpressionCS, SimpleNameCS, VariableCS, VariableCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createIterateExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Iterate Exp CS'.
createIteratorExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Iterator Exp'.
createIteratorExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createIteratorExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createIteratorExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Iterator Exp'.
createIteratorExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Iterator Exp'.
createIteratorExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Iterator Exp CS'.
createIteratorExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createIteratorExpCS(OCLExpressionCS, SimpleNameCS, VariableCS, VariableCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createIteratorExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Iterator Exp CS'.
createIteratorNames() - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createITokenFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createLetExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Let Exp'.
createLetExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createLetExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createLetExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Let Exp'.
createLetExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Let Exp'.
createLetExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Let Exp CS'.
createLetExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createLetExpCS(<any>, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createLetExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Let Exp CS'.
createLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Literal Exp'.
createLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Literal Exp CS'.
createLoopExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Loop Exp'.
createLoopExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Loop Exp CS'.
createLoopExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createLoopExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Loop Exp CS'.
createMessageExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Message Exp'.
createMessageExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createMessageExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createMessageExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Message Exp'.
createMessageExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Message Exp'.
createMessageExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Message Exp CS'.
createMessageExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createMessageExpCS(OCLExpressionCS, boolean, SimpleNameCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createMessageExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Message Exp CS'.
createMessageExpKindFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createMessagePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the package containing the message types that I generate.
createMessageType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createMessageType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Message Type'.
createMessageTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Message Type'.
createMessageTypeOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the OclMessage type of the OCL Standard library.
createNavigationCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Navigation Call Exp'.
createNewBag() - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Bag.
createNewBag(Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Bag with initial contents supplied.
createNewCollection(Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL collection of the same kind and contents as the specified prototype.
createNewCollection(CollectionKind) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Collection of the specified kind.
createNewCollection(CollectionKind, Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Collection of the specified kind.
createNewCollectionOfSameKind(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new, empty OCL collection of the same kind as the specified prototype.
createNewOrderedSet() - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL OrderedSet.
createNewOrderedSet(Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL OrderedSet with initial contents supplied.
createNewSequence() - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Sequence.
createNewSequence(Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Sequence with initial contents supplied.
createNewSet() - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Set.
createNewSet(Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Creates a new OCL Set with initial contents supplied.
createNullLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Null Literal Exp'.
createNullLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createNullLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createNullLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Null Literal Exp'.
createNullLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Null Literal Exp'.
createNullLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Null Literal Exp CS'.
createNullLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createNullLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createNullLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Null Literal Exp CS'.
createNumericLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Numeric Literal Exp'.
createOCLAnalyzer(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createOCLAnalyzer(AbstractOCLParser) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createOCLAnalyzer(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an instance of the OCLAnalyzer that analyzes the given input on behalf of this environment.
createOCLAnalyzer(AbstractOCLParser) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an instance of the OCLAnalyzer that will use a given parser to perform syntactic and lexical analysis.
createOCLDocumentCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'OCL Document CS'.
createOCLDocumentCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createOCLDocumentCS(PackageDeclarationCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Creates an OCL document CS from a chain of package context declarations.
createOCLDocumentCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'OCL Document CS'.
createOCLExpressionAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'OCL Expression'.
createOCLExpressionCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'OCL Expression CS'.
createOCLFactory(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates/obtains the OCLFactory that I use to create OCL AST elements.
createOCLFactory(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
createOCLFactoryWithHistory(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createOCLFactoryWithHistory(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an instance of the OCLFactoryWithHistory object for this environment.
createOCLHelper(OCL<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.helper.HelperUtil
Creates an OCLHelper for the specified EMF metamodel.
createOCLHelper() - Method in class org.eclipse.ocl.OCL
Creates a new OCLHelper instance for convenient parsing of embedded constraints and query expressions in this environment.
createOCLMessageArgCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'OCL Message Arg CS'.
createOCLMessageArgCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createOCLMessageArgCS(TypeCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createOCLMessageArgCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'OCL Message Arg CS'.
createOCLSyntaxHelper(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createOCLSyntaxHelper(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an instance of the OCLSyntaxHelper object for this environment.
createOperation(String, C, List<String>, List<C>) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates a new Operation.
createOperationCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Operation Call Exp'.
createOperationCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createOperationCallExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createOperationCallExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Operation Call Exp'.
createOperationCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Operation Call Exp'.
createOperationCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Operation Call Exp CS'.
createOperationCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createOperationCallExpCS(OCLExpressionCS, SimpleNameCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createOperationCallExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Operation Call Exp CS'.
createOperationContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, O) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createOperationContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, O) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an environment suitable for parsing OCL expressions on the specified operation, which is some operation in the client's metamodel.
createOperationContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OperationContextDeclCS, O) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createOperationContextDeclCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Operation Context Decl CS'.
createOperationContextDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createOperationContextDeclCS(OperationCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createOperationContextDeclCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Operation Context Decl CS'.
createOperationCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Operation CS'.
createOperationCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createOperationCS(PathNameCS, SimpleNameCS, <any>, TypeCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createOperationCS(IToken, <any>, TypeCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createOperationCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Operation CS'.
createOperationMessageType(O) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a new message type for the specified element, assuming that it does not already exist.
createOperationMessageType(O) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createOperationMessageType(O) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createOperationMessageType(O) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Creates the type for the messages representing invocation of the specified operation.
createOrderedSetIterators(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the pre-defined iterators of the OrderedSet(T) type of the OCL Standard library.
createOrderedSetOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the OrderedSet(T) type of the OCL Standard library.
createOrderedSetType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createOrderedSetType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createOrderedSetType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createOrderedSetType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Ordered Set Type'.
createOrderedSetType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Ordered Set Type'.
createOrderedSetTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Ordered Set Type'.
createPackage(String) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a package with the specified name.
createPackageContents() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
Creates the meta-model objects for the package.
createPackageContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, PK) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
Creates an environment for the specified package context.
createPackageContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<String>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createPackageContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<String>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Creates an environment suitable for parsing OCL expressions in the specified package context.
createPackageContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<String>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createPackageDeclarationCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Package Declaration CS'.
createPackageDeclarationCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPackageDeclarationCS(PathNameCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPackageDeclarationCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Package Declaration CS'.
createPathNameCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Path Name CS'.
createPathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPathNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPathNameCS() - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPathNameCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Path Name CS'.
createPathNamePrefixCS(PathNameCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPostcondition(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates an operation postcondition constraint.
createPrecondition(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates an operation precondition constraint.
createPredefinedTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Predefined Type'.
createPredefinedTypeAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Predefined Type'.
createPrePostOrBodyDeclCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Pre Post Or Body Decl CS'.
createPrePostOrBodyDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPrePostOrBodyDeclCS(PrePostOrBodyEnum, SimpleNameCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPrePostOrBodyDeclCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Pre Post Or Body Decl CS'.
createPrePostOrBodyEnumFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPrimitiveLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Primitive Literal Exp'.
createPrimitiveLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Primitive Literal Exp CS'.
createPrimitiveLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPrimitiveLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Primitive Literal Exp CS'.
createPrimitiveType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createPrimitiveType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Primitive Type'.
createPrimitiveTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Primitive Type'.
createPrimitiveTypeCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Primitive Type CS'.
createPrimitiveTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPrimitiveTypeCS(SimpleTypeEnum, String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPrimitiveTypeCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Primitive Type CS'.
createProperty(String, C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates a new Property.
createPropertyCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Property Call Exp'.
createPropertyCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createPropertyCallExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createPropertyCallExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Property Call Exp'.
createPropertyCallExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Property Call Exp'.
createPropertyContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, PropertyContextCS, P) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createPropertyContextCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Property Context CS'.
createPropertyContextCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createPropertyContextCS(PathNameCS, SimpleNameCS, TypeCS, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createPropertyContextCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Property Context CS'.
createQuery(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Creates a query expression in the current classifier context.
createQuery(OCLExpression<C>) - Method in class org.eclipse.ocl.OCL
Creates a new Query encapsulating a query expression with the current environment and extent map.
createQuery(CT) - Method in class org.eclipse.ocl.OCL
Creates a new Query encapsulating a constraint with the current environment and extent map.
createQuotedSimpleNameCS(SimpleTypeEnum, IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createRealLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Real Literal Exp'.
createRealLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createRealLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createRealLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Real Literal Exp'.
createRealLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Real Literal Exp'.
createRealLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Real Literal Exp CS'.
createRealLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createRealLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createRealLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Real Literal Exp CS'.
createRealOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Real type of the OCL Standard library.
createResource() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the resource that persists my generated types.
createSendSignalAction(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Creates a SendSignalAction referencing the specified signal.
createSequenceIterators(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the pre-defined iterators of the Sequence(T) type of the OCL Standard library.
createSequenceOfNames(PathNameCS, SimpleNameCS) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
createSequenceOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Sequence(T) type of the OCL Standard library.
createSequenceType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createSequenceType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createSequenceType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createSequenceType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Sequence Type'.
createSequenceType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Sequence Type'.
createSequenceTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Sequence Type'.
createSetIterators(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the pre-defined iterators of the Set(T) type of the OCL Standard library.
createSetOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the Set(T) type of the OCL Standard library.
createSetType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createSetType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createSetType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createSetType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Set Type'.
createSetType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Set Type'.
createSetTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Set Type'.
createShadowClass(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the shadow class to contain additional features defined for the specified OCL type.
createSignalMessageType(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a new message type for the specified element, assuming that it does not already exist.
createSignalMessageType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createSignalMessageType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createSignalMessageType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Creates the type for the messages representing invocation of the specified signal.
createSimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Simple Name CS'.
createSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createSimpleNameCS(SimpleTypeEnum, IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createSimpleNameCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Simple Name CS'.
createSimpleTypeEnumFromString(EDataType, String) - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createStateExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'State Exp'.
createStateExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createStateExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createStateExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'State Exp'.
createStateExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'State Exp'.
createStringLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'String Literal Exp'.
createStringLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createStringLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createStringLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'String Literal Exp'.
createStringLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'String Literal Exp'.
createStringLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'String Literal Exp CS'.
createStringLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createStringLiteralExpCS(IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createStringLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'String Literal Exp CS'.
createStringOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the String type of the OCL Standard library.
createTemplateParameterType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createTemplateParameterType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Template Parameter Type'.
createTemplateParameterTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Template Parameter Type'.
createTuple(C, Map<P, Object>) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Creates a new tuple instance.
createTupleLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Tuple Literal Exp'.
createTupleLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createTupleLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createTupleLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Tuple Literal Exp'.
createTupleLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Tuple Literal Exp'.
createTupleLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Tuple Literal Exp CS'.
createTupleLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createTupleLiteralExpCS(<any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createTupleLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Tuple Literal Exp CS'.
createTupleLiteralPart() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Tuple Literal Part'.
createTupleLiteralPart() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createTupleLiteralPart() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createTupleLiteralPart() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Tuple Literal Part'.
createTupleLiteralPartAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Tuple Literal Part'.
createTuplePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the package containing the tuple types that I generate.
createTupleType(<any>) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a new tuple type from the specified parts, assuming that it does not already exist.
createTupleType(List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createTupleType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createTupleType(List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createTupleType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Tuple Type'.
createTupleType(List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Creates a tuple type based on tthe specified part descriptions.
createTupleTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Tuple Type'.
createTupleTypeCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Tuple Type CS'.
createTupleTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createTupleTypeCS(<any>) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createTupleTypeCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Tuple Type CS'.
createTypeChecker() - Method in class org.eclipse.ocl.AbstractEnvironment
Creates my extensible type checker utility when it is first needed.
createTypeCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Type CS'.
createTypedASTNodeAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Typed AST Node'.
createTypedASTNodeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Typed AST Node'.
createTypedASTNodeAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Typed AST Node'.
createTypedElementAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Typed Element'.
createTypedElementAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Typed Element'.
createTypeExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Type Exp'.
createTypeExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createTypeExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createTypeExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Type Exp'.
createTypeExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Type Exp'.
createTypePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates the package containing the type types that I generate.
createTypeType(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Creates a new type type for the specified type, assuming that it does not already exist.
createTypeType(C) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createTypeType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createTypeType(C) - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createTypeType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Type Type'.
createTypeType(C) - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Type Type'.
createTypeTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Type Type'.
createTypeTypeOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the OclType type of the OCL Standard library.
createUnlimitedNaturalLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Unlimited Natural Literal Exp'.
createUnlimitedNaturalLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createUnlimitedNaturalLiteralExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createUnlimitedNaturalLiteralExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Unlimited Natural Literal Exp'.
createUnlimitedNaturalLiteralExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Unlimited Natural Literal Exp'.
createUnlimitedNaturalLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Unlimited Natural Literal Exp CS'.
createUnlimitedNaturalLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createUnlimitedNaturalLiteralExpCS(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createUnlimitedNaturalLiteralExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Unlimited Natural Literal Exp CS'.
createUnlimitedNaturalOperations(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Utility method creating the operations of the UnlimitedNatural type of the OCL Standard library.
createUnspecifiedValueExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Unspecified Value Exp'.
createUnspecifiedValueExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createUnspecifiedValueExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createUnspecifiedValueExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Unspecified Value Exp'.
createUnspecifiedValueExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Unspecified Value Exp'.
createValidationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
 
createValidationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.EnvironmentFactory
Obtains an instance of the validation visitor that validates against the specified environment, which presumably was used in parsing the OCL in the first place.
createVariable() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Variable'.
createVariable() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createVariable() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createVariable() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Variable'.
createVariableAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Variable'.
createVariableCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Variable CS'.
createVariableCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createVariableCS(SimpleNameCS, TypeCS, OCLExpressionCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createVariableCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Variable CS'.
createVariableExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns a new object of class 'Variable Exp'.
createVariableExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
createVariableExp(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CSTNode, Variable<C, PM>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Creates a variable expression with the variable that it references.
createVariableExp() - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
createVariableExp() - Method in interface org.eclipse.ocl.utilities.OCLFactory
Returns a new object of class 'Variable Exp'.
createVariableExpAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Variable Exp'.
createVariableExpCS() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns a new object of class 'Variable Exp CS'.
createVariableExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
createVariableExpCS(SimpleNameCS, <any>, IsMarkedPreCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
createVariableExpCSAdapter() - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates a new adapter for an object of class 'Variable Exp CS'.
createVisitableAdapter() - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates a new adapter for an object of class 'Visitable'.
createVisitableAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Visitable'.
createVisitorAdapter() - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates a new adapter for an object of class 'Visitor'.
createVoidType() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
createVoidType() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns a new object of class 'Void Type'.
createVoidTypeAdapter() - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates a new adapter for an object of class 'Void Type'.
CST_NODE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Node' class.
CST_NODE - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Node' class.
CST_NODE__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
CST_NODE__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Ast' attribute feature.
CST_NODE__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
CST_NODE__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'End Offset' attribute feature.
CST_NODE__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
CST_NODE__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'End Token' attribute feature.
CST_NODE__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
CST_NODE__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Start Offset' attribute feature.
CST_NODE__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
CST_NODE__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Start Token' attribute feature.
CST_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Node' class.
CSTAdapterFactory - Class in org.eclipse.ocl.cst.util
The Adapter Factory for the model.
CSTAdapterFactory() - Constructor for class org.eclipse.ocl.cst.util.CSTAdapterFactory
Creates an instance of the adapter factory.
CSTFactory - Interface in org.eclipse.ocl.cst
The Factory for the model.
CSTFactoryImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model Factory.
CSTFactoryImpl() - Constructor for class org.eclipse.ocl.cst.impl.CSTFactoryImpl
Creates an instance of the factory.
CSTNode - Interface in org.eclipse.ocl.cst
A representation of the model object 'Node'.
CSTNodeImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Node'.
CSTNodeImpl() - Constructor for class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
CSTPackage - Interface in org.eclipse.ocl.cst
The Package for the model.
CSTPackage.Literals - Interface in org.eclipse.ocl.cst
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
CSTPackageImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model Package.
CSTSwitch<T> - Class in org.eclipse.ocl.cst.util
The Switch for the model's inheritance hierarchy.
CSTSwitch() - Constructor for class org.eclipse.ocl.cst.util.CSTSwitch
Creates an instance of the switch.
Customizable - Interface in org.eclipse.ocl.options
An optional adapter interface for entities whose behaviour can be customized by clients by the application of Options.

D

DEBUG - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
DeclarationInitExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
DeclarationNoInitExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
DeclarationType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
decodeEscapeSequence(StringCharacterIterator) - Method in class org.eclipse.ocl.lpg.AbstractParser
Decodes an escape sequence in accordance with the Issue 14357 proposals for Concrete Syntaxes.
decodeHexCharacter(char) - Method in class org.eclipse.ocl.lpg.AbstractParser
Return the value of the next character if it is a hexadecimal character.
decodeOctalCharacter(StringCharacterIterator) - Method in class org.eclipse.ocl.lpg.AbstractParser
Return the value of the next character if it is an octal character.
decodeString(IToken, String) - Method in class org.eclipse.ocl.lpg.AbstractParser
Returns a string with any escape sequences decoded by AbstractParser.decodeEscapeSequence(java.text.StringCharacterIterator).
DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Def CS' class.
DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def CS' class.
DEF_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
DEF_CS__DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Def Expression CS' containment reference.
DEF_CS__DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def Expression CS' containment reference feature.
DEF_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
DEF_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
DEF_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
DEF_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
DEF_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
DEF_CS__STATIC - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Static' attribute.
DEF_CS__STATIC - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Static' attribute feature.
DEF_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Def CS' class.
DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Def Expression CS' class.
DEF_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Def Expression CS' class.
DEF_EXPRESSION_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
DEF_EXPRESSION_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
DEF_EXPRESSION_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
DEF_EXPRESSION_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
DEF_EXPRESSION_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature.
DEF_EXPRESSION_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Operation CS' containment reference.
DEF_EXPRESSION_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation CS' containment reference feature.
DEF_EXPRESSION_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
DEF_EXPRESSION_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
DEF_EXPRESSION_CS__VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable CS' containment reference.
DEF_EXPRESSION_CS__VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable CS' containment reference feature.
DEF_EXPRESSION_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Def Expression CS' class.
defaultCase(EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
DefCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Def CS'.
defCS(DefCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
DefCS
DefCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Def CS'.
DefCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DefCSImpl
 
DefExpressionCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Def Expression CS'.
defExpressionCS - Variable in class org.eclipse.ocl.cst.impl.DefCSImpl
The cached value of the 'Def Expression CS' containment reference.
DefExpressionCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Def Expression CS'.
DefExpressionCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
defineAttribute(C, Variable<C, PM>, CT) - Method in interface org.eclipse.ocl.Environment
In processing an additional attribute definition, constructs the property and associates it with its definition constraint.
defineAttribute(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Defines an additional attribute in the context classifier, for use in formulating OCL queries and constraints.
defineOperation(C, String, C, List<Variable<C, PM>>, CT) - Method in interface org.eclipse.ocl.Environment
In processing an additional operation definition, constructs the operation and associates it with its definition constraint.
defineOperation(String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Defines an additional operation in the context classifier, for use in formulating OCL queries and constraints.
DEFINITION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied definition expressions.
DEFINITION_CONSTRAINS_FEATURE - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to reference the defined property or operation in a def: expression as a constrained element of the constraint, in addition to the context classifier.
DefinitionConstraintConformance_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
DefinitionConstraintFeature_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
delegate - Variable in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
deleteElement(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
deleteElement(String) - Method in interface org.eclipse.ocl.Environment
Removes a variable when it goes out of scope.
DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Der Value CS' class.
DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Der Value CS' class.
DER_VALUE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
DER_VALUE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
DER_VALUE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
DER_VALUE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
DER_VALUE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
DER_VALUE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
DER_VALUE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Der Value CS' class.
deregisterEnvironment(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Method in interface org.eclipse.ocl.Environment.Registry
Removes the specified environment from the registry.
deregisterEnvironment(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Method in class org.eclipse.ocl.internal.EnvironmentRegistryImpl
 
DERIVATION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied derived value expressions.
DerivedLexStream - Class in org.eclipse.ocl.lpg
This DerivedLexStream will be used in favour of the LpgLexStream for the OCLLexer, so that some customization are introduced and exploited by the generated OCLLexer
DerivedLexStream(BasicEnvironment, String, int) - Constructor for class org.eclipse.ocl.lpg.DerivedLexStream
 
DerivedLexStream(BasicEnvironment, char[], String, int) - Constructor for class org.eclipse.ocl.lpg.DerivedLexStream
 
DerivedLexStream() - Constructor for class org.eclipse.ocl.lpg.DerivedLexStream
 
DerivedPrsStream - Class in org.eclipse.ocl.lpg
This DerivedLexStream will be used in favour of the LpgLexStream for the OCLLexer, so that some customization are introduced and exploited by the generated OCLLexer.
DerivedPrsStream(BasicEnvironment, ILexStream) - Constructor for class org.eclipse.ocl.lpg.DerivedPrsStream
 
DerValueCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Der Value CS'.
DerValueCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Der Value CS'.
DerValueCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.DerValueCSImpl
 
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
DIAGNOSTIC_CODE_COUNT - Static variable in class org.eclipse.ocl.types.util.TypesValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
A constant for the source of diagnostic codes from this package.
DIAGNOSTIC_SOURCE - Static variable in class org.eclipse.ocl.types.util.TypesValidator
A constant for the source of diagnostic codes from this package.
dispose() - Method in class org.eclipse.ocl.AbstractEnvironment
I dispose my type resolver, if it is an AbstractTypeResolver and I am the root environment (which owns the resolver).
dispose() - Method in class org.eclipse.ocl.AbstractTypeResolver
Disposes me by unloading my resource, if and only if I created it in the first place.
dispose() - Method in interface org.eclipse.ocl.Environment.Internal
Disposes of any objects that I have created that should be cleaned up.
dispose() - Method in class org.eclipse.ocl.OCL
Disposes any objects that I have created while I have been in use.
dispose(Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Disposes of the specified object.
DIV - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIV_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIVIDE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
DIVIDE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
documentCS(OCLDocumentCS, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Analyzes a top-level document CS.
doSwitch(int, EObject) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(EClass, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitchSuperTypes(EClass, EObject) - Method in class org.eclipse.ocl.types.util.TypesSwitch
 
DOT - Static variable in enum org.eclipse.ocl.cst.DotOrArrowEnum
The 'Dot' literal value.
DOT_OR_ARROW_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Dot Or Arrow Enum' enum.
DOT_OR_ARROW_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Dot Or Arrow Enum' enum.
DotOrArrowEnum - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Dot Or Arrow Enum', and utility methods for working with them.
dumpTokens() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
DuplicateNameInTuple_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
DuplicateOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
DuplicateProperty_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 

E

eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eBaseStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
ECLIPSE_TAB_VALUE - Static variable in class org.eclipse.ocl.lpg.DerivedLexStream
 
eCONTENT_TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The package content type ID.
eCONTENT_TYPE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The package content type ID.
eCONTENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The package content type ID.
eCONTENT_TYPE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The package content type ID.
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eDerivedStructuralFeatureID(int, Class<?>) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
eGet(int, boolean, boolean) - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
eINSTANCE - Static variable in interface org.eclipse.ocl.cst.CSTFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.ocl.types.TypesFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The singleton instance of the package.
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
eIsSet(int) - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Element Type' class.
ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Element Type' class.
ELEMENT_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Element Type' class.
ElementType - Interface in org.eclipse.ocl.types
A representation of the model object 'Element Type'.
elementType - Variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The cached value of the 'Element Type' reference.
ElementTypeConformanceClosure_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ElementTypeImpl - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Element Type'.
ElementTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.ElementTypeImpl
 
elseExpression - Variable in class org.eclipse.ocl.cst.impl.IfExpCSImpl
The cached value of the 'Else Expression' containment reference.
elseExpression - Variable in class org.eclipse.ocl.expressions.impl.IfExpImpl
The cached value of the 'Else Expression' containment reference.
EMPTY_STRING - Static variable in class org.eclipse.ocl.internal.OCLPlugin
 
eNAME - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The package name.
eNAME - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The package name.
eNAME - Static variable in interface org.eclipse.ocl.types.TypesPackage
The package name.
eNAME - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The package name.
END_OFFSET_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The default value of the 'End Offset' attribute.
END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
The default value of the 'End Position' attribute.
END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The default value of the 'End Position' attribute.
END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The default value of the 'End Position' attribute.
END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The default value of the 'End Position' attribute.
END_TOKEN_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The default value of the 'End Token' attribute.
endOffset - Variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The cached value of the 'End Offset' attribute.
endParse() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
This default implementation does nothing.
endParse() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Notifies me that parsing has completed, and I will get no further problems in this session.
endParse() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
endParse() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
endPosition - Variable in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
The cached value of the 'End Position' attribute.
endPosition - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'End Position' attribute.
endPosition - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'End Position' attribute.
endPosition - Variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The cached value of the 'End Position' attribute.
endToken - Variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The cached value of the 'End Token' attribute.
endValidation() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
This default implementation does nothing.
endValidation() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Notifies me that validation has completed, and I will get no further problems in this session.
endValidation() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
endValidation() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
eNS_PREFIX - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.ocl.types.TypesPackage
The package namespace name.
eNS_PREFIX - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The package namespace name.
eNS_URI - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.ocl.types.TypesPackage
The package namespace URI.
eNS_URI - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The package namespace URI.
entrySet() - Method in class org.eclipse.ocl.LazyExtentMap
 
ENUM_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Enum Literal Exp' class.
ENUM_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Enum Literal Exp' class.
ENUM_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
ENUM_LITERAL_EXP__ENUM_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Enum Type' of 'Enum Literal Exp'.
ENUM_LITERAL_EXP__REFERRED_ENUM_LITERAL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Enum Literal' reference.
ENUM_LITERAL_EXP__REFERRED_ENUM_LITERAL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Enum Literal' reference feature.
ENUM_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
ENUM_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Enum Literal Exp' class.
EnumLiteralExp<C,EL> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Enum Literal Exp'.
EnumLiteralExpImpl<C,EL> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Enum Literal Exp'.
EnumLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
EnumLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Enum Literal Exp' model objects.
EnumLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.EnumLiteralExpOperations
 
env - Variable in class org.eclipse.ocl.parser.ValidationVisitor
 
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Interface in org.eclipse.ocl
An Environment stores the variables created while evaluating an OCL expression, including self.
Environment.Internal<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Interface in org.eclipse.ocl
An interface that merges the Environment and BasicEnvironment interfaces that define the behaviour realised in abstract form by AbstractEnvironment.
Environment.Lookup<PK,C,O,P> - Interface in org.eclipse.ocl
Optional adapter interface for look-up methods that throw LookupExceptions on abnormal failures (usually ambiguous names).
Environment.Registry - Interface in org.eclipse.ocl
A registry of environments.
EnvironmentFactory<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Interface in org.eclipse.ocl
A factory for creating OCL parser Environments.
environmentFactory - Variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
EnvironmentFactory.Lookup<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Interface in org.eclipse.ocl
Optional adapter interface for look-up methods that throw LookupExceptions on abnormal failures (usually ambiguous names).
EnvironmentRegistryImpl - Class in org.eclipse.ocl.internal
Implementation of the environment registry.
EnvironmentRegistryImpl() - Constructor for class org.eclipse.ocl.internal.EnvironmentRegistryImpl
 
EnvRegistry_missingClass_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
EnvRegistry_missingNsURI_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
EnvRegistry_unknownElement_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
EOFT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
EOLT_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
equal(Object, Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Computes the equivalence of two objects, accounting for primitive numeric values that OCL considers equal but Java does not.
EQUAL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EQUAL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
equalName(String, String) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Checks whether the names are equal, accounting for possibility of underscore-escaped names.
equals(Object) - Method in class org.eclipse.ocl.LazyExtentMap
 
equals(Object) - Method in class org.eclipse.ocl.lpg.ProblemHandler.Phase
I am equal to any Phase that has the same localized name as I.
equals(Collection<?>, Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::=(set : Set(T)) : Boolean OrderedSet::=(set : OrderedSet(T)) : Boolean Bag::=(bag : Bag(T)) : Boolean Sequence::=(s : Sequence(T)) : Boolean operations.
error(int, String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates an error log for the specified plug-in, with the specified status code, message.
error(int, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates an error log for the specified plug-in, with the specified status code, message, and throwable.
ERROR - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
ERROR(String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
ERROR(Object, String, String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
ERROR(List<?>, String, String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
ERROR(List<?>, String, String) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
ERROR(Object, String, String) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
ERROR(String) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
ERROR_ACTION - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
ERROR_MESSAGES - Static variable in interface org.eclipse.ocl.lpg.ProblemHandler
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
ERROR_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
ErrorMessage_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ErrorReport_RowColumn - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
eSet(int, Object) - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.ContextDeclCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.DerValueCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.InitValueCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.InvalidLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.IsMarkedPreCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.IterateExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.IteratorExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.LiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.NullLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PrimitiveTypeCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.TypeCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.InvalidLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.LiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.NullLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.NumericLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.PrimitiveLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
eStaticClass() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.AnyTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.BagTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.ElementTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.InvalidTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.OrderedSetTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.PrimitiveTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.SequenceTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.SetTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
eStaticClass() - Method in class org.eclipse.ocl.types.impl.VoidTypeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
eUnset(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
eUnset(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
eUnset(int) - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
evaluate(Collection<?>, List<Variable<C, PM>>, OCLExpression<C>, String) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
evaluate(Object) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
evaluate() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
evaluate(List<?>) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
evaluate(Object, OCLExpression<C>) - Method in class org.eclipse.ocl.OCL
Evaluates a query expression on a context object (which is bound to the self variable).
evaluate(Object) - Method in interface org.eclipse.ocl.Query
Evaluates the query on the object.
evaluate() - Method in interface org.eclipse.ocl.Query
Evaluates the query.
evaluate(List<?>) - Method in interface org.eclipse.ocl.Query
Evaluates the query on the input list.
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateAny
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateClosure
Recursively evaluates the iterator body expression.
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateCollect
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateCollectNested
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateExists
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateForAll
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateIsUnique
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateOne
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateReject
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateSelect
 
evaluateResult(List<Variable<C, PM>>, String, Object) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplateSortedBy
 
EVALUATION - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
EVALUATION_HALTED - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
EvaluationEnvironment<C,O,P,CLS,E> - Interface in org.eclipse.ocl
The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
EvaluationEnvironment.Enumerations<EL> - Interface in org.eclipse.ocl
Optional adapter interface for evaluation environments that support additional enumeration evaluation capabilities.
EvaluationFailed_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
EvaluationHaltedException - Exception in org.eclipse.ocl
Exception indicating a managed interruption of evaluation.
EvaluationHaltedException(String) - Constructor for exception org.eclipse.ocl.EvaluationHaltedException
Initializes me with a message describing the nature of stopping evaluation.
EvaluationHaltedException(Diagnostic) - Constructor for exception org.eclipse.ocl.EvaluationHaltedException
Initializes me with a diagnostic describing the nature of stopping evaluation.
EvaluationHaltedException(String, Throwable) - Constructor for exception org.eclipse.ocl.EvaluationHaltedException
Initializes me with a message and diagnostic describing the nature of stopping evaluation.
EvaluationOptions - Class in org.eclipse.ocl.options
Options applicable to EvaluationEnvironments to customize their evaluation behaviour.
EvaluationResultIsInvalid_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
EvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Interface in org.eclipse.ocl
A specialized visitor that is used for evaluation an OCL expression by walking its AST.
EvaluationVisitorDecorator<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
A visitor that decorates another EvaluationVisitor, to intercept invocations of the visitXxx(...) methods.
EvaluationVisitorDecorator(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.EvaluationVisitorDecorator
 
EvaluationVisitorImpl<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
An evaluation visitor implementation for OCL expressions.
EvaluationVisitorImpl(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, EvaluationEnvironment<C, O, P, CLS, E>, Map<? extends CLS, ? extends Set<? extends E>>) - Constructor for class org.eclipse.ocl.EvaluationVisitorImpl
Constructor
exactTypeMatch(C, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
exactTypeMatch(C, C) - Method in interface org.eclipse.ocl.TypeChecker
Compare two types.
exactTypeMatch(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Compare two types.
EXCEPTIONS_CATCHING - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
EXCEPTIONS_THROWING - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
excludes(Collection<?>, Object) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::excludes(object : T) : Boolean operation.
EXCLUDES - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXCLUDES_ALL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXCLUDES_ALL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXCLUDES_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
excludesAll(Collection<?>, Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::excludesAll(c : Collection(T)) : Boolean operation.
excluding(Collection<E>, Object) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::excluding(object : T) : Set(T) Bag::excluding(object : T) : Bag(T) Sequence::excluding(object : T) : Sequence(T) operations.
EXCLUDING - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXCLUDING_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXISTS - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
EXISTS_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
expression - Variable in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
The cached value of the 'Expression' containment reference.
EXPRESSION_IN_OCL - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Expression In OCL' class.
EXPRESSION_IN_OCL - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Expression In OCL' class.
EXPRESSION_IN_OCL__BODY_EXPRESSION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Body Expression' containment reference.
EXPRESSION_IN_OCL__BODY_EXPRESSION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Body Expression' containment reference feature.
EXPRESSION_IN_OCL__CONTEXT_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Context Variable' containment reference.
EXPRESSION_IN_OCL__CONTEXT_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Context Variable' containment reference feature.
EXPRESSION_IN_OCL__GENERATED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Generated Type' containment reference list.
EXPRESSION_IN_OCL__GENERATED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Generated Type' containment reference list feature.
EXPRESSION_IN_OCL__PARAMETER_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Parameter Variable' containment reference list.
EXPRESSION_IN_OCL__PARAMETER_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Parameter Variable' containment reference list feature.
EXPRESSION_IN_OCL__RESULT_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Result Variable' containment reference.
EXPRESSION_IN_OCL__RESULT_VARIABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Result Variable' containment reference feature.
EXPRESSION_IN_OCL_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Expression In OCL' class.
expressionCS - Variable in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
The cached value of the 'Expression CS' containment reference.
expressionCS - Variable in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
The cached value of the 'Expression CS' containment reference.
expressionCS - Variable in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
The cached value of the 'Expression CS' containment reference.
expressionCS - Variable in class org.eclipse.ocl.cst.impl.InvCSImpl
The cached value of the 'Expression CS' containment reference.
expressionCS - Variable in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
The cached value of the 'Expression CS' containment reference.
ExpressionInOCL<C,PM> - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Expression In OCL'.
ExpressionsAdapterFactory - Class in org.eclipse.ocl.expressions.util
The Adapter Factory for the model.
ExpressionsAdapterFactory() - Constructor for class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Creates an instance of the adapter factory.
ExpressionsFactory - Interface in org.eclipse.ocl.expressions
The Factory for the model.
ExpressionsFactoryImpl - Class in org.eclipse.ocl.expressions.impl
An implementation of the model Factory.
ExpressionsFactoryImpl() - Constructor for class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
Creates an instance of the factory.
ExpressionsPackage - Interface in org.eclipse.ocl.expressions
The Package for the model.
ExpressionsPackage.Literals - Interface in org.eclipse.ocl.expressions
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ExpressionsPackageImpl - Class in org.eclipse.ocl.expressions.impl
An implementation of the model Package.
ExpressionsSwitch<T> - Class in org.eclipse.ocl.expressions.util
The Switch for the model's inheritance hierarchy.
ExpressionsSwitch() - Constructor for class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Creates an instance of the switch.
ExpressionsValidator - Class in org.eclipse.ocl.expressions.util
The Validator for the model.
ExpressionsValidator() - Constructor for class org.eclipse.ocl.expressions.util.ExpressionsValidator
Creates an instance of the switch.
extendPathNameCS(PathNameCS, SimpleNameCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
extendQuotedSimpleNameCS(SimpleNameCS, IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
extendStringLiteralExpCS(StringLiteralExpCS, IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
EXTRA_TOKENS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
ExtraArg_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ExtraneousParameterVariables_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ExtraneousResultVariable_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 

F

FEATURE_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Feature Call Exp' class.
FEATURE_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Feature Call Exp' class.
FEATURE_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
FEATURE_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Marked Pre' attribute.
FEATURE_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Marked Pre' attribute feature.
FEATURE_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
FEATURE_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
FEATURE_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
FEATURE_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
FEATURE_CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Feature Call Exp CS' class.
FEATURE_CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Feature Call Exp CS' class.
FEATURE_CALL_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
FEATURE_CALL_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Arguments' containment reference list.
FEATURE_CALL_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Arguments' containment reference list feature.
FEATURE_CALL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
FEATURE_CALL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
FEATURE_CALL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
FEATURE_CALL_EXP_CS__IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Is Marked Pre CS' containment reference.
FEATURE_CALL_EXP_CS__IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Is Marked Pre CS' containment reference feature.
FEATURE_CALL_EXP_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
FEATURE_CALL_EXP_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' containment reference feature.
FEATURE_CALL_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
FEATURE_CALL_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
FEATURE_CALL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
FEATURE_CALL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
FEATURE_CALL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Feature Call Exp CS' class.
FEATURE_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Feature Call Exp' class.
FeatureCallExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Feature Call Exp'.
FeatureCallExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Feature Call Exp CS'.
FeatureCallExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Feature Call Exp CS'.
FeatureCallExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
FeatureCallExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Feature Call Exp'.
FeatureCallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
findAdditionalFeaturesPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the package storing additional features, if our resource already contains it.
findAttribute(C, String) - Method in class org.eclipse.ocl.AbstractTypeChecker
Finds the most specific (re)definition of an attribute in the specified classifier.
findAttribute(C, String) - Method in interface org.eclipse.ocl.TypeChecker
Finds the most specific (re)definition of an attribute in the specified classifier.
findAttribute(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String) - Static method in class org.eclipse.ocl.util.TypeUtil
Finds the most specific (re)definition of an attribute in the specified classifier.
findCollectionPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the package storing collection types, if our resource already contains it.
findCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds an existing collection type matching the specified kind and element type, if any has already been created.
findMatchingOperation(C, O) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds an operation already existing in the specified shadow class that matches the specified operation signature.
findMatchingProperty(C, P) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds a property already existing in the specified shadow class that matches the specified property signature.
findMessagePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the package storing message types, if our resource already contains it.
findMessageType(Object) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds an existing message type matching the specified element, if any has already been created.
findNonNavigableAssociationEnds(C, String, List<P>) - Method in class org.eclipse.ocl.AbstractEnvironment
Searches for non-navigable association ends with the specified name at the given classifier's end of an association.
findOperationMatching(C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
findOperationMatching(C, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.TypeChecker
Finds an operation by signature in the specified classifier.
findOperationMatching(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.TypeUtil
Finds the most specific (re)definition of an operation by signature in the specified classifier.
findPackage(String) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the existing package with the specified name in my resource.
findShadowClass(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the shadow class to contain additional features defined for the specified OCL type, if it already exists.
findSignalMatching(C, List<C>, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
findSignalMatching(C, List<C>, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.TypeChecker
Find a matching signal in the specified list.
findSignalMatching(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, List<C>, String, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.TypeUtil
Find a matching signal in the specified list.
findTuplePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the package storing tuple types, if our resource already contains it.
findTupleType(<any>) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds an existing tuple type matching the specified parts, if any has already been created.
findTypePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds the package storing type types, if our resource already contains it.
findTypeType(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Finds an existing type type matching the specified type, if any has already been created.
findUnnamedAssociationEnds(C, String, List<P>) - Method in class org.eclipse.ocl.AbstractEnvironment
Searches for unnamed association ends using the specified name at the given classifier's end of an association.
first - Variable in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
The cached value of the 'First' containment reference.
first(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::first() : T Sequence::first() : T operations.
FIRST - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FIRST_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FirstLastTypeMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
flatten(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::flatten() : Set(T2) Bag::flatten() : Bag(T2) Sequence::flatten() : Sequence(T2) operations.
FLATTEN - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FLATTEN_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FLOOR - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FLOOR_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
flush(Monitor) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
flush(Monitor) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Flush all problems to their recipient.
flush(Monitor) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
flush(Monitor) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
FOR_ALL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
FOR_ALL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
formatClass(Object) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatClass(Object) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatClass(Object) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the Java class name of object.
formatEClassName(EObject) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatEClassName(EObject) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatEClassName(EObject) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the Ecore class name of object.
formatName(Object) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatName(Object) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatName(Object) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the name of object.
formatPath(List<String>) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatPath(List<String>, String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatPath(List<String>) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatPath(List<String>, String) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatPath(List<String>) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return a hierarchical path name.
formatPath(List<String>, String) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return a hierarchically named name.
formatQualifiedName(Object) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatQualifiedName(Object) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatQualifiedName(Object) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the qualified name of an object.
formatString(String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatString(String) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatString(String) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the string.
FormattingHelper - Interface in org.eclipse.ocl.lpg
A FormattingHelper provides string contributions to problem messages endeavouring to be as helpful as possible even when faced with malformed or null objects.
formatType(Object) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
formatType(Object) - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
 
formatType(Object) - Method in interface org.eclipse.ocl.lpg.FormattingHelper
Return the type of object.

G

genOperationCallExp(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OperationCallExpCS, String, String, OCLExpression<C>, C, List<OCLExpression<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Generate an OperationCallExp node.
genVariableDeclaration(CSTNode, String, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String, C, OCLExpression<C>, boolean, boolean, boolean) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Generate a VariableDeclaration AST node, and add it to the environment.
get(String) - Static method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns the 'Collection Type Identifier Enum' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns the 'Collection Type Identifier Enum' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns the 'Dot Or Arrow Enum' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns the 'Dot Or Arrow Enum' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.ocl.cst.MessageExpKind
Returns the 'Message Exp Kind' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.cst.MessageExpKind
Returns the 'Message Exp Kind' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns the 'Pre Post Or Body Enum' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns the 'Pre Post Or Body Enum' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns the 'Simple Type Enum' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns the 'Simple Type Enum' literal with the specified integer value.
get(String) - Static method in enum org.eclipse.ocl.expressions.CollectionKind
Returns the 'Collection Kind' literal with the specified literal value.
get(int) - Static method in enum org.eclipse.ocl.expressions.CollectionKind
Returns the 'Collection Kind' literal with the specified integer value.
get(Object) - Method in class org.eclipse.ocl.LazyExtentMap
Lazily computes the extent of the specified class key.
getAbstractParser() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Obtains the parser that I use to transform the OCL text into the Concrete Syntax Model.
getAbstractParser() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getAcceptAction() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getAccessor() - Method in interface org.eclipse.ocl.cst.CallExpCS
Returns the value of the 'Accessor' attribute.
getAccessor() - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
getAdapter(Class<T>) - Method in class org.eclipse.ocl.AbstractEnvironment
Since AbstractTypeResolver implements TypeChecker, AbstractEnvironment will try to adapt TypeChecker, via its TypeResolver.
getAdapter(Class<T>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
The abstract environment factory implementation is adaptable.
getAdapter(Class<T>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Implements the interface method by testing whether I am an instance of the requested adapter type.
getAdapter(Class<T>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
The abstract environment implementation is adaptable.
getAdapter(Class<T>) - Method in interface org.eclipse.ocl.util.Adaptable
Obtains an adapter for the specified interface type.
getAdapter(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Class<T>) - Static method in class org.eclipse.ocl.util.OCLUtil
Obtains an adapter for the specified interface type.
getAdapter(EnvironmentFactory<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Class<T>) - Static method in class org.eclipse.ocl.util.OCLUtil
Obtains an adapter for the specified interface type.
getAdapter(EvaluationEnvironment<?, ?, ?, ?, ?>, Class<T>) - Static method in class org.eclipse.ocl.util.OCLUtil
Obtains an adapter for the specified interface type, if the evaluation environment is Adaptable to it.
getAdditionalAttributes(C) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getAdditionalAttributes(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
getAdditionalAttributes(C) - Method in interface org.eclipse.ocl.Environment
Obtains the additional attributes defined in this environment in the context of the specified classifier.
getAdditionalAttributes(C) - Method in interface org.eclipse.ocl.TypeResolver
Obtains the additional attributes defined (via OCL) in the specified classifier context.
getAdditionalFeaturesPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the package containing the additional operations and properties parsed in my environment.
getAdditionalOperations(C) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getAdditionalOperations(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
getAdditionalOperations(C) - Method in interface org.eclipse.ocl.Environment
Obtains the additional operations defined in this environment in the context of the specified classifier.
getAdditionalOperations(C) - Method in interface org.eclipse.ocl.TypeResolver
Obtains the additional operations defined (via OCL) in the specified classifier context.
getAllSupertypes(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, PredefinedType<?>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Queries all of the supertypes of a pre-defined type.
getAllSupertypes(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains all of the classifiers that generalize the specified classifier.
getAmbiguousMatches() - Method in exception org.eclipse.ocl.LookupException
Obtains the list of ambiguous matches, if the problem was one of ambiguity, in the order in which they were found.
getAnyType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getAnyType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Any Type'.
getArgument() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getArgument() - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
getArgument() - Method in interface org.eclipse.ocl.expressions.MessageExp
Returns the value of the 'Argument' containment reference list.
getArgument() - Method in interface org.eclipse.ocl.expressions.OperationCallExp
Returns the value of the 'Argument' containment reference list.
getArguments() - Method in interface org.eclipse.ocl.cst.FeatureCallExpCS
Returns the value of the 'Arguments' containment reference list.
getArguments() - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
getArguments() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
getArguments() - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
getArguments() - Method in interface org.eclipse.ocl.cst.MessageExpCS
Returns the value of the 'Arguments' containment reference list.
getArguments() - Method in interface org.eclipse.ocl.cst.VariableExpCS
Returns the value of the 'Arguments' containment reference list.
getAssociationClass(P) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the association class of which the specified property is an end, if any.
getAssociationClassCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Association Class Call Exp'.
getAssociationClassCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getAssociationClassCallExp_ReferredAssociationClass() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Association Class'.
getAssociationClassCallExp_ReferredAssociationClass() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getAst() - Method in interface org.eclipse.ocl.cst.CSTNode
Returns the value of the 'Ast' attribute.
getAst() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
getASTMapping(Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getASTMapping(Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Return the mapping of an astNode to its originating cstNode, so that AST-based analysis may report error messages exploiting the CST context, or to support incremental AST/CST update.
getASTNode() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getASTNode() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'AST Node'.
getASTNode_EndPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getASTNode_EndPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'End Position'.
getASTNode_StartPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getASTNode_StartPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'Start Position'.
getASTNodeToCSTNodeMap() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getAttribute() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getAttribute() - Method in interface org.eclipse.ocl.expressions.TupleLiteralPart
Returns the value of the 'Attribute' reference.
getAttributes(C) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
getAttributes(C) - Method in interface org.eclipse.ocl.TypeChecker
Obtains all of the OCL attributes applicable to the specified owner type, including any that were defined in the OCL environment as additional attributes.
getAttributes(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Obtains all of the OCL attributes applicable to the specified owner type, including any that were defined in the OCL environment as additional attributes.
getAttributes(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains all of the attributes defined by and inherited by the specified classifier.
getBacktrack() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getBacktrack() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getBacktrack() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getBacktrack() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getBacktrack() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getBacktrack() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getBag() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the BagType metatype, named Bag(T).
getBagType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getBagType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getBagType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Bag Type'.
getBody() - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
getBody() - Method in interface org.eclipse.ocl.cst.LoopExpCS
Returns the value of the 'Body' containment reference.
getBody() - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
getBody() - Method in interface org.eclipse.ocl.expressions.LoopExp
Returns the value of the 'Body' containment reference.
getBodyCondition(O) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getBodyCondition(O) - Method in interface org.eclipse.ocl.Environment
Obtains an operation's body condition constraint.
getBodyExpression() - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Returns the value of the 'Body Expression' containment reference.
getBoolean() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OCL Boolean type.
getBoolean() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getBoolean() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the PrimitiveType metatype, named Boolean.
getBooleanLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Boolean Literal Exp'.
getBooleanLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getBooleanLiteralExp_BooleanSymbol() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Boolean Symbol'.
getBooleanLiteralExp_BooleanSymbol() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getBooleanLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Boolean Literal Exp CS'.
getBooleanLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getBooleanLiteralExpCS_BooleanSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Boolean Symbol'.
getBooleanLiteralExpCS_BooleanSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getBooleanSymbol() - Method in interface org.eclipse.ocl.cst.BooleanLiteralExpCS
Returns the value of the 'Boolean Symbol' attribute.
getBooleanSymbol() - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
getBooleanSymbol() - Method in interface org.eclipse.ocl.expressions.BooleanLiteralExp
Returns the value of the 'Boolean Symbol' attribute.
getBooleanSymbol() - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
getByName(String) - Static method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns the 'Collection Type Identifier Enum' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns the 'Dot Or Arrow Enum' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.ocl.cst.MessageExpKind
Returns the 'Message Exp Kind' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns the 'Pre Post Or Body Enum' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns the 'Simple Type Enum' literal with the specified name.
getByName(String) - Static method in enum org.eclipse.ocl.expressions.CollectionKind
Returns the 'Collection Kind' literal with the specified name.
getCalledOperation() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getCalledOperation() - Method in interface org.eclipse.ocl.expressions.MessageExp
Returns the value of the 'Called Operation' containment reference.
getCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Call Exp'.
getCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCallExp_Source() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Source'.
getCallExp_Source() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Call Exp CS'.
getCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCallExpCS_Accessor() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Accessor'.
getCallExpCS_Accessor() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCallExpCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getCallExpCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCallExpCS_Source() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Source'.
getCallExpCS_Source() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCallingASTNode() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getCallingASTNode() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Calling AST Node'.
getCallingASTNode_PropertyEndPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getCallingASTNode_PropertyEndPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'Property End Position'.
getCallingASTNode_PropertyStartPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getCallingASTNode_PropertyStartPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'Property Start Position'.
getCharOffset() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
getChoices(OCLExpression<C>, ConstraintKind) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
returns the syntax help choices applicable for the passed OCLExpression
getClassifier(Object) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
Obtains client metamodel's classifier for the specified context object, which may be an instance of a classifier in the user model or may actually be a classifier in the user model.
getClassifierContextDeclCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Classifier Context Decl CS'.
getClassifierContextDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getClassifierContextDeclCS_Constraints() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Constraints'.
getClassifierContextDeclCS_Constraints() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getClassifierContextDeclCS_PathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Path Name CS'.
getClassifierContextDeclCS_PathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getClassifierContextDeclCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getClassifierContextDeclCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getClassifiers(PK) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the classifiers contained directly within the specified package.
getCollection() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the CollectionType metatype, named Collection(T).
getCollectionItem() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Collection Item'.
getCollectionItem() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionItem_Item() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Item'.
getCollectionItem_Item() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionKind() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for enum 'Collection Kind'.
getCollectionKind() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionKind(C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getCollectionLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Collection Literal Exp'.
getCollectionLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionLiteralExp_Kind() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Kind'.
getCollectionLiteralExp_Kind() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionLiteralExp_Part() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Part'.
getCollectionLiteralExp_Part() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionLiteralExp_SimpleRange() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Simple Range'.
getCollectionLiteralExp_SimpleRange() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Collection Literal Exp CS'.
getCollectionLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionLiteralExpCS_CollectionLiteralParts() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Collection Literal Parts'.
getCollectionLiteralExpCS_CollectionLiteralParts() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionLiteralExpCS_CollectionType() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Collection Type'.
getCollectionLiteralExpCS_CollectionType() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionLiteralPart() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Collection Literal Part'.
getCollectionLiteralPart() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionLiteralPartCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Collection Literal Part CS'.
getCollectionLiteralPartCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionLiteralPartCS_ExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression CS'.
getCollectionLiteralPartCS_ExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionLiteralParts() - Method in interface org.eclipse.ocl.cst.CollectionLiteralExpCS
Returns the value of the 'Collection Literal Parts' containment reference list.
getCollectionLiteralParts() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
getCollectionPackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the package containing the collection types that I generate.
getCollectionRange() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Collection Range'.
getCollectionRange() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionRange_First() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'First'.
getCollectionRange_First() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionRange_Last() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Last'.
getCollectionRange_Last() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getCollectionRangeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Collection Range CS'.
getCollectionRangeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionRangeCS_LastExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Last Expression CS'.
getCollectionRangeCS_LastExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionSourceExpression(OCLExpressionCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OCLExpressionCS
getCollectionType() - Method in interface org.eclipse.ocl.cst.CollectionLiteralExpCS
Returns the value of the 'Collection Type' attribute.
getCollectionType() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
getCollectionType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CollectionKind, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Obtains the current environment's representation of the collection type of the specified kind on the given element type.
getCollectionType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CollectionKind, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
getCollectionType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getCollectionType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Collection Type'.
getCollectionType_ElementType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getCollectionType_ElementType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the reference 'Element Type'.
getCollectionType_Kind() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getCollectionType_Kind() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the attribute 'Kind'.
getCollectionTypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Collection Type CS'.
getCollectionTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionTypeCS_CollectionTypeIdentifier() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Collection Type Identifier'.
getCollectionTypeCS_CollectionTypeIdentifier() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionTypeCS_TypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Type CS'.
getCollectionTypeCS_TypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCollectionTypeIdentifier() - Method in interface org.eclipse.ocl.cst.CollectionTypeCS
Returns the value of the 'Collection Type Identifier' attribute.
getCollectionTypeIdentifier() - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
getCollectionTypeIdentifierEnum() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for enum 'Collection Type Identifier Enum'.
getCollectionTypeIdentifierEnum() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCommonSuperType(CSTNode, String, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getCommonSuperType(C, C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the least common general classifier of two classifiers, if they have any in common.
getCondition() - Method in interface org.eclipse.ocl.cst.IfExpCS
Returns the value of the 'Condition' containment reference.
getCondition() - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
getCondition() - Method in interface org.eclipse.ocl.expressions.IfExp
Returns the value of the 'Condition' containment reference.
getCondition() - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
getConstrainedElements(CT) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getConstrainedElements(CT) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the list of element constraint by a constraint, as a list of EObjects.
getConstraint(ExpressionInOCL<C, PM>) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the constraint owning the given specification, if any.
getConstraintContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object, OCLExpression<C>) - Static method in class org.eclipse.ocl.internal.helper.HelperUtil
 
getConstraintName(CT) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the name of a constraint.
getConstraints() - Method in interface org.eclipse.ocl.cst.ClassifierContextDeclCS
Returns the value of the 'Constraints' containment reference list.
getConstraints() - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
getConstraints() - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
getConstraints() - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Returns the value of the 'Constraints' containment reference list.
getConstraints() - Method in class org.eclipse.ocl.OCL
Obtains all of the constraints parsed hitherto by this OCL instance.
getConstraintType() - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
getContent() - Method in class org.eclipse.ocl.OCLInput
The contents of the OCL document as a character array, suitable for consumption by the OCL parser.
getContentAsStream() - Method in class org.eclipse.ocl.OCLInput
The contents of the OCL document as a character stream, suitable for consumption by the OCL parser.
getContentAsString() - Method in class org.eclipse.ocl.OCLInput
The contents of the OCL document as a character array, suitable for consumption by the OCL parser.
getContextAttribute() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains my context attribute, if my environment is an attribute context.
getContextClassifier() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getContextClassifier() - Method in interface org.eclipse.ocl.Environment
Obtains the context classifier of this environment.
getContextClassifier() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains my OCL context classifier as a classifier.
getContextDeclCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Context Decl CS'.
getContextDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getContextDecls() - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
getContextDecls() - Method in interface org.eclipse.ocl.cst.PackageDeclarationCS
Returns the value of the 'Context Decls' containment reference list.
getContextOperation() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getContextOperation() - Method in interface org.eclipse.ocl.Environment
Obtains the context operation of this environment, if it is an operation context.
getContextOperation() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains my context operation, if my environment is an operation context.
getContextPackage() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getContextPackage() - Method in interface org.eclipse.ocl.Environment
Obtains my context package, if any.
getContextProperty() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getContextProperty() - Method in interface org.eclipse.ocl.Environment
Obtains the context property of this environment, if it is a property context.
getContextVariable() - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Returns the value of the 'Context Variable' containment reference.
getCSTFactory() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the factory that creates the instances of the model.
getCSTFactory() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Node'.
getCSTNode() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode_Ast() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Ast'.
getCSTNode_Ast() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode_EndOffset() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'End Offset'.
getCSTNode_EndOffset() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode_EndToken() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'End Token'.
getCSTNode_EndToken() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode_StartOffset() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Start Offset'.
getCSTNode_StartOffset() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTNode_StartToken() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Start Token'.
getCSTNode_StartToken() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getCSTPackage() - Method in interface org.eclipse.ocl.cst.CSTFactory
Returns the package supported by this factory.
getCSTPackage() - Method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
 
getDefaultRepairCount() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getDefaultValue() - Method in class org.eclipse.ocl.options.BasicOption
 
getDefaultValue() - Method in interface org.eclipse.ocl.options.Option
Obtains the option's default value.
getDefaultValue() - Method in enum org.eclipse.ocl.options.ProblemOption
 
getDefCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Def CS'.
getDefCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefCS_DefExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Def Expression CS'.
getDefCS_DefExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefCS_Static() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Static'.
getDefCS_Static() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Def Expression CS'.
getDefExpressionCS() - Method in interface org.eclipse.ocl.cst.DefCS
Returns the value of the 'Def Expression CS' containment reference.
getDefExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefExpressionCS() - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
getDefExpressionCS_ExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression CS'.
getDefExpressionCS_ExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefExpressionCS_OperationCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Operation CS'.
getDefExpressionCS_OperationCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefExpressionCS_VariableCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Variable CS'.
getDefExpressionCS_VariableCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDefinition(Object) - Method in interface org.eclipse.ocl.Environment
Obtains the definition constraint of the specified feature, if it is an additional attribute or operation defined via an OCL constraint.
getDelegate() - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Obtains the visitor that I decorate.
getDeriveConstraint(P) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getDeriveConstraint(P) - Method in interface org.eclipse.ocl.Environment
Obtains a property's derived-value constraint.
getDerValueCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Der Value CS'.
getDerValueCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getDescription() - Method in interface org.eclipse.ocl.helper.Choice
Obtains my description, suitable for display in a UI tool tip or pop-up help window.
getDescription(Object) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
Gets the most appropriate description available of the specified named element.
getDescription(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the user-presentable description of an element.
getDiagnostic() - Method in exception org.eclipse.ocl.EvaluationHaltedException
Obtains the diagnostic providing further information about this exception.
getDiagnostic() - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
getDiagnostic() - Method in exception org.eclipse.ocl.ParserException
Obtains the diagnostic describing one or more parse problems that I signal.
getDiagnosticSeverity() - Method in enum org.eclipse.ocl.lpg.ProblemHandler.Severity
 
getDotOrArrowEnum() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for enum 'Dot Or Arrow Enum'.
getDotOrArrowEnum() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getElement(int) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getElement() - Method in interface org.eclipse.ocl.helper.Choice
Obtains the model element (property, operation, type, etc.) that is the choice in question.
getElementsSize() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getElementType(C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getElementType() - Method in interface org.eclipse.ocl.types.CollectionType
Returns the value of the 'Element Type' reference.
getElementType() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getElementType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getElementType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Element Type'.
getElseExpression() - Method in interface org.eclipse.ocl.cst.IfExpCS
Returns the value of the 'Else Expression' containment reference.
getElseExpression() - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
getElseExpression() - Method in interface org.eclipse.ocl.expressions.IfExp
Returns the value of the 'Else Expression' containment reference.
getElseExpression() - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
getEndOffset() - Method in interface org.eclipse.ocl.cst.CSTNode
Returns the value of the 'End Offset' attribute.
getEndOffset() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
getEndPosition() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
getEndPosition() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getEndPosition() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getEndPosition() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getEndPosition() - Method in interface org.eclipse.ocl.utilities.ASTNode
Returns the value of the 'End Position' attribute.
getEndToken() - Method in interface org.eclipse.ocl.cst.CSTNode
Returns the value of the 'End Token' attribute.
getEndToken() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
getEnumeration(EL) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the enumeration declaring the specified literal.
getEnumerationLiteral(C, String) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the named literal of an enumeration.
getEnumerationLiterals(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the literals declared by the specified enumeration type.
getEnumLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Enum Literal Exp'.
getEnumLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getEnumLiteralExp_ReferredEnumLiteral() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Enum Literal'.
getEnumLiteralExp_ReferredEnumLiteral() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getEnvironment() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
getEnvironment() - Method in class org.eclipse.ocl.AbstractTypeChecker
Obtains my OCL parsing environment.
getEnvironment() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the environment that I persist.
getEnvironment() - Method in interface org.eclipse.ocl.EvaluationVisitor
Obtains the environment that provides the metamodel semantics for the expression to be evaluated.
getEnvironment() - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Obtains my delegate's environment.
getEnvironment() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains the environment defining my current classifier, operation, or attribute context.
getEnvironment() - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
 
getEnvironment() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
getEnvironment() - Method in class org.eclipse.ocl.lpg.AbstractLexer
 
getEnvironment() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getEnvironment() - Method in class org.eclipse.ocl.OCL
Obtains the OCL parsing environment.
getEnvironmentFor(OCLExpression<C>) - Method in interface org.eclipse.ocl.Environment.Registry
Obtains a suitable environment for introspection of the specified expression.
getEnvironmentFor(Object) - Method in interface org.eclipse.ocl.Environment.Registry
Obtains a suitable environment for introspection of the specified model element, type (such as a collection type), or other abstract syntax element (e.g., a variable).
getEnvironmentFor(OCLExpression<C>) - Method in class org.eclipse.ocl.internal.EnvironmentRegistryImpl
 
getEnvironmentFor(Object) - Method in class org.eclipse.ocl.internal.EnvironmentRegistryImpl
 
getEOFTokenKind() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getEOFTokenKind() - Method in class org.eclipse.ocl.parser.OCLParser
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getEoftSymbol() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getEoltSymbol() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getEPackage() - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Returns the package of this validator switch.
getEPackage() - Method in class org.eclipse.ocl.types.util.TypesValidator
Returns the package of this validator switch.
getErrorAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getErrorAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getErrorAction() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getErrorAction() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getErrorAction() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getErrorAction() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getErrorReportLineOffset() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
getErrorReportLineOffset() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Queries the line offset for reporting errors.
getErrorReportLineOffset() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getErrorSymbol() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getErrorTokenAtCharacter(int) - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
This function returns the index of the token element containing the offset specified.
getErrorTokens() - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
 
getEvalEnvironment() - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getEvaluationEnvironment() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
getEvaluationEnvironment() - Method in interface org.eclipse.ocl.EvaluationVisitor
Obtains the evaluation environment that keeps track of variable values and knows how to call operations, navigate properties, etc.
getEvaluationEnvironment() - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Obtains my delegate's evaluation environment.
getEvaluationEnvironment() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
getEvaluationEnvironment() - Method in class org.eclipse.ocl.OCL
Obtains the OCL evaluation environment.
getEvaluationEnvironment() - Method in interface org.eclipse.ocl.Query
Obtains the evaluation environment that I use to evaluate OCL expressions.
getEvaluationProblems() - Method in class org.eclipse.ocl.OCL
Obtains problems, if any, occurred during evaluation of the last OCL constraint or query expression.
getEvaluationProblems(Query<C, CLS, E>) - Static method in class org.eclipse.ocl.util.OCLUtil
Attempts to get evaluation problems available from the last evaluation of the given query.
getEvaluationVisitor() - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getExpression() - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
getExpression() - Method in interface org.eclipse.ocl.cst.OCLMessageArgCS
Returns the value of the 'Expression' containment reference.
getExpression() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
getExpression() - Method in interface org.eclipse.ocl.Query
Obtains the expression that I evaluate (or check as a boolean constraint).
getExpressionCS() - Method in interface org.eclipse.ocl.cst.CollectionLiteralPartCS
Returns the value of the 'Expression CS' containment reference.
getExpressionCS() - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Returns the value of the 'Expression CS' containment reference.
getExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
getExpressionCS() - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
getExpressionCS() - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
getExpressionCS() - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
getExpressionCS() - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
getExpressionCS() - Method in interface org.eclipse.ocl.cst.InitOrDerValueCS
Returns the value of the 'Expression CS' containment reference.
getExpressionCS() - Method in interface org.eclipse.ocl.cst.InvCS
Returns the value of the 'Expression CS' containment reference.
getExpressionCS() - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Returns the value of the 'Expression CS' containment reference.
getExpressionInOCL() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Expression In OCL'.
getExpressionInOCL_BodyExpression() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL_BodyExpression() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the containment reference 'Body Expression'.
getExpressionInOCL_ContextVariable() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL_ContextVariable() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the containment reference 'Context Variable'.
getExpressionInOCL_GeneratedType() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL_GeneratedType() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the containment reference list 'Generated Type'.
getExpressionInOCL_ParameterVariable() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL_ParameterVariable() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the containment reference list 'Parameter Variable'.
getExpressionInOCL_ResultVariable() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getExpressionInOCL_ResultVariable() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the containment reference 'Result Variable'.
getExpressionsFactory() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the factory that creates the instances of the model.
getExpressionsFactory() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getExpressionsPackage() - Method in interface org.eclipse.ocl.expressions.ExpressionsFactory
Returns the package supported by this factory.
getExpressionsPackage() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
 
getExtentMap() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
getExtentMap() - Method in interface org.eclipse.ocl.EvaluationVisitor
Obtains the mapping of model classes to their extends.
getExtentMap() - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Obtains my delegate's extent map.
getExtentMap() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
getExtentMap() - Method in class org.eclipse.ocl.OCL
Obtains the extent map, if any, provided by the client to customize the evaluation of constraints.
getExtentMap() - Method in interface org.eclipse.ocl.Query
Obtains the mapping of classes to their extents (sets of all instances).
getFactory() - Method in interface org.eclipse.ocl.Environment
Obtains the factory that created me, or an appropriate default factory if I was not created using a factory.
getFeatureCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Feature Call Exp'.
getFeatureCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getFeatureCallExp_MarkedPre() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Marked Pre'.
getFeatureCallExp_MarkedPre() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getFeatureCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Feature Call Exp CS'.
getFeatureCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getFeatureCallExpCS_Arguments() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Arguments'.
getFeatureCallExpCS_Arguments() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getFeatureCallExpCS_IsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Is Marked Pre CS'.
getFeatureCallExpCS_IsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getFeatureCallExpCS_PathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Path Name CS'.
getFeatureCallExpCS_PathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getFirst() - Method in interface org.eclipse.ocl.expressions.CollectionRange
Returns the value of the 'First' containment reference.
getFirst() - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
getFlattenedElementType(CollectionType<C, ?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Obtains the type of the flattened form of the specified collection type.
getFormatter() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Get the message formatting assistant, returning the value set by setFormatter, if non-null, else that provided by the environment, if non-null, else AbstractFormattingHelper.INSTANCE.
getFormatter() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getFormatter() - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Return the message formatter that may be used to format object-related contributions to problem messages.
getGeneratedType() - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Returns the value of the 'Generated Type' containment reference list.
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getIdentifier_SYMBOL() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getIfExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'If Exp'.
getIfExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIfExp_Condition() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Condition'.
getIfExp_Condition() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIfExp_ElseExpression() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Else Expression'.
getIfExp_ElseExpression() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIfExp_ThenExpression() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Then Expression'.
getIfExp_ThenExpression() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIfExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'If Exp CS'.
getIfExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIfExpCS_Condition() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Condition'.
getIfExpCS_Condition() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIfExpCS_ElseExpression() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Else Expression'.
getIfExpCS_ElseExpression() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIfExpCS_ThenExpression() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Then Expression'.
getIfExpCS_ThenExpression() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getILexStream() - Method in class org.eclipse.ocl.lpg.AbstractLexer
 
getILexStream() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getILexStream() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getIn() - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
getIn() - Method in interface org.eclipse.ocl.expressions.LetExp
Returns the value of the 'In' containment reference.
getInExpression() - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
getInExpression() - Method in interface org.eclipse.ocl.cst.LetExpCS
Returns the value of the 'In Expression' containment reference.
getInitConstraint(P) - Method in class org.eclipse.ocl.AbstractEnvironment
 
getInitConstraint(P) - Method in interface org.eclipse.ocl.Environment
Obtains a property's with an initial-value constraint, if any.
getInitExpression() - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
getInitExpression() - Method in interface org.eclipse.ocl.cst.VariableCS
Returns the value of the 'Init Expression' containment reference.
getInitExpression() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getInitExpression() - Method in interface org.eclipse.ocl.expressions.Variable
Returns the value of the 'Init Expression' containment reference.
getInitOrDerValueCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Init Or Der Value CS'.
getInitOrDerValueCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInitOrDerValueCS_ExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression CS'.
getInitOrDerValueCS_ExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInitValueCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Init Value CS'.
getInitValueCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInputChars(Reader) - Static method in class org.eclipse.ocl.lpg.AbstractLexer
Read all input characters from a reader.
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateAny
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateClosure
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateCollect
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateCollectNested
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateExists
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateForAll
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateIsUnique
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateOne
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateReject
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateSelect
 
getInstance(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.internal.evaluation.IterationTemplateSortedBy
 
getInstance() - Static method in class org.eclipse.ocl.internal.OCLPlugin
Returns the shared instance.
getInstance(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.parser.ValidationVisitor
Obtains an instance of the validation visitor that validates against the specified environment, which presumably was used in parsing the OCL in the first place.
getInstance(Environment<?, C, O, P, EL, PM, S, COA, SSA, CT, ?, ?>) - Static method in class org.eclipse.ocl.util.ToStringVisitor
Obtains an instance of the toString() visitor for the specified environment.
getInstance(TypedElement<C>) - Static method in class org.eclipse.ocl.util.ToStringVisitor
Obtains an instance of the toString() visitor for the specified expression or other typed element.
getInteger() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OCL Integer type.
getInteger() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the PrimitiveType metatype, named Integer.
getIntegerLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Integer Literal Exp'.
getIntegerLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIntegerLiteralExp_IntegerSymbol() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Integer Symbol'.
getIntegerLiteralExp_IntegerSymbol() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIntegerLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Integer Literal Exp CS'.
getIntegerLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIntegerLiteralExpCS_IntegerSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Integer Symbol'.
getIntegerLiteralExpCS_IntegerSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIntegerSymbol() - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
getIntegerSymbol() - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
getIntegerSymbol() - Method in interface org.eclipse.ocl.cst.IntegerLiteralExpCS
Returns the value of the 'Integer Symbol' attribute.
getIntegerSymbol() - Method in interface org.eclipse.ocl.cst.UnlimitedNaturalLiteralExpCS
Returns the value of the 'Integer Symbol' attribute.
getIntegerSymbol() - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
getIntegerSymbol() - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
getIntegerSymbol() - Method in interface org.eclipse.ocl.expressions.IntegerLiteralExp
Returns the value of the 'Integer Symbol' attribute.
getIntegerSymbol() - Method in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
Returns the value of the 'Integer Symbol' attribute.
getInternalParent() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getInternalParent() - Method in interface org.eclipse.ocl.Environment.Internal
Obtains my parent environment after construction.
getInvalid() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OclInvalid value.
getInvalid() - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getInvalid() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the single instance of the OclInvalid type, identified by the token invalid.
getInvalidLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Invalid Literal Exp'.
getInvalidLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getInvalidLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Invalid Literal Exp CS'.
getInvalidLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInvalidMatch() - Method in exception org.eclipse.ocl.InvalidLookupException
Obtains the invalid result of the look-up, or null if the look-up found no matches or multiple ambiguous matches.
getInvalidResult() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Obtains the language-binding-specific representation of the predefined OclInvalid object.
getInvalidType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getInvalidType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Invalid Type'.
getInvCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Inv CS'.
getInvCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInvCS_ExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression CS'.
getInvCS_ExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInvOrDefCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Inv Or Def CS'.
getInvOrDefCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getInvOrDefCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getInvOrDefCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIPrsStream() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getIPrsStream() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getIPrsStream() - Method in class org.eclipse.ocl.parser.OCLParser
 
getIPrsStream() - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
getIsAtomic() - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
getIsAtomic() - Method in interface org.eclipse.ocl.cst.OperationCallExpCS
Returns the value of the 'Is Atomic' attribute.
getIsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Is Marked Pre CS'.
getIsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.FeatureCallExpCS
Returns the value of the 'Is Marked Pre CS' containment reference.
getIsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
getIsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
getIsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.VariableExpCS
Returns the value of the 'Is Marked Pre CS' containment reference.
getItem() - Method in interface org.eclipse.ocl.expressions.CollectionItem
Returns the value of the 'Item' containment reference.
getItem() - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
getIterateExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Iterate Exp'.
getIterateExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIterateExp_Result() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Result'.
getIterateExp_Result() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIterateExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Iterate Exp CS'.
getIterateExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIterator() - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
getIterator() - Method in interface org.eclipse.ocl.expressions.LoopExp
Returns the value of the 'Iterator' containment reference list.
getIteratorExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Iterator Exp'.
getIteratorExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getIteratorExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Iterator Exp CS'.
getIteratorExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIToken() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for data type 'IToken'.
getIToken() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getIToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
Deprecated.
getIToken(int) - Method in class org.eclipse.ocl.parser.OCLParser
Deprecated.
getJavaMethodFor(O, Object) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Returns the java method that corresponds to the supplied EOperation
getKey() - Method in class org.eclipse.ocl.options.BasicOption
 
getKey() - Method in interface org.eclipse.ocl.options.Option
Obtains my string key, which may be used for persistence in a preference store.
getKey() - Method in enum org.eclipse.ocl.options.ProblemOption
 
getKeywordKinds() - Method in class org.eclipse.ocl.lpg.AbstractLexer
Queries the token kinds, as defined by my keyword lexer, of tokens that are keywords in by grammar.
getKeywordKinds() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexer
 
getKeywordKinds() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getKeywordKinds() - Method in class org.eclipse.ocl.parser.OCLKWLexer
 
getKeywordKinds() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getKind() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
getKind() - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
getKind() - Method in interface org.eclipse.ocl.cst.MessageExpCS
Returns the value of the 'Kind' attribute.
getKind() - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Returns the value of the 'Kind' attribute.
getKind(boolean, boolean) - Static method in enum org.eclipse.ocl.expressions.CollectionKind
 
getKind() - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
Returns the value of the 'Kind' attribute.
getKind() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
getKind() - Method in interface org.eclipse.ocl.helper.Choice
Queries the kind of syntax completion suggestion that I am.
getKind() - Method in interface org.eclipse.ocl.types.CollectionType
Returns the value of the 'Kind' attribute.
getKind() - Method in class org.eclipse.ocl.types.impl.BagTypeImpl
 
getKind() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getKind() - Method in class org.eclipse.ocl.types.impl.OrderedSetTypeImpl
 
getKind() - Method in class org.eclipse.ocl.types.impl.SequenceTypeImpl
 
getKind() - Method in class org.eclipse.ocl.types.impl.SetTypeImpl
 
getLast() - Method in interface org.eclipse.ocl.expressions.CollectionRange
Returns the value of the 'Last' containment reference.
getLast() - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getLaStateOffset() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getLastExpressionCS() - Method in interface org.eclipse.ocl.cst.CollectionRangeCS
Returns the value of the 'Last Expression CS' containment reference.
getLastExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
getLeftIToken() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getLeftIToken() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getLeftIToken() - Method in class org.eclipse.ocl.parser.OCLParser
 
getLeftSpan() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getLeftSpan() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getLeftSpan() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getLeftSpan() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getLeftSpan() - Method in class org.eclipse.ocl.parser.OCLParser
 
getLetExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Let Exp'.
getLetExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLetExp_In() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'In'.
getLetExp_In() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLetExp_Variable() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Variable'.
getLetExp_Variable() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLetExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Let Exp CS'.
getLetExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLetExpCS_InExpression() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'In Expression'.
getLetExpCS_InExpression() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLetExpCS_Variables() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Variables'.
getLetExpCS_Variables() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLexer() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
getLexer() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getLexer() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getLexer() - Method in class org.eclipse.ocl.parser.OCLParser
 
getLexStream() - Method in class org.eclipse.ocl.lpg.AbstractLexer
 
getLexStream() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
Deprecated.
getLexStream() - Method in class org.eclipse.ocl.parser.OCLLexer
Deprecated.
getLiteral() - Method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
 
getLiteral() - Method in enum org.eclipse.ocl.cst.DotOrArrowEnum
 
getLiteral() - Method in enum org.eclipse.ocl.cst.MessageExpKind
 
getLiteral() - Method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
 
getLiteral() - Method in enum org.eclipse.ocl.cst.SimpleTypeEnum
 
getLiteral() - Method in enum org.eclipse.ocl.expressions.CollectionKind
 
getLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Literal Exp'.
getLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Literal Exp CS'.
getLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLoopBody(OCLExpression<C>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getLoopExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Loop Exp'.
getLoopExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLoopExp_Body() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Body'.
getLoopExp_Body() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLoopExp_Iterator() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Iterator'.
getLoopExp_Iterator() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getLoopExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Loop Exp CS'.
getLoopExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLoopExpCS_Body() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Body'.
getLoopExpCS_Body() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLoopExpCS_Variable1() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Variable1'.
getLoopExpCS_Variable1() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getLoopExpCS_Variable2() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Variable2'.
getLoopExpCS_Variable2() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMatches() - Method in exception org.eclipse.ocl.LookupException
Obtains all matches, in the order in which they were found.
getMaxLa() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getMaxLa() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getMaxLa() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getMaxLa() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getMaxLa() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getMaxLa() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getMaxNameLength() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getMemberEnds(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the ends of the specified association class as a list of properties.
getMessageExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Message Exp'.
getMessageExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getMessageExp_Argument() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Argument'.
getMessageExp_Argument() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getMessageExp_CalledOperation() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Called Operation'.
getMessageExp_CalledOperation() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getMessageExp_SentSignal() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Sent Signal'.
getMessageExp_SentSignal() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getMessageExp_Target() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Target'.
getMessageExp_Target() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getMessageExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Message Exp CS'.
getMessageExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessageExpCS_Arguments() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Arguments'.
getMessageExpCS_Arguments() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessageExpCS_Kind() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Kind'.
getMessageExpCS_Kind() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessageExpCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getMessageExpCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessageExpCS_Target() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Target'.
getMessageExpCS_Target() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessageExpKind() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for enum 'Message Exp Kind'.
getMessageExpKind() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getMessagePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the package containing the message types that I generate.
getMessageType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getMessageType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Message Type'.
getMessageType_ReferredOperation() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getMessageType_ReferredOperation() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the reference 'Referred Operation'.
getMessageType_ReferredSignal() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getMessageType_ReferredSignal() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the reference 'Referred Signal'.
getName(Object) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains the name of the specified element, if it has one.
getName() - Method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
 
getName() - Method in enum org.eclipse.ocl.cst.DotOrArrowEnum
 
getName() - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
getName() - Method in enum org.eclipse.ocl.cst.MessageExpKind
 
getName() - Method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
 
getName() - Method in enum org.eclipse.ocl.cst.SimpleTypeEnum
 
getName() - Method in interface org.eclipse.ocl.cst.VariableCS
Returns the value of the 'Name' attribute.
getName() - Method in enum org.eclipse.ocl.expressions.CollectionKind
 
getName() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
getName() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
getName() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getName() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getName(CollectionLiteralPart<C>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
getName(OCLExpression<C>) - Static method in class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
getName(TupleLiteralPart<C, P>) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
getName(Variable<C, PM>) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
 
getName() - Method in interface org.eclipse.ocl.helper.Choice
Obtains my name, suitable for display in a UI list.
getName() - Method in class org.eclipse.ocl.types.impl.AnyTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.InvalidTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.PrimitiveTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
getName() - Method in class org.eclipse.ocl.types.impl.VoidTypeImpl
 
getName(AnyType<O>) - Static method in class org.eclipse.ocl.types.operations.AnyTypeOperations
 
getName(CollectionType<C, O>) - Static method in class org.eclipse.ocl.types.operations.CollectionTypeOperations
 
getName(InvalidType<O>) - Static method in class org.eclipse.ocl.types.operations.InvalidTypeOperations
 
getName(MessageType<C, O, P>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
 
getName(PrimitiveType<O>) - Static method in class org.eclipse.ocl.types.operations.PrimitiveTypeOperations
 
getName(TypeType<C, O>) - Static method in class org.eclipse.ocl.types.operations.TemplateParameterTypeOperations
 
getName(TupleType<O, P>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
 
getName(TypeType<C, O>) - Static method in class org.eclipse.ocl.types.operations.TypeTypeOperations
 
getName(VoidType<O>) - Static method in class org.eclipse.ocl.types.operations.VoidTypeOperations
 
getName(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
Null-safe access to the name of a named element.
getName() - Method in interface org.eclipse.ocl.utilities.PredefinedType
 
getName() - Method in interface org.eclipse.ocl.utilities.TypedElement
 
getName(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the name of an element, if it is a named element.
getNavigationCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Navigation Call Exp'.
getNavigationCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getNavigationCallExp_NavigationSource() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Navigation Source'.
getNavigationCallExp_NavigationSource() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getNavigationCallExp_Qualifier() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Qualifier'.
getNavigationCallExp_Qualifier() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getNavigationSource() - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
getNavigationSource() - Method in interface org.eclipse.ocl.expressions.NavigationCallExp
Returns the value of the 'Navigation Source' reference.
getNestedPackages(PK) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the packages nested within the specified nesting package, if any.
getNestingPackage(PK) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the parent package (or nearest parent package), if any, of the specified package.
getNextUnfinishedIterator(Iterator<?>[]) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getNtOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getNtOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getNtOffset() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getNtOffset() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getNtOffset() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getNtOffset() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getNullLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Null Literal Exp'.
getNullLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getNullLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Null Literal Exp CS'.
getNullLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getNumericLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Numeric Literal Exp'.
getNumericLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getNumNonterminals() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getNumRules() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getNumStates() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getNumSymbols() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getOCL() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains the OCL instance that created me.
getOclAny() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the single instance of the AnyType metatype, named OclAny.
getOclAnyOperationCode(String) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Obtains the numeric code of the specified OclAny operaiton.
getOCLDocumentCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'OCL Document CS'.
getOCLDocumentCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOCLDocumentCS_PackageDeclarations() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Package Declarations'.
getOCLDocumentCS_PackageDeclarations() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOclElement() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the ElementType metatype, named OclElement.
getOCLEnvironment() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getOCLEnvironment() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getOCLEnvironment() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getOCLEnvironment() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getOCLEnvironment() - Method in class org.eclipse.ocl.parser.OCLParser
 
getOCLExpression() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'OCL Expression'.
getOCLExpression() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getOclExpression() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the ElementType metatype that represents the type of OCL expressions in the model, named OclExpression.
getOCLExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'OCL Expression CS'.
getOCLExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOCLFactory() - Method in class org.eclipse.ocl.AbstractTypeChecker
Obtains the OCL factory that I use to instantiate the OCL Abstract Syntax.
getOCLFactory() - Method in interface org.eclipse.ocl.Environment
Obtains a factory for the creation of types that are parameterized by model elements.
getOclInvalid() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the single instance of the InvalidType metatype, named OclInvalid.
getOclMessage() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the MessageType metatype, named OclMessage.
getOCLMessageArgCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'OCL Message Arg CS'.
getOCLMessageArgCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOCLMessageArgCS_Expression() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression'.
getOCLMessageArgCS_Expression() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOCLMessageArgCS_TypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Type CS'.
getOCLMessageArgCS_TypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOCLStandardLibrary() - Method in interface org.eclipse.ocl.Environment
Obtains the collection of core types representing the OCL Standard Library.
getOCLStandardLibrary() - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
getOCLType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getOCLType(Object) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Obtains the type of a meta-element, ensuring that the result is canonicalized with respect to the current environment (via its type resolver).
getOclType() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the TypeType metatype, named OclType.
getOCLType(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the type of a meta-element (classifier, operation, property, parameter, etc.).
getOclVoid() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getOclVoid() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the single instance of the VoidType metatype, named OclVoid.
getOperation(COA) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getOperation(COA) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the called operation referenced by the specified call action.
getOperationBody(O) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains the body of the specified operation's def or body expression, if any.
getOperationCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Operation Call Exp'.
getOperationCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getOperationCallExp_Argument() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Argument'.
getOperationCallExp_Argument() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getOperationCallExp_OperationCode() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Operation Code'.
getOperationCallExp_OperationCode() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getOperationCallExp_ReferredOperation() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Operation'.
getOperationCallExp_ReferredOperation() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getOperationCallExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Operation Call Exp CS'.
getOperationCallExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCallExpCS_IsAtomic() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Is Atomic'.
getOperationCallExpCS_IsAtomic() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCode() - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
getOperationCode() - Method in interface org.eclipse.ocl.expressions.OperationCallExp
Returns the value of the 'Operation Code' attribute.
getOperationCode(String) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Obtains the numeric code of the specified pre-defined (by OCL) operaiton.
getOperationContextDeclCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Operation Context Decl CS'.
getOperationContextDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationContextDeclCS_OperationCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Operation CS'.
getOperationContextDeclCS_OperationCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationContextDeclCS_PrePostOrBodyDecls() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Pre Post Or Body Decls'.
getOperationContextDeclCS_PrePostOrBodyDecls() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Operation CS'.
getOperationCS() - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Returns the value of the 'Operation CS' containment reference.
getOperationCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCS() - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
getOperationCS() - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
getOperationCS() - Method in interface org.eclipse.ocl.cst.OperationContextDeclCS
Returns the value of the 'Operation CS' containment reference.
getOperationCS_Parameters() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Parameters'.
getOperationCS_Parameters() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCS_PathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Path Name CS'.
getOperationCS_PathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getOperationCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationCS_TypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Type CS'.
getOperationCS_TypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getOperationMessageType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, O) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getOperationName(int) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Returns the operation name corresponding to the opcode.
getOperations(C) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
getOperations(C) - Method in interface org.eclipse.ocl.TypeChecker
Obtains all of the OCL operations applicable to the specified owner type, including any that were defined in the OCL environment as additional operations.
getOperations(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Obtains all of the OCL operations applicable to the specified owner type, including any that were defined in the OCL environment as additional operations.
getOperations(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains all of the operations defined by and inherited by the specified classifier.
getOptions() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
getOptions() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getOptions() - Method in interface org.eclipse.ocl.options.Customizable
Obtains a copy of my map of options.
getOrderedSet() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the OrderedSetType metatype, named OrderedSet(T).
getOrderedSetType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getOrderedSetType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getOrderedSetType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Ordered Set Type'.
getOwningClassifier(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the classifier that declares the specified feature.
getPackage() - Static method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
Deprecated. 
getPackage() - Static method in class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
Deprecated. 
getPackage(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the package containing (or nearest package of) the specified classifier.
getPackageDeclarationCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Package Declaration CS'.
getPackageDeclarationCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPackageDeclarationCS() - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
getPackageDeclarationCS() - Method in interface org.eclipse.ocl.cst.PackageDeclarationCS
Returns the value of the 'Package Declaration CS' reference.
getPackageDeclarationCS_ContextDecls() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Context Decls'.
getPackageDeclarationCS_ContextDecls() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPackageDeclarationCS_PackageDeclarationCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the reference 'Package Declaration CS'.
getPackageDeclarationCS_PackageDeclarationCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPackageDeclarationCS_PathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Path Name CS'.
getPackageDeclarationCS_PathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPackageDeclarations() - Method in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
getPackageDeclarations() - Method in interface org.eclipse.ocl.cst.OCLDocumentCS
Returns the value of the 'Package Declarations' containment reference list.
getParameters() - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
getParameters() - Method in interface org.eclipse.ocl.cst.OperationCS
Returns the value of the 'Parameters' containment reference list.
getParameters(O) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getParameters(O) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the formal parameters (excluding return parameters) of an operation.
getParameterVariable() - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Returns the value of the 'Parameter Variable' containment reference list.
getParent() - Method in class org.eclipse.ocl.AbstractEnvironment
Deprecated.
Since 1.2, use the AbstractEnvironment.getInternalParent() method, instead.
getParent() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Obtains my parent (nesting) environment.
getParent() - Method in interface org.eclipse.ocl.Environment
Obtains my parent environment, if I have one.
getParent() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getParser() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Deprecated.
Since 1.3, use the AbstractAnalyzer.getAbstractParser() method, instead.
getParser() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getParser() - Method in class org.eclipse.ocl.lpg.AbstractLexer
 
getParser() - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
getParser() - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Return the syntactic parser from which source tokens and text amy be obtained.
getParser() - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Queries the parser from which I obtain source tokens and text.
getParser() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getParser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getParser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getParser() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Deprecated.
getParser() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getParser() - Method in class org.eclipse.ocl.parser.OCLParser
 
getParser() - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
getParserRepairCount() - Method in class org.eclipse.ocl.OCL
Queries the number of repairs to be made by the parser.
getParseTable() - Method in class org.eclipse.ocl.lpg.AbstractLexer
 
getParseTable() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getParseTable() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getParseTable() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getParseTable() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getParseTable() - Method in class org.eclipse.ocl.parser.OCLParser
 
getPart() - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
Returns the value of the 'Part' containment reference list.
getPart() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
getPart() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
getPart() - Method in interface org.eclipse.ocl.expressions.TupleLiteralExp
Returns the value of the 'Part' containment reference list.
getPathNameCS() - Method in interface org.eclipse.ocl.cst.ClassifierContextDeclCS
Returns the value of the 'Path Name CS' containment reference.
getPathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Path Name CS'.
getPathNameCS() - Method in interface org.eclipse.ocl.cst.FeatureCallExpCS
Returns the value of the 'Path Name CS' containment reference.
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
getPathNameCS() - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
getPathNameCS() - Method in interface org.eclipse.ocl.cst.OperationCS
Returns the value of the 'Path Name CS' containment reference.
getPathNameCS() - Method in interface org.eclipse.ocl.cst.PackageDeclarationCS
Returns the value of the 'Path Name CS' containment reference.
getPathNameCS() - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Returns the value of the 'Path Name CS' containment reference.
getPathNameCS_SimpleNames() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Simple Names'.
getPathNameCS_SimpleNames() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPathNameSuffixCS(PathNameCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
getPlugin() - Static method in class org.eclipse.ocl.internal.OCLPlugin
Obtains the Eclipse plug-in that I implement.
getPluginId() - Static method in class org.eclipse.ocl.internal.OCLPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.ocl.internal.OCLPlugin
 
getPredefinedType() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getPredefinedType() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Predefined Type'.
getPrePostOrBodyDeclCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Pre Post Or Body Decl CS'.
getPrePostOrBodyDeclCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrePostOrBodyDeclCS_ExpressionCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Expression CS'.
getPrePostOrBodyDeclCS_ExpressionCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrePostOrBodyDeclCS_Kind() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Kind'.
getPrePostOrBodyDeclCS_Kind() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrePostOrBodyDeclCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getPrePostOrBodyDeclCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrePostOrBodyDecls() - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
getPrePostOrBodyDecls() - Method in interface org.eclipse.ocl.cst.OperationContextDeclCS
Returns the value of the 'Pre Post Or Body Decls' containment reference list.
getPrePostOrBodyEnum() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for enum 'Pre Post Or Body Enum'.
getPrePostOrBodyEnum() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrimitiveLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Primitive Literal Exp'.
getPrimitiveLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getPrimitiveLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Primitive Literal Exp CS'.
getPrimitiveLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrimitiveLiteralExpCS_Symbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Symbol'.
getPrimitiveLiteralExpCS_Symbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPrimitiveType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getPrimitiveType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Primitive Type'.
getPrimitiveTypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Primitive Type CS'.
getPrimitiveTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getProblemCount() - Method in class org.eclipse.ocl.lpg.StringProblemHandler
Return the number of reported problems.
getProblemHandler() - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getProblemHandler() - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Obtains a problem handler to service lexer, parser, analyzer, validator, ...
getProblems() - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains problems, if any, found in parsing the last OCL constraint or query expression.
getProblems() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
getProblems() - Method in class org.eclipse.ocl.OCL
Obtains problems, if any, found in parsing the last OCL constraint or query expression.
getProblems() - Method in interface org.eclipse.ocl.util.ProblemAware
Retrieves the problems available on this problem aware object
getProblemString() - Method in class org.eclipse.ocl.lpg.StringProblemHandler
Return the accumulated problem report, corresponding the concatenation of each addProblem invocation argument with a new-line following each.
getPropertyBody(P) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains the body of the specified property's def or der expression, if any.
getPropertyCallExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Property Call Exp'.
getPropertyCallExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getPropertyCallExp_ReferredProperty() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Property'.
getPropertyCallExp_ReferredProperty() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getPropertyChoices(C) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
returns the choices list of structural features for the passed eclass
getPropertyContextCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Property Context CS'.
getPropertyContextCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPropertyContextCS_Constraints() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Constraints'.
getPropertyContextCS_Constraints() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPropertyContextCS_PathNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Path Name CS'.
getPropertyContextCS_PathNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPropertyContextCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getPropertyContextCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPropertyContextCS_TypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Type CS'.
getPropertyContextCS_TypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getPropertyEndPosition() - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
getPropertyEndPosition() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getPropertyEndPosition() - Method in interface org.eclipse.ocl.utilities.CallingASTNode
Returns the value of the 'Property End Position' attribute.
getPropertyStartPosition() - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
getPropertyStartPosition() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getPropertyStartPosition() - Method in interface org.eclipse.ocl.utilities.CallingASTNode
Returns the value of the 'Property Start Position' attribute.
getPropertyType(C, P) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
getPropertyType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, P) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Obtains the type, in the current environment, of the specified property.
getPropertyType(C, P) - Method in interface org.eclipse.ocl.TypeChecker
Gets the type of a property, accounting for the fact that we may be navigating to it from an association class (in which the member ends of an association always have multiplicity 1) or not.
getPropertyType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, P) - Static method in class org.eclipse.ocl.util.TypeUtil
Gets the type of a property, accounting for the fact that we may be navigating to it from an association class (in which the member ends of an association always have multiplicity 1) or not.
getQualifiedName(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
Null-safe access to the qualified name of a named element.
getQualifiedName(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the qualified name of an element ("::"-separated), if it is a named element.
getQualifier() - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
getQualifier() - Method in interface org.eclipse.ocl.expressions.NavigationCallExp
Returns the value of the 'Qualifier' containment reference list.
getQualifiers(P) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Gets the qualifiers of a property representing a UML association end.
getReal() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OCL Real type.
getReal() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the PrimitiveType metatype, named Real.
getRealLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Real Literal Exp'.
getRealLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getRealLiteralExp_RealSymbol() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Real Symbol'.
getRealLiteralExp_RealSymbol() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getRealLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Real Literal Exp CS'.
getRealLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getRealLiteralExpCS_RealSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Real Symbol'.
getRealLiteralExpCS_RealSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getRealSymbol() - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
getRealSymbol() - Method in interface org.eclipse.ocl.cst.RealLiteralExpCS
Returns the value of the 'Real Symbol' attribute.
getRealSymbol() - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
getRealSymbol() - Method in interface org.eclipse.ocl.expressions.RealLiteralExp
Returns the value of the 'Real Symbol' attribute.
getReferredAssociationClass() - Method in interface org.eclipse.ocl.expressions.AssociationClassCallExp
Returns the value of the 'Referred Association Class' reference.
getReferredAssociationClass() - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
getReferredEnumLiteral() - Method in interface org.eclipse.ocl.expressions.EnumLiteralExp
Returns the value of the 'Referred Enum Literal' reference.
getReferredEnumLiteral() - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
getReferredOperation() - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
getReferredOperation() - Method in interface org.eclipse.ocl.expressions.OperationCallExp
Returns the value of the 'Referred Operation' reference.
getReferredOperation() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
getReferredOperation() - Method in interface org.eclipse.ocl.types.MessageType
Returns the value of the 'Referred Operation' reference.
getReferredProperty() - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
getReferredProperty() - Method in interface org.eclipse.ocl.expressions.PropertyCallExp
Returns the value of the 'Referred Property' reference.
getReferredSignal() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
getReferredSignal() - Method in interface org.eclipse.ocl.types.MessageType
Returns the value of the 'Referred Signal' reference.
getReferredState() - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
getReferredState() - Method in interface org.eclipse.ocl.expressions.StateExp
Returns the value of the 'Referred State' reference.
getReferredType() - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
getReferredType() - Method in interface org.eclipse.ocl.expressions.TypeExp
Returns the value of the 'Referred Type' reference.
getReferredType() - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
getReferredType() - Method in interface org.eclipse.ocl.types.TypeType
Returns the value of the 'Referred Type' reference.
getReferredVariable() - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
getReferredVariable() - Method in interface org.eclipse.ocl.expressions.VariableExp
Returns the value of the 'Referred Variable' reference.
getRelationship(C, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
getRelationship(CollectionKind, CollectionKind) - Method in class org.eclipse.ocl.AbstractTypeChecker
Get-relationship helper comparing collection kinds.
getRelationship(C, C) - Method in interface org.eclipse.ocl.TypeChecker
Queries the relationship, according to generalizations, of two types.
getRelationship(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Queries the relationship, according to generalizations, of two types.
getRelationship(C, C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the relationship (according to generalization) between two classifiers in the user model.
getRepresentedParameter() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getRepresentedParameter() - Method in interface org.eclipse.ocl.expressions.Variable
Returns the value of the 'Represented Parameter' reference.
getResource() - Method in class org.eclipse.ocl.AbstractEnvironment
Obtains the resource in which my type resolver persists OCL-generated types and additional features.
getResource() - Method in class org.eclipse.ocl.AbstractTypeResolver
 
getResource() - Method in interface org.eclipse.ocl.TypeResolver
Obtains the resource in which the types that I generate are stored for persistence.
getResourceLocator() - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
getResourceLocator() - Method in class org.eclipse.ocl.types.util.TypesValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
getResult() - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
getResult() - Method in interface org.eclipse.ocl.expressions.IterateExp
Returns the value of the 'Result' containment reference.
getResultType(Object, C, O, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
getResultType(Object, C, O, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.TypeChecker
Obtains the effective result type of the specified operation, which may or may not have parameters type by generic type variables.
getResultType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, O) - Static method in class org.eclipse.ocl.util.TypeUtil
getResultType(Object, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, O) - Static method in class org.eclipse.ocl.util.TypeUtil
Deprecated.
Use the TypeUtil.getResultType(Object, Environment, Object, Object, List) method, instead, which resolves generic operation signatures against actual arguments
getResultType(Object, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, O, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.TypeUtil
Obtains the effective result type of the specified operation, which may or may not have parameters type by generic type variables.
getResultTypeOf(Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>, C, int, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Deprecated.
Use the OCLStandardLibraryUtil.getResultTypeOf(Object, Environment, Object, int, List) method, instead, which doesn't fail on the first problem
getResultTypeOf(Object, Environment<PK, C, O, P, EL, PM, ST, COA, SSA, CT, CLS, E>, C, int, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.OCLStandardLibraryUtil
Obtains the result type of the specified operation from the OCL Standard Library.
getResultVariable() - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Returns the value of the 'Result Variable' containment reference.
getRhsErrorIToken(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsErrorIToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsErrorIToken(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsErrorTokenIndex(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsErrorTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsErrorTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsFirstIToken(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsFirstIToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsFirstIToken(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsFirstTokenIndex(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsFirstTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getRhsFirstTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsFirstTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
getRhsFirstTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsIToken(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsIToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsIToken(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsLastIToken(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsLastIToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsLastIToken(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsLastTokenIndex(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsLastTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getRhsLastTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsLastTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
getRhsLastTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsSym(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsSym(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsSym(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsTokenIndex(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRhsTokenIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRhsTokenIndex(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getRhsTokenText(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
A convenience method to obtain the text of a right hand side IToken.
getRhsTokenText(int) - Method in class org.eclipse.ocl.parser.OCLParser
A convenience method to obtain the text of a right hand side IToken.
getRightIToken() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRightIToken() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRightIToken() - Method in class org.eclipse.ocl.parser.OCLParser
 
getRightSpan() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
getRightSpan() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getRightSpan() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getRightSpan() - Method in class org.eclipse.ocl.parser.OCLLexer
 
getRightSpan() - Method in class org.eclipse.ocl.parser.OCLParser
 
getScopeSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getScopeSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getScopeSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getScopeSize() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getScopeSize() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getScopeSize() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getScopeUbound() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getSegmentSize() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getSelfVariable() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getSelfVariable() - Method in interface org.eclipse.ocl.Environment
Gets the self variable, looking it up in a parent environment if necessary.
getSentSignal() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getSentSignal() - Method in interface org.eclipse.ocl.expressions.MessageExp
Returns the value of the 'Sent Signal' containment reference.
getSeparator() - Method in class org.eclipse.ocl.lpg.AbstractFormattingHelper
Obtains the name of the separator between namespaces in a qualified name.
getSequence() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the SequenceType metatype, named Sequence(T).
getSequenceType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getSequenceType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getSequenceType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Sequence Type'.
getSet() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the generic instance of the SetType metatype, named Set(T).
getSetType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getSetType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getSetType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Set Type'.
getShadowClass(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the shadow class for the specified model classifier, creating it if necessary.
getShadowedClassifier(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the classifier for which the specified shadow stores additional features.
getSignal(SSA) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getSignal(SSA) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the sent signal referenced by the specified send action.
getSignalMessageType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getSignals(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Retrieves a list of all signal receptions defined by the specified owner classifier.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.CallExpCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.ClassifierContextDeclCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Simple Name CS'.
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
getSimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.InvOrDefCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.MessageExpCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.OperationCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS() - Method in interface org.eclipse.ocl.cst.VariableExpCS
Returns the value of the 'Simple Name CS' containment reference.
getSimpleNameCS_Type() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Type'.
getSimpleNameCS_Type() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getSimpleNameCS_Value() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Value'.
getSimpleNameCS_Value() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getSimpleNames() - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
getSimpleNames() - Method in interface org.eclipse.ocl.cst.PathNameCS
Returns the value of the 'Simple Names' containment reference list.
getSimpleTypeEnum() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for enum 'Simple Type Enum'.
getSimpleTypeEnum() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getSource() - Method in interface org.eclipse.ocl.cst.CallExpCS
Returns the value of the 'Source' containment reference.
getSource() - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
getSource() - Method in interface org.eclipse.ocl.expressions.CallExp
Returns the value of the 'Source' containment reference.
getSource() - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
getSpecification(CT) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
getSpecification() - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
getSpecification() - Method in interface org.eclipse.ocl.types.TemplateParameterType
Returns the value of the 'Specification' attribute.
getSpecification(CT) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getSpecification(CT) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Overridden by subclasses interested in visiting constraints, to get the constraint's specification.
getSpecification(CT) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the specification of a constraint, if it is an ExpressionInOCL.
getStandardLibrary() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's OCL Standard Library implementation.
getStandardLibrary() - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getStartOffset() - Method in interface org.eclipse.ocl.cst.CSTNode
Returns the value of the 'Start Offset' attribute.
getStartOffset() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
getStartPosition() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
getStartPosition() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getStartPosition() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getStartPosition() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getStartPosition() - Method in interface org.eclipse.ocl.utilities.ASTNode
Returns the value of the 'Start Position' attribute.
getStartState() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getStartState() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getStartState() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getStartState() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getStartState() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getStartState() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
getStartSymbol() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
getStartToken() - Method in interface org.eclipse.ocl.cst.CSTNode
Returns the value of the 'Start Token' attribute.
getStartToken() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
getState() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the ElementType metatype that represents the type of states in the model, named State.
getStateExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'State Exp'.
getStateExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getStateExp_ReferredState() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred State'.
getStateExp_ReferredState() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getStates(C, List<String>) - Method in interface org.eclipse.ocl.Environment
Retrieves a list of all possible states of the specified owner whose paths are prefixed by the specified partial name.
getStereotype(CT) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getStereotype(CT) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the stereotype (one of the constants defined by this interface) that identifies the kind of the specified constraint.
getStereotypeApplication(Object, C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Obtains the application (stereotype instance) of the specified stereotype applied to the given base element, if the stereotype is indeed applied.
getString() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OCL String type.
getString() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the PrimitiveType metatype, named String.
getStringLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'String Literal Exp'.
getStringLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getStringLiteralExp_StringSymbol() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'String Symbol'.
getStringLiteralExp_StringSymbol() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getStringLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'String Literal Exp CS'.
getStringLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getStringLiteralExpCS_StringSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'String Symbol'.
getStringLiteralExpCS_StringSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getStringLiteralExpCS_UnescapedStringSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Unescaped String Symbol'.
getStringLiteralExpCS_UnescapedStringSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getStringSymbol() - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
getStringSymbol() - Method in interface org.eclipse.ocl.cst.StringLiteralExpCS
Returns the value of the 'String Symbol' attribute.
getStringSymbol() - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
getStringSymbol() - Method in interface org.eclipse.ocl.expressions.StringLiteralExp
Returns the value of the 'String Symbol' attribute.
getSymbol() - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
getSymbol() - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
getSymbol() - Method in interface org.eclipse.ocl.cst.PrimitiveLiteralExpCS
Returns the value of the 'Symbol' attribute.
getSyntaxHelp(ConstraintKind, String) - Method in interface org.eclipse.ocl.helper.OCLHelper
Obtains syntax completion choices for the specified fragment of an OCL expression given that it is intended for a constraint of the specified kind.
getSyntaxHelp(ConstraintKind, String) - Method in interface org.eclipse.ocl.helper.OCLSyntaxHelper
 
getSyntaxHelp(ConstraintKind, String) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
Gets syntax help choices for the specified context classifier or operation.
getT() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains a generic instance of the AnyType metatype that represents the type parameter of generic types and operations, named T.
getT2() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains a generic instance of the AnyType metatype that represents another type parameter of generic operations (particularly certain OCL Collection operations), named T2.
getTarget() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
getTarget() - Method in interface org.eclipse.ocl.cst.MessageExpCS
Returns the value of the 'Target' containment reference.
getTarget() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
getTarget() - Method in interface org.eclipse.ocl.expressions.MessageExp
Returns the value of the 'Target' containment reference.
getTemplateParameterType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTemplateParameterType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Template Parameter Type'.
getTemplateParameterType_Specification() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTemplateParameterType_Specification() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the attribute 'Specification'.
getThenExpression() - Method in interface org.eclipse.ocl.cst.IfExpCS
Returns the value of the 'Then Expression' containment reference.
getThenExpression() - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
getThenExpression() - Method in interface org.eclipse.ocl.expressions.IfExp
Returns the value of the 'Then Expression' containment reference.
getThenExpression() - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
getToken(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
getToken(int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
getTokenIndexAtCharacter(int) - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
Overridden to search only the non-Error nodes, which are the only tokens in monotonic order.
getTokenKindName(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
getTokenKindName(int) - Method in class org.eclipse.ocl.parser.OCLParser
 
getTokenText(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
Deprecated.
getTokenText(int) - Method in class org.eclipse.ocl.parser.OCLParser
Deprecated.
getTraceFlag() - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
getTupleLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Tuple Literal Exp'.
getTupleLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTupleLiteralExp_Part() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference list 'Part'.
getTupleLiteralExp_Part() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTupleLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Tuple Literal Exp CS'.
getTupleLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getTupleLiteralExpCS_Variables() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Variables'.
getTupleLiteralExpCS_Variables() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getTupleLiteralPart() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Tuple Literal Part'.
getTupleLiteralPart() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTupleLiteralPart_Attribute() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Attribute'.
getTupleLiteralPart_Attribute() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTupleLiteralPart_Value() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Value'.
getTupleLiteralPart_Value() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTuplePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the package containing the tuple types that I generate.
getTupleType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, <any>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getTupleType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTupleType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Tuple Type'.
getTupleType() - Method in interface org.eclipse.ocl.util.Tuple
Obtains the tuple's type.
getTupleTypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Tuple Type CS'.
getTupleTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getTupleTypeCS_Variables() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Variables'.
getTupleTypeCS_Variables() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getType() - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
getType() - Method in interface org.eclipse.ocl.cst.SimpleNameCS
Returns the value of the 'Type' attribute.
getType(Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Queries the type of the specified object.
getType() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
getType() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
getType() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getType() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getType(CollectionLiteralPart<C>) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
getType(OCLExpression<C>) - Static method in class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
getType(TupleLiteralPart<C, P>) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
getType(Variable<C, PM>) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
 
getType(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
getType() - Method in interface org.eclipse.ocl.utilities.TypedElement
 
getTypeChecker() - Method in class org.eclipse.ocl.AbstractEnvironment
Obtains my extensible type checker utility.
getTypeCS() - Method in interface org.eclipse.ocl.cst.CollectionTypeCS
Returns the value of the 'Type CS' containment reference.
getTypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Type CS'.
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
getTypeCS() - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
getTypeCS() - Method in interface org.eclipse.ocl.cst.OCLMessageArgCS
Returns the value of the 'Type CS' containment reference.
getTypeCS() - Method in interface org.eclipse.ocl.cst.OperationCS
Returns the value of the 'Type CS' containment reference.
getTypeCS() - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Returns the value of the 'Type CS' containment reference.
getTypeCS() - Method in interface org.eclipse.ocl.cst.VariableCS
Returns the value of the 'Type CS' containment reference.
getTypedASTNode() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getTypedASTNode() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Typed AST Node'.
getTypedASTNode_TypeEndPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getTypedASTNode_TypeEndPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'Type End Position'.
getTypedASTNode_TypeStartPosition() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getTypedASTNode_TypeStartPosition() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for the attribute 'Type Start Position'.
getTypedElement() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getTypedElement() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Typed Element'.
getTypeEndPosition() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getTypeEndPosition() - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
getTypeEndPosition() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getTypeEndPosition() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getTypeEndPosition() - Method in interface org.eclipse.ocl.utilities.TypedASTNode
Returns the value of the 'Type End Position' attribute.
getTypeExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Type Exp'.
getTypeExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTypeExp_ReferredType() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Type'.
getTypeExp_ReferredType() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getTypePackage() - Method in class org.eclipse.ocl.AbstractTypeResolver
Obtains the package containing the type types that I generate.
getTypeResolver() - Method in interface org.eclipse.ocl.Environment
Obtains a type resolver to be used to create (and cache) concrete bindings for the generic OCL types, based on the user model types provided by this environment.
getTypesFactory() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTypesFactory() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the factory that creates the instances of the model.
getTypesPackage() - Method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
 
getTypesPackage() - Method in interface org.eclipse.ocl.types.TypesFactory
Returns the package supported by this factory.
getTypeStartPosition() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getTypeStartPosition() - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
getTypeStartPosition() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
getTypeStartPosition() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
getTypeStartPosition() - Method in interface org.eclipse.ocl.utilities.TypedASTNode
Returns the value of the 'Type Start Position' attribute.
getTypeType(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
getTypeType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTypeType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Type Type'.
getTypeType_ReferredType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getTypeType_ReferredType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for the reference 'Referred Type'.
getUMLReflection() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
getUMLReflection() - Method in class org.eclipse.ocl.AbstractTypeChecker
Obtains the UML introspector that I use to access the subject model.
getUMLReflection() - Method in interface org.eclipse.ocl.Environment
Obtains a utility for for reflection on the UML metaclasses that are used by the OCL abstract syntax.
getUnescapedStringSymbol() - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
getUnescapedStringSymbol() - Method in interface org.eclipse.ocl.cst.StringLiteralExpCS
Returns the value of the 'Unescaped String Symbol' attribute.
getUnlimitedNatural() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains my environment's implementation of the OCL UnlimitedNatural type.
getUnlimitedNatural() - Method in interface org.eclipse.ocl.types.OCLStandardLibrary
Obtains the instance of the PrimitiveType metatype, named UnlimitedNatural.
getUnlimitedNaturalLiteralExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Unlimited Natural Literal Exp'.
getUnlimitedNaturalLiteralExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getUnlimitedNaturalLiteralExp_IntegerSymbol() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Integer Symbol'.
getUnlimitedNaturalLiteralExp_IntegerSymbol() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getUnlimitedNaturalLiteralExp_Unlimited() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the attribute 'Unlimited'.
getUnlimitedNaturalLiteralExp_Unlimited() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getUnlimitedNaturalLiteralExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Unlimited Natural Literal Exp CS'.
getUnlimitedNaturalLiteralExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getUnlimitedNaturalLiteralExpCS_IntegerSymbol() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Integer Symbol'.
getUnlimitedNaturalLiteralExpCS_IntegerSymbol() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getUnspecifiedValueExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Unspecified Value Exp'.
getUnspecifiedValueExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getUtilitiesFactory() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getUtilitiesFactory() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the factory that creates the instances of the model.
getUtilitiesPackage() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
 
getUtilitiesPackage() - Method in interface org.eclipse.ocl.utilities.UtilitiesFactory
Returns the package supported by this factory.
getValidationEnvironment(Object, Map<Object, Object>) - Static method in class org.eclipse.ocl.util.OCLUtil
Attempts to get an environment instance that is appropriate for introspection of the specified validation target.
getValue(Option<T>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
getValue() - Method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
 
getValue() - Method in enum org.eclipse.ocl.cst.DotOrArrowEnum
 
getValue() - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
getValue() - Method in enum org.eclipse.ocl.cst.MessageExpKind
 
getValue() - Method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
 
getValue() - Method in interface org.eclipse.ocl.cst.SimpleNameCS
Returns the value of the 'Value' attribute.
getValue() - Method in enum org.eclipse.ocl.cst.SimpleTypeEnum
 
getValue(EL) - Method in interface org.eclipse.ocl.EvaluationEnvironment.Enumerations
Obtains the Java-language value of the specified enumeration literal.
getValue() - Method in enum org.eclipse.ocl.expressions.CollectionKind
 
getValue() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
getValue() - Method in interface org.eclipse.ocl.expressions.TupleLiteralPart
Returns the value of the 'Value' containment reference.
getValue(Option<T>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
getValue(Option<T>) - Method in interface org.eclipse.ocl.options.Customizable
Obtains the value of the specified option's setting in the my options map.
getValue(EvaluationEnvironment<?, ?, ?, ?, ?>, Option<T>) - Static method in class org.eclipse.ocl.options.EvaluationOptions
Obtains the value of the specified option's setting in the the given environment's options map, adapting the environment as necessary to the Customizable API.
getValue(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Option<T>) - Static method in class org.eclipse.ocl.options.ParsingOptions
Obtains the value of the specified option's setting in the the given environment's options map, adapting the environment as necessary to the Customizable API.
getValue(String) - Method in interface org.eclipse.ocl.util.Tuple
Queries the value of the specified tuple part.
getValue(P) - Method in interface org.eclipse.ocl.util.Tuple
Queries the value of the specified tuple part.
getValueOf(String) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Returns the value associated with the supplied name
getValueOf(String) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Returns the value associated with the supplied name
getVariable() - Method in class org.eclipse.ocl.AbstractEnvironment.VariableEntry
 
getVariable() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Variable'.
getVariable() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getVariable() - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
getVariable() - Method in interface org.eclipse.ocl.expressions.LetExp
Returns the value of the 'Variable' containment reference.
getVariable1() - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
getVariable1() - Method in interface org.eclipse.ocl.cst.LoopExpCS
Returns the value of the 'Variable1' containment reference.
getVariable2() - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
getVariable2() - Method in interface org.eclipse.ocl.cst.LoopExpCS
Returns the value of the 'Variable2' containment reference.
getVariable_InitExpression() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the containment reference 'Init Expression'.
getVariable_InitExpression() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getVariable_RepresentedParameter() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Represented Parameter'.
getVariable_RepresentedParameter() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getVariableCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Variable CS'.
getVariableCS() - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Returns the value of the 'Variable CS' containment reference.
getVariableCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableCS() - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
getVariableCS_InitExpression() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Init Expression'.
getVariableCS_InitExpression() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableCS_Name() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the attribute 'Name'.
getVariableCS_Name() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableCS_TypeCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Type CS'.
getVariableCS_TypeCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableExp() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for class 'Variable Exp'.
getVariableExp() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getVariableExp_ReferredVariable() - Method in interface org.eclipse.ocl.expressions.ExpressionsPackage
Returns the meta object for the reference 'Referred Variable'.
getVariableExp_ReferredVariable() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
 
getVariableExpCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for class 'Variable Exp CS'.
getVariableExpCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableExpCS_Arguments() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference list 'Arguments'.
getVariableExpCS_Arguments() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableExpCS_IsMarkedPreCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Is Marked Pre CS'.
getVariableExpCS_IsMarkedPreCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariableExpCS_SimpleNameCS() - Method in interface org.eclipse.ocl.cst.CSTPackage
Returns the meta object for the containment reference 'Simple Name CS'.
getVariableExpCS_SimpleNameCS() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
 
getVariables() - Method in class org.eclipse.ocl.AbstractEnvironment
 
getVariables() - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
getVariables() - Method in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
getVariables() - Method in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
getVariables() - Method in interface org.eclipse.ocl.cst.LetExpCS
Returns the value of the 'Variables' containment reference list.
getVariables() - Method in interface org.eclipse.ocl.cst.TupleLiteralExpCS
Returns the value of the 'Variables' containment reference list.
getVariables() - Method in interface org.eclipse.ocl.cst.TupleTypeCS
Returns the value of the 'Variables' containment reference list.
getVariables() - Method in interface org.eclipse.ocl.Environment
Returns the Variables registered explicitly in me and any parents that I may have.
getVisitable() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getVisitable() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Visitable'.
getVisitor() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains the visitor on which I perform nested Visitable.accept(org.eclipse.ocl.utilities.Visitor) calls.
getVisitor() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
 
getVisitor() - Method in interface org.eclipse.ocl.utilities.UtilitiesPackage
Returns the meta object for class 'Visitor'.
getVoidType() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
 
getVoidType() - Method in interface org.eclipse.ocl.types.TypesPackage
Returns the meta object for class 'Void Type'.
GREATER_THAN - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
GREATER_THAN_EQUAL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
GREATER_THAN_EQUAL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
GREATER_THAN_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 

H

handleAssociationClassCallExp(AssociationClassCallExp<C, P>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an AssociationClassCallExp visit.
handleAssociationClassCallExp(AssociationClassCallExp<C, P>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified association-class call with the results of visiting its source and qualifiers (if any).
handleCollectionItem(CollectionItem<C>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleCollectionItem(CollectionItem<C>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection item with the result of visiting its item expression.
handleCollectionLiteralExp(CollectionLiteralExp<C>, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a CollectionLiteralExp visit.
handleCollectionLiteralExp(CollectionLiteralExp<C>, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection literal expression with the results of visiting its parts (if any).
handleCollectionRange(CollectionRange<C>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleCollectionRange(CollectionRange<C>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified collection range with the results of visiting its first and last expressions.
handleConstraint(CT, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified constraint with the results of visiting its specification.
handleExpressionInOCL(ExpressionInOCL<C, PM>, T, T, List<T>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified expression-in-OCL with the results of visiting its context variable, its result variable (if any), its parameter variables (if any), and its body expression.
handleIfExp(IfExp<C>, String, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IfExp visit.
handleIfExp(IfExp<C>, T, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified if expression with the results of visiting its condition, then, and else expressions.
handleIterateExp(IterateExp<C, PM>, String, List<String>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IterateExp visit.
handleIterateExp(IterateExp<C, PM>, T, List<T>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified iterate expression with the results of visiting its source, its iterator variables, its result variable, and its body expression.
handleIteratorExp(IteratorExp<C, PM>, String, List<String>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IteratorExp visit.
handleIteratorExp(IteratorExp<C, PM>, T, List<T>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified iterator expression with the results of visiting its source, its iterator variables, and its body expression.
handleLetExp(LetExp<C, PM>, String, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for LetExp visit.
handleLetExp(LetExp<C, PM>, T, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified let expression with the results of visiting its variable and in expression.
handleMessageExp(MessageExp<C, COA, SSA>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleMessageExp(MessageExp<C, COA, SSA>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified message expression with the results of visiting its target and arguments (if any).
handleOperationCallExp(OperationCallExp<C, O>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an OperationCallExp visit.
handleOperationCallExp(OperationCallExp<C, O>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified operation call with the results of visiting its source and arguments (if any).
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
Implements the interface, invoking addProblem with a line comprising processingPhase-problemSeverity in processingContext; lineNumber : problemMessage.
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Handle a problem of problemSeverity that has arisen during processingPhase and which is explained by problemMessage optionally clarified, if non-null, by processingContext, and if non-negative by the startOffset and endOffset character indexes in the parsing stream.
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
handleProblem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
handlePropertyCallExp(PropertyCallExp<C, P>, String, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an AssociationEndCallExp visit.
handlePropertyCallExp(PropertyCallExp<C, P>, T, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified property call with the results of visiting its source and qualifiers (if any).
handleTupleLiteralExp(TupleLiteralExp<C, P>, List<String>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a TupleLiteralExp visit.
handleTupleLiteralExp(TupleLiteralExp<C, P>, List<T>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified tuple literal expression with the results of visiting its parts (if any).
handleTupleLiteralPart(TupleLiteralPart<C, P>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
handleTupleLiteralPart(TupleLiteralPart<C, P>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified tuple literal part with the results of visiting its value (if any).
handleVariable(Variable<C, PM>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for the Variable visit.
handleVariable(Variable<C, PM>, T) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the specified variable with the results of visiting its initializer (if any).
HAS_RETURNED - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
HAS_RETURNED_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
HAS_SENT - Static variable in enum org.eclipse.ocl.cst.MessageExpKind
The 'Has Sent' literal value.
hasAdditionalFeatures() - Method in class org.eclipse.ocl.AbstractTypeResolver
Queries whether the current environment has any additional features defined at all.
hashCode() - Method in class org.eclipse.ocl.LazyExtentMap
 
hashCode() - Method in class org.eclipse.ocl.lpg.ProblemHandler.Phase
My hash code is my localized name's hash code.
hashCode(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Computes the hash of a collection, accounting for the similar hashing of primitive numeric values that OCL considers equal but Java does not.
hashCode(Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Computes hash of an object, accounting for the similar hashing of primitive numeric values that OCL considers equal but Java does not.
HelperUtil - Class in org.eclipse.ocl.internal.helper
Utility class in support of the implementation of the OCLHelper API, also responsible for the creation of OCLHelpers.
HiddenOppositeOf - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
higherPrecisionNumber(Number) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Coerces the given number to Double or Long precision, if possible.
higherPrecisionNumber(Number) - Static method in class org.eclipse.ocl.internal.evaluation.NumberUtil
Coerces the given number to Double or Long precision, if possible.

I

IDENTIFIER - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Identifier' literal value.
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
IDENTIFIER_SYMBOL - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
IF_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'If Exp' class.
IF_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'If Exp' class.
IF_EXP__BOOLEAN_CONDITION - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Boolean Condition' of 'If Exp'.
IF_EXP__CONDITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Condition' containment reference.
IF_EXP__CONDITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Condition' containment reference feature.
IF_EXP__ELSE_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Else Expression' containment reference.
IF_EXP__ELSE_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Else Expression' containment reference feature.
IF_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
IF_EXP__IF_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check If Type' of 'If Exp'.
IF_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
IF_EXP__THEN_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Then Expression' containment reference.
IF_EXP__THEN_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Then Expression' containment reference feature.
IF_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'If Exp CS' class.
IF_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'If Exp CS' class.
IF_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
IF_EXP_CS__CONDITION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Condition' containment reference.
IF_EXP_CS__CONDITION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Condition' containment reference feature.
IF_EXP_CS__ELSE_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Else Expression' containment reference.
IF_EXP_CS__ELSE_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Else Expression' containment reference feature.
IF_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
IF_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
IF_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
IF_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
IF_EXP_CS__THEN_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Then Expression' containment reference.
IF_EXP_CS__THEN_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Then Expression' containment reference feature.
IF_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'If Exp CS' class.
IF_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'If Exp' class.
IfExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'If Exp'.
IfExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'If Exp CS'.
ifExpCS(IfExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
IfExpCS
IfExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'If Exp CS'.
IfExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
IfExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'If Exp'.
IfExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.IfExpImpl
 
IfExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'If Exp' model objects.
IfExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.IfExpOperations
 
IGNORED_EXCEPTION_WARNING - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
IllegalAtPre_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalEnumLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalOpcode_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalQualifiers_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalSignature_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IllegalUnspecifiedValueExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Implementation() - Constructor for class org.eclipse.ocl.internal.OCLPlugin.Implementation
Initializes me with my Eclipse plug-in descriptor.
IMPLICIT_ROOT_CLASS - Static variable in class org.eclipse.ocl.options.ParsingOptions
Static instance for the implicit-root-class option token.
IMPLICIT_SET_CONVERSION - Static variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
When a detail with this key is in an annotation with URI Environment.OCL_NAMESPACE_URI on a CollectionLiteralExp, this means that the collection literal was created by the analyzer implicitly for a -> set conversion.
implicitRootClass(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Static method in class org.eclipse.ocl.options.ParsingOptions
A parsing option specifying a class that's assumed to be the implicit root of the subject model's class hierarchy.
IMPLIES - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IMPLIES_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
in - Variable in class org.eclipse.ocl.expressions.impl.LetExpImpl
The cached value of the 'In' containment reference.
includes(Collection<?>, Object) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::includes(object : T) : Boolean operation.
INCLUDES - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INCLUDES_ALL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INCLUDES_ALL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INCLUDES_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
includesAll(Collection<?>, Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::includesAll(c : Collection(T)) : Boolean operation.
including(Collection<E>, E) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::including(object : T) : Set(T) Bag::including(object : T) : Bag(T) Sequence::including(object : T) : Sequence(T) operations.
INCLUDING - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INCLUDING_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IncompleteIfExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IncompleteIterateExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IncompleteIteratorExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IncompleteLetExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IncompleteVariableExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
INDEX_OF - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INDEX_OF_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
indexOf(Collection<? extends E>, E) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::indexOf(object : T) : Integer Sequence::indexOf(object : T) : Integer operations.
IndexOutOfRange_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
inExpression - Variable in class org.eclipse.ocl.cst.impl.LetExpCSImpl
The cached value of the 'In Expression' containment reference.
info(String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates an information log for the specified plug-in, with the specified message.
info(int, String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates an information log for the specified plug-in, with the specified status code, message.
info(int, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates an information log for the specified plug-in, with the specified status code, message, and throwable.
init() - Static method in class org.eclipse.ocl.cst.impl.CSTFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.ocl.expressions.impl.ExpressionsFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.ocl.types.impl.TypesFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.ocl.types.impl.TypesPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
Creates the default factory implementation.
init() - Static method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
INIT_OR_DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Init Or Der Value CS' class.
INIT_OR_DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Init Or Der Value CS' class.
INIT_OR_DER_VALUE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INIT_OR_DER_VALUE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INIT_OR_DER_VALUE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INIT_OR_DER_VALUE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
INIT_OR_DER_VALUE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature.
INIT_OR_DER_VALUE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INIT_OR_DER_VALUE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INIT_OR_DER_VALUE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Init Or Der Value CS' class.
INIT_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Init Value CS' class.
INIT_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Init Value CS' class.
INIT_VALUE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INIT_VALUE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INIT_VALUE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INIT_VALUE_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
INIT_VALUE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INIT_VALUE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INIT_VALUE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Init Value CS' class.
initASTMapping(Object, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
initASTMapping(Object, CSTNode, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
initASTMapping(Object, CSTNode) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Initialize the mapping of an object (typically an astNode) to its originating cstNode, so that AST-based analysis may report error messages exploiting the CST context, or to support incremental AST/CST update.
initASTMapping(Object, CSTNode, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment2
Initialize the asymmetric mapping of an object (typically an astNode) to its originating cstNode, and of a cstNode to its consequent object (typically an astNode) so that AST-based analysis may report error messages exploiting the CST context, or to support incremental AST/CST update.
initASTMapping(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object, CSTNode) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Initialize the symmetric mapping of an object (typically an astNode) to its originating cstNode, so that AST-based analysis may report error messages exploiting the CST context, or to support incremental AST/CST update.
initASTMapping(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Object, CSTNode, Object) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Initialize the asymmetric mapping of an object (typically an astNode) to its originating cstNode, and of a cstNode to its consequent object (typically an astNode) so that AST-based analysis may report error messages exploiting the CST context, or to support incremental AST/CST update.
InitExpNotAllowed_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
initExpression - Variable in class org.eclipse.ocl.cst.impl.VariableCSImpl
The cached value of the 'Init Expression' containment reference.
initExpression - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'Init Expression' containment reference.
INITIAL - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied initial value expressions.
initialize(char[]) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Deprecated.
initialize(Reader) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Deprecated.
initialize(char[]) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Deprecated.
initialize(Reader) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Deprecated.
initialize(char[]) - Method in class org.eclipse.ocl.lpg.DerivedLexStream
Define the input text as a given array of characters.
initialize(char[], String) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
initialize(char[], String) - Method in class org.eclipse.ocl.parser.OCLLexer
Deprecated.
initializeIterators(List<Variable<C, PM>>, Iterator<?>[], Collection<?>) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
initializePackageContents() - Method in class org.eclipse.ocl.cst.impl.CSTPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContentsGen() - Method in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContentsGen() - Method in class org.eclipse.ocl.types.impl.TypesPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContentsGen() - Method in class org.eclipse.ocl.utilities.impl.UtilitiesPackageImpl
Complete the initialization of the package and its meta-model.
initialLower(Object) - Method in class org.eclipse.ocl.AbstractEnvironment
Gets the name of a named element with its initial character in lower case.
initialLower(String) - Static method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
Gets the name of a named element with its initial character in lower case.
initialLower(String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
InitOrDerConstraintConformance_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
InitOrDerValueCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Init Or Der Value CS'.
initOrDerValueCS(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, InitOrDerValueCS) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
InitOrDerValueCS
InitOrDerValueCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Init Or Der Value CS'.
InitOrDerValueCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
initPropertyPositions(CallingASTNode, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Initializes the start and end positions of the property name in the specified calling AST node.
initStartEndPositions(ASTNode, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Initializes the start and end positions of the specified AST node from the given CST node
initTypePositions(TypedASTNode, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Initializes the type start and end positions of the specified typed AST node from the given CST node
InitValueCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Init Value CS'.
InitValueCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Init Value CS'.
InitValueCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.InitValueCSImpl
 
Input_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
INSERT_AT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INSERT_AT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
insertAt(Collection<E>, int, E) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::insertAt(index : Integer, object : T) : OrderedSet(T) Sequence::insertAt(index : Integer, object : T) : Sequence(T) operations.
INSTANCE - Static variable in interface org.eclipse.ocl.Environment.Registry
The shared registry instance.
INSTANCE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The cached model package
INSTANCE - Static variable in class org.eclipse.ocl.internal.OCLPlugin
 
INSTANCE - Static variable in class org.eclipse.ocl.lpg.AbstractFormattingHelper
Shared instance implementing the default formatting algorithms.
INSTANCE - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The cached model package
inSymb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
inSymb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
inSymb - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
inSymb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
inSymb - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.InSymb
 
inSymb(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
inSymb(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
inSymb - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
inSymb(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
inSymb - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.InSymb
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
inSymbol(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
INTEGER - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Integer' literal value.
INTEGER_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Integer Literal Exp' class.
INTEGER_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Integer Literal Exp' class.
INTEGER_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
INTEGER_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Integer Symbol' attribute.
INTEGER_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature.
INTEGER_LITERAL_EXP__INTEGER_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Integer Type' of 'Integer Literal Exp'.
INTEGER_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
INTEGER_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Integer Literal Exp CS' class.
INTEGER_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Integer Literal Exp CS' class.
INTEGER_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INTEGER_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INTEGER_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INTEGER_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Integer Symbol' attribute.
INTEGER_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature.
INTEGER_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INTEGER_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INTEGER_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
INTEGER_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Integer Literal Exp CS' class.
INTEGER_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Integer Literal Exp' class.
INTEGER_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
INTEGER_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
The default value of the 'Integer Symbol' attribute.
INTEGER_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
The default value of the 'Integer Symbol' attribute.
INTEGER_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
The default value of the 'Integer Symbol' attribute.
INTEGER_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
The default value of the 'Integer Symbol' attribute.
IntegerLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Integer Literal Exp'.
IntegerLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Integer Literal Exp CS'.
integerLiteralExpCS(IntegerLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
IntegerLiteralExpCS
IntegerLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Integer Literal Exp CS'.
IntegerLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
IntegerLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Integer Literal Exp'.
IntegerLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
IntegerLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Integer Literal Exp' model objects.
IntegerLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.IntegerLiteralExpOperations
 
integerSymbol - Variable in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
The cached value of the 'Integer Symbol' attribute.
integerSymbol - Variable in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
The cached value of the 'Integer Symbol' attribute.
integerSymbol - Variable in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
The cached value of the 'Integer Symbol' attribute.
integerSymbol - Variable in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
The cached value of the 'Integer Symbol' attribute.
intersection(Collection<? extends E>, Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::intersection(set : Set(T)) : Set(T) Set::intersection(bag : Bag(T)) : Set(T) Bag::intersection(set : Set(T)) : Set(T) Bag::intersection(bag : Bag(T)) : Set(T) operations.
INTERSECTION - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INTERSECTION_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
INV_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Inv CS' class.
INV_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Inv CS' class.
INV_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INV_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INV_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INV_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
INV_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature.
INV_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
INV_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INV_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INV_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Inv CS' class.
INV_OR_DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Inv Or Def CS' class.
INV_OR_DEF_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Inv Or Def CS' class.
INV_OR_DEF_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INV_OR_DEF_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INV_OR_DEF_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INV_OR_DEF_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
INV_OR_DEF_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
INV_OR_DEF_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INV_OR_DEF_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INV_OR_DEF_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Inv Or Def CS' class.
INVALID_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Invalid Literal Exp' class.
INVALID_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Invalid Literal Exp' class.
INVALID_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
INVALID_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
INVALID_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Invalid Literal Exp CS' class.
INVALID_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Invalid Literal Exp CS' class.
INVALID_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
INVALID_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
INVALID_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
INVALID_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
INVALID_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
INVALID_LITERAL_EXP_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
INVALID_LITERAL_EXP_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
INVALID_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Invalid Literal Exp CS' class.
INVALID_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Invalid Literal Exp' class.
INVALID_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Invalid Type' class.
INVALID_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Invalid Type' class.
INVALID_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Invalid Type' class.
InvalidEscapeSequence_ERROR - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
InvalidLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Invalid Literal Exp'.
InvalidLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Invalid Literal Exp CS'.
invalidLiteralExpCS(InvalidLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
InvalidLiteralExpCS
InvalidLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Invalid Literal Exp CS'.
InvalidLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.InvalidLiteralExpCSImpl
 
InvalidLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Invalid Literal Exp'.
InvalidLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.InvalidLiteralExpImpl
 
InvalidLookupException - Exception in org.eclipse.ocl
A specialized LookupException denoting specifically that the problem is a single result that is invalid or otherwise unexpected.
InvalidLookupException(String, Object) - Constructor for exception org.eclipse.ocl.InvalidLookupException
Initializes me with a user-friendly message describing the nature of the lookup that resulted in an unexpected match.
InvalidOCL_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
InvalidType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Invalid Type'.
InvalidTypeImpl<O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Invalid Type'.
InvalidTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.InvalidTypeImpl
 
InvalidTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Invalid Type' model objects.
InvalidTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.InvalidTypeOperations
 
INVARIANT - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied to classifier invariant constraints.
InvariantConstraintBoolean_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
InvCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Inv CS'.
invCS(InvCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
InvCS
InvCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Inv CS'.
InvCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.InvCSImpl
 
InvOrDefCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Inv Or Def CS'.
invOrDefCS(InvOrDefCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
InvOrDefCS
InvOrDefCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Inv Or Def CS'.
InvOrDefCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
IS_ATOMIC_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
The default value of the 'Is Atomic' attribute.
IS_EMPTY - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_EMPTY_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Is Marked Pre CS' class.
IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Is Marked Pre CS' class.
IS_MARKED_PRE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
IS_MARKED_PRE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
IS_MARKED_PRE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
IS_MARKED_PRE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
IS_MARKED_PRE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
IS_MARKED_PRE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Is Marked Pre CS' class.
IS_OPERATION_CALL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_OPERATION_CALL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_SIGNAL_SENT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_SIGNAL_SENT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_UNIQUE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
IS_UNIQUE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
isAssociationClass(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Determines whether the specified type is an association class.
isAtomic - Variable in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
The cached value of the 'Is Atomic' attribute.
isAtPre(FeatureCallExpCS) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Queries whether the specified call expression is adorned with @pre.
isAtPre(VariableExpCS) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Queries whether the specified variable expression is adorned with @pre.
isAtPre(IsMarkedPreCS) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Queries whether the specified @pre construct was actually present in the text.
isClass(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a class.
isClassifier(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
isClassifier(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a classifier.
isComparable(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified type is a comparable (fully ordered) data type.
isConstraint(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a constraint.
isDataType(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a data type.
isDone() - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
isEmpty() - Method in class org.eclipse.ocl.AbstractEnvironment
 
isEmpty() - Method in interface org.eclipse.ocl.Environment
Queries whether the environment has any local variables defined in it.
isEmpty() - Method in class org.eclipse.ocl.LazyExtentMap
 
isEmpty(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::isEmpty() : Boolean operation.
isEnabled(Option<Boolean>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
isEnabled(Option<Boolean>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
isEnabled(Option<Boolean>) - Method in interface org.eclipse.ocl.options.Customizable
Queries whether the specified boolean-valued option is enabled.
isEnumeration(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified classifier is an enumeration.
isErrorNode(TypedElement<C>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Queries whether the specified expression is a placeholder that was created for an expression that failed to parse.
isErrorNode(TypedElement<C>) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
isEscaped(String) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Queries whether the specified name is escaped with an initial underscore ('_') character.
isEvaluationTracingEnabled() - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
Queries whether tracing of evaluation is enabled.
isEvaluationTracingEnabled() - Method in class org.eclipse.ocl.OCL
Queries whether tracing of evaluation is enabled.
isExplicit() - Method in class org.eclipse.ocl.AbstractEnvironment.VariableEntry
 
isFactoryForType(Object) - Method in class org.eclipse.ocl.cst.util.CSTAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.ocl.types.util.TypesAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Returns whether this factory is applicable for the type of the object.
isIdentifierOrKeyword(int) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Returns true if the token kind is an identifier or keyword, otherwise false.
isInPostcondition(OCLExpression<C>) - Method in interface org.eclipse.ocl.Environment
Checks whether the specified OCL expression is in an operation postcondition constraint.
isInstance(CLS, E) - Method in class org.eclipse.ocl.LazyExtentMap
Implemented by subclasses to determine whether the specified element is an instance of the specified class, according to the metamodel semantics implemented by the environment that created this extent map.
IsInStateSignature_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
isInvalid(Object) - Method in class org.eclipse.ocl.OCL
Queries whether a value is the special invalid token.
isIterator(String) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
 
isKeyword - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.IsKeyword
 
isKeyword - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.IsKeyword
 
isKeyword - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.IsKeyword
 
isKeyword - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.IsKeyword
 
isKeyword - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.IsKeyword
 
isKeyword - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
isKeyword(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
isKeyword - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.IsKeyword
 
isKindOf(Object, C) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Queries whether an object is an instance of the specified classifier or some specialization thereof.
isLaxNullHandling() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Queries whether our evaluation environment has the option for lax null handling enabled.
isMany(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified meta-element (already known to be a property, parameter, or operation) has multiplicity many.
isMarkedPre() - Method in interface org.eclipse.ocl.expressions.FeatureCallExp
Returns the value of the 'Marked Pre' attribute.
isMarkedPre() - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
isMarkedPreCS - Variable in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
The cached value of the 'Is Marked Pre CS' containment reference.
isMarkedPreCS - Variable in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
The cached value of the 'Is Marked Pre CS' containment reference.
IsMarkedPreCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Is Marked Pre CS'.
IsMarkedPreCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Is Marked Pre CS'.
IsMarkedPreCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.IsMarkedPreCSImpl
 
isNonStdSQSupported() - Method in class org.eclipse.ocl.parser.AbstractOCLParser
To be overridden in parsers which prohibit non-std SQL-like single quote escaping (" '' ").
isNullable - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.IsNullable
 
isNullable - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.IsNullable
 
isNullable - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.IsNullable
 
isNullable - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.IsNullable
 
isNullable - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.IsNullable
 
isNullable - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
isNullable(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
isNullable - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.IsNullable
 
isOclAnyOperation(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, O) - Static method in class org.eclipse.ocl.util.TypeUtil
Queries whether an operation is defined by the OclAny type.
isOclIsInState(IToken) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
 
isOK() - Method in enum org.eclipse.ocl.lpg.ProblemHandler.Severity
Am I the "OK" severity?
isOperation(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
isOperation(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is an operation.
isPackage(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a package.
isParseTracingEnabled() - Method in class org.eclipse.ocl.OCL
Queries whether tracing of parsingis enabled.
isPrimitive(Object) - Static method in class org.eclipse.ocl.util.ObjectUtil
Queries whether the specified object represents an OCL primitive value.
isProperty(Object) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
isProperty(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a property.
isQuery(O) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Determines whether the specified operation is a query operation.
isSimpleRange() - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
Returns the value of the 'Simple Range' attribute.
isSimpleRange() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
isStandardLibraryFeature(C, Object) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
isStandardLibraryFeature(C, Object) - Method in interface org.eclipse.ocl.TypeChecker
Queries whether the specified feature (operation or attribute), as applied to a particular owner classifier, is defined by the standard library or not (in which case it would, presumably, be user-defined).
isStandardLibraryFeature(Environment<?, C, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, C, Object) - Static method in class org.eclipse.ocl.util.TypeUtil
Queries whether the specified feature (operation or attribute), as applied to a particular owner classifier, is defined by the standard library or not (in which case it would, presumably, be user-defined).
isStatic() - Method in interface org.eclipse.ocl.cst.DefCS
Returns the value of the 'Static' attribute.
isStatic() - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
isStatic(Object) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether a property or operation is static (applies to a classifier rather than to its instances).
isStereotype(C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Queries whether the specified model element is a stereotype.
isSwitchFor(EPackage) - Method in class org.eclipse.ocl.cst.util.CSTSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.ocl.types.util.TypesSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Checks whether this is a switch for the given package.
isTypeOf(Object, C) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Queries whether an object's type is the specified classifier.
isUndefined(Object) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Convenience method to determine whether the specified value is the null or OclInvalid.
isUnlimited() - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
isUnlimited() - Method in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
Returns the value of the 'Unlimited' attribute.
isValidating() - Method in interface org.eclipse.ocl.helper.OCLHelper
Queries whether I validate the expressions that I parse.
isValidForParser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
isValidForParser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
isValidForParser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
 
isValidForParser() - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
isValidForParser() - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
isValidForParser() - Method in class org.eclipse.ocl.parser.OCLParserprs
 
isValidForParser - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
 
item - Variable in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
The cached value of the 'Item' containment reference.
ITERATE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Iterate Exp' class.
ITERATE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Iterate Exp' class.
ITERATE_EXP__BODY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Body' containment reference.
ITERATE_EXP__BODY_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Body Type' of 'Iterate Exp'.
ITERATE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
ITERATE_EXP__ITERATE_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Iterate Type' of 'Iterate Exp'.
ITERATE_EXP__ITERATOR - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Iterator' containment reference list.
ITERATE_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
ITERATE_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
ITERATE_EXP__RESULT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Result' containment reference.
ITERATE_EXP__RESULT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Result' containment reference feature.
ITERATE_EXP__RESULT_INIT - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Result Init' of 'Iterate Exp'.
ITERATE_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
ITERATE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
ITERATE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Iterate Exp CS' class.
ITERATE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Iterate Exp CS' class.
ITERATE_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
ITERATE_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
ITERATE_EXP_CS__BODY - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Body' containment reference.
ITERATE_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
ITERATE_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
ITERATE_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
ITERATE_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
ITERATE_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
ITERATE_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
ITERATE_EXP_CS__VARIABLE1 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable1' containment reference.
ITERATE_EXP_CS__VARIABLE2 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable2' containment reference.
ITERATE_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Iterate Exp CS' class.
ITERATE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Iterate Exp' class.
IterateExp<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Iterate Exp'.
IterateExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Iterate Exp CS'.
iterateExpCS(IterateExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
IterateExpCS
IterateExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Iterate Exp CS'.
IterateExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.IterateExpCSImpl
 
IterateExpImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Iterate Exp'.
IterateExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
IterateExpLoopVarInit_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IterateExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Iterate Exp' model objects.
IterateExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.IterateExpOperations
 
IterationTemplate<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplate(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
IterationTemplateAny<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateAny(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.internal.evaluation.IterationTemplateAny
 
IterationTemplateClosure<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
Instantiation of the iteration template for the closure iterator.
IterationTemplateCollect<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateCollectNested<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateExists<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateForAll<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateIsUnique<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateOne<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateReject<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateSelect<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
IterationTemplateSortedBy<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
 
iterator - Variable in class org.eclipse.ocl.expressions.impl.LoopExpImpl
The cached value of the 'Iterator' containment reference list.
ITERATOR_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Iterator Exp' class.
ITERATOR_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Iterator Exp' class.
ITERATOR_EXP__BODY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Body' containment reference.
ITERATOR_EXP__BOOLEAN_BODY_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Boolean Body Type' of 'Iterator Exp'.
ITERATOR_EXP__BOOLEAN_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Boolean Type' of 'Iterator Exp'.
ITERATOR_EXP__COLLECT_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Collect Type' of 'Iterator Exp'.
ITERATOR_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
ITERATOR_EXP__ITERATOR - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Iterator' containment reference list.
ITERATOR_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
ITERATOR_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
ITERATOR_EXP__SELECT_REJECT_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Select Reject Type' of 'Iterator Exp'.
ITERATOR_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
ITERATOR_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
ITERATOR_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Iterator Exp CS' class.
ITERATOR_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Iterator Exp CS' class.
ITERATOR_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
ITERATOR_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
ITERATOR_EXP_CS__BODY - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Body' containment reference.
ITERATOR_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
ITERATOR_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
ITERATOR_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
ITERATOR_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
ITERATOR_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
ITERATOR_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
ITERATOR_EXP_CS__VARIABLE1 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable1' containment reference.
ITERATOR_EXP_CS__VARIABLE2 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable2' containment reference.
ITERATOR_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Iterator Exp CS' class.
ITERATOR_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Iterator Exp' class.
IteratorExp<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Iterator Exp'.
IteratorExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Iterator Exp CS'.
iteratorExpCS(IteratorExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
IteratorExpCS
IteratorExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Iterator Exp CS'.
IteratorExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.IteratorExpCSImpl
 
IteratorExpImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Iterator Exp'.
IteratorExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.IteratorExpImpl
 
IteratorExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Iterator Exp' model objects.
IteratorExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.IteratorExpOperations
 
iteratorNames - Variable in class org.eclipse.ocl.parser.AbstractOCLParser
 
IteratorNotImpl_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
IteratorSource_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ITOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'IToken' data type.
ITOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'IToken' data type.

K

keySet() - Method in class org.eclipse.ocl.LazyExtentMap
 
KEYWORD - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Keyword' literal value.
kind - Variable in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
The cached value of the 'Kind' attribute.
kind - Variable in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
The cached value of the 'Kind' attribute.
kind - Variable in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
The cached value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
The default value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
The default value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
The default value of the 'Kind' attribute.
KIND_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The default value of the 'Kind' attribute.

L

LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
LA_STATE_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
last - Variable in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
The cached value of the 'Last' containment reference.
last(Collection<E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::lset() : T Sequence::lset() : T operations.
LAST - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
LAST_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
lastExpressionCS - Variable in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
The cached value of the 'Last Expression CS' containment reference.
LAX_NULL_HANDLING - Static variable in class org.eclipse.ocl.options.EvaluationOptions
Evaluation option indicating whether to implement lax handling of null values in certain OclAny-defined operations.
LazyExtentMap<CLS,E> - Class in org.eclipse.ocl
A self-populating map that lazily creates the extent of a class when asked for it.
LazyExtentMap(EObject) - Constructor for class org.eclipse.ocl.LazyExtentMap
Initializes me with the context element of an OCL expression evaluation.
LESS_THAN - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
LESS_THAN_EQUAL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
LESS_THAN_EQUAL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
LESS_THAN_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
LET_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Let Exp' class.
LET_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Let Exp' class.
LET_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
LET_EXP__IN - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'In' containment reference.
LET_EXP__IN - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'In' containment reference feature.
LET_EXP__LET_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Let Type' of 'Let Exp'.
LET_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
LET_EXP__VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Variable' containment reference.
LET_EXP__VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Variable' containment reference feature.
LET_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Let Exp CS' class.
LET_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Let Exp CS' class.
LET_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
LET_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
LET_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
LET_EXP_CS__IN_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'In Expression' containment reference.
LET_EXP_CS__IN_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'In Expression' containment reference feature.
LET_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
LET_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
LET_EXP_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variables' containment reference list.
LET_EXP_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variables' containment reference list feature.
LET_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Let Exp CS' class.
LET_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Let Exp' class.
LetExp<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Let Exp'.
letExp(LetExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
LetExpCS
LetExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Let Exp CS'.
letExpCS(LetExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Deprecated.
LetExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Let Exp CS'.
LetExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
letExpCSRecursive(LetExpCS, int, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Constructs the LetExp
LetExpImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Let Exp'.
LetExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.LetExpImpl
 
LetExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Let Exp' model objects.
LetExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.LetExpOperations
 
lexer(DerivedPrsStream) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Runs the lexer's with the provided parseStream
lexer(Monitor, DerivedPrsStream) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Runs the lexer's with the provided parseStream and the given monitor.
lexer(DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Runs the lexer's with the provided parseStream in specific offset of the input
lexer(Monitor, DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Runs the lexer's with the provided parseStream in specific offset of the input
LEXER - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in the tokenizing (lexing) phase.
lexer(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexer
 
lexer(DerivedPrsStream) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
lexer(Monitor, DerivedPrsStream) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
lexer(DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
lexer(Monitor, DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
lexer(int, int) - Method in class org.eclipse.ocl.parser.OCLKWLexer
 
lexer(DerivedPrsStream) - Method in class org.eclipse.ocl.parser.OCLLexer
 
lexer(Monitor, DerivedPrsStream) - Method in class org.eclipse.ocl.parser.OCLLexer
 
lexer(DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
lexer(Monitor, DerivedPrsStream, int, int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
lexerError(int, int, int) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
lexerError(int, int, int) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().lexerProblem with a ProblemHandler.errorSeverity.
lexerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
lexerProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a lexerProblem processing phase.
lexerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
lexerProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
lexToTokens(AbstractParser) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Deprecated.
lexToTokens(Monitor, AbstractParser) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Deprecated.
lhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
lhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
lhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
lhs - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
lhs - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
lhs - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
lhs(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Literal Exp' class.
LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Literal Exp' class.
LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Literal Exp CS' class.
LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Literal Exp CS' class.
LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Literal Exp CS' class.
LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Literal Exp' class.
LiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Literal Exp'.
LiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Literal Exp CS'.
literalExpCS(LiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
LiteralExpCS
LiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Literal Exp CS'.
LiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.LiteralExpCSImpl
 
LiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Literal Exp'.
LiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.LiteralExpImpl
 
loadEnvironment(Resource) - Method in interface org.eclipse.ocl.EnvironmentFactory
Loads an environment from the specified resource.
log(int, int, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
lookAhead(int, int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
lookup(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookup(String) - Method in interface org.eclipse.ocl.Environment
Obtains the Variable bound to a variable name.
lookupAssociationClassReference(C, String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupAssociationClassReference(C, String) - Method in interface org.eclipse.ocl.Environment
Finds a reference in the specified class to the named association class.
lookupAssociationClassReference(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
lookupClassifier(List<String>) - Method in interface org.eclipse.ocl.Environment
Finds the classifier identified by the specified sequence of names (a qualified name).
lookupClassifier(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<String>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
LookupException - Exception in org.eclipse.ocl
Exception indicating a semantic error in looking up a definition, typically resulting from an ambiguity.
LookupException(String) - Constructor for exception org.eclipse.ocl.LookupException
Initializes me with a user-friendly message describing the nature of the lookup failure.
LookupException(String, List<?>) - Constructor for exception org.eclipse.ocl.LookupException
Initializes me with a user-friendly message describing the nature of the lookup that resulted in these zero or more matches.
LookupException(String, Object, Object, Object...) - Constructor for exception org.eclipse.ocl.LookupException
Initializes me with a user-friendly message describing the nature of the lookup failure and at least two objects that were ambiguous matches.
lookupImplicitSourceForAssociationClass(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupImplicitSourceForAssociationClass(String) - Method in interface org.eclipse.ocl.Environment
Return an implicit variable that references the named association class.
lookupImplicitSourceForOperation(String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupImplicitSourceForOperation(String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment
Return an implicit variable declaration that defines the specified operation signature.
lookupImplicitSourceForOperation(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<OCLExpression<C>>, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
lookupImplicitSourceForProperty(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupImplicitSourceForProperty(String) - Method in interface org.eclipse.ocl.Environment
Return the most appropriate matching variable to use as the implicit source of a call to the specified property.
lookupImplicitSourceForSignal(String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupImplicitSourceForSignal(String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment
Return an implicit variable declaration that defines the specified signal reception signature.
lookupImplicitSourceForState(List<String>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupImplicitSourceForState(List<String>) - Method in interface org.eclipse.ocl.Environment
Finds the best-matching implicit variable to use as a source for the unqualified oclIsInState() invocation with the specified state qualified name path.
lookupLocal(String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupLocal(String) - Method in interface org.eclipse.ocl.Environment
Obtains the Variable bound to a local variable name.
lookupNonNavigableEnd(C, String) - Method in class org.eclipse.ocl.AbstractEnvironment
Looks up a non-navigable association end on behalf of the specified owner classifier (which is at that end).
lookupOperation(C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupOperation(C, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment
Find an operation in the specified class.
lookupOperation(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
lookupPackage(List<String>) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
Looks up the package identified by the specified qualified name by whatever means is appropriate to the particular environment implementation.
lookupPackage(List<String>) - Method in interface org.eclipse.ocl.Environment
Finds the package identified by the specified sequence of names (a qualified name).
lookupProperty(C, String) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupProperty(C, String) - Method in interface org.eclipse.ocl.Environment
Finds a property defined or inherited by the specified classifier.
lookupProperty(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
lookupSignal(C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupSignal(C, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment
Finds a received signal in the specified classifier.
lookupSignal(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
lookupState(C, List<String>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
lookupState(C, List<String>) - Method in interface org.eclipse.ocl.Environment
Finds the state identified by the specified qualified name path, to resolve an oclIsInState() operation.
lookupState(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, List<String>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
LOOP_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Loop Exp' class.
LOOP_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Loop Exp' class.
LOOP_EXP__BODY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Body' containment reference feature.
LOOP_EXP__BODY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Body' containment reference.
LOOP_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
LOOP_EXP__ITERATOR - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Iterator' containment reference list feature.
LOOP_EXP__ITERATOR - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Iterator' containment reference list.
LOOP_EXP__LOOP_VARIABLE_INIT - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Loop Variable Init' of 'Loop Exp'.
LOOP_EXP__LOOP_VARIABLE_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Loop Variable Type' of 'Loop Exp'.
LOOP_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
LOOP_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
LOOP_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
LOOP_EXP__SOURCE_COLLECTION - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Source Collection' of 'Loop Exp'.
LOOP_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
LOOP_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Loop Exp CS' class.
LOOP_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Loop Exp CS' class.
LOOP_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
LOOP_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
LOOP_EXP_CS__BODY - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Body' containment reference feature.
LOOP_EXP_CS__BODY - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Body' containment reference.
LOOP_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
LOOP_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
LOOP_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
LOOP_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
LOOP_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
LOOP_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
LOOP_EXP_CS__VARIABLE1 - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable1' containment reference feature.
LOOP_EXP_CS__VARIABLE1 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable1' containment reference.
LOOP_EXP_CS__VARIABLE2 - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable2' containment reference feature.
LOOP_EXP_CS__VARIABLE2 - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variable2' containment reference.
LOOP_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Loop Exp CS' class.
LOOP_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Loop Exp' class.
LoopExp<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Loop Exp'.
LoopExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Loop Exp CS'.
loopExpCS(LoopExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
LoopExpCS
LoopExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Loop Exp CS'.
LoopExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
LoopExpImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Loop Exp'.
LoopExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
LoopExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Loop Exp' model objects.
LoopExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.LoopExpOperations
 

M

makeErrorToken(int, int, int, int) - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
 
makeName(<any>) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Creates a string by joining the given string list elements with ::.
makeString(<any>) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Creates a string by joining the given string list elements with spaces.
markAsErrorNode(TypedElement<C>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Marks the specified (sub)expression as a placeholder for an expression that could not be parsed.
markAsErrorNode(TypedElement<C>) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
 
MARKED_PRE_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
The default value of the 'Marked Pre' attribute.
MARKED_PRE_EFLAG - Static variable in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
The flag representing the value of the 'Marked Pre' attribute.
matchArgs(C, List<?>, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
matchArgs(C, List<?>, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.TypeChecker
Compares an actual argument list against the signature of an operation or a signal.
matchArgs(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, List<?>, List<? extends TypedElement<C>>) - Static method in class org.eclipse.ocl.util.TypeUtil
Compares an actual argument list against the signature of an operation or a signal.
MAX - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
MAX_LA - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
MAX_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
MAX_NAME_LENGTH - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
maybeAtPre(FeatureCallExp<C>, String) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
MESSAGE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Message Exp' class.
MESSAGE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Message Exp' class.
MESSAGE_EXP__ARGUMENT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Argument' containment reference list feature.
MESSAGE_EXP__ARGUMENT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Argument' containment reference list.
MESSAGE_EXP__CALLED_OPERATION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Called Operation' containment reference feature.
MESSAGE_EXP__CALLED_OPERATION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Called Operation' containment reference.
MESSAGE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
MESSAGE_EXP__HAS_OPERATION_OR_SIGNAL - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Has Operation Or Signal' of 'Message Exp'.
MESSAGE_EXP__OPERATION_ARGUMENTS - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Operation Arguments' of 'Message Exp'.
MESSAGE_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
MESSAGE_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
MESSAGE_EXP__SENT_SIGNAL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Sent Signal' containment reference feature.
MESSAGE_EXP__SENT_SIGNAL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Sent Signal' containment reference.
MESSAGE_EXP__SIGNAL_ARGUMENTS - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Signal Arguments' of 'Message Exp'.
MESSAGE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
MESSAGE_EXP__TARGET - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Target' containment reference feature.
MESSAGE_EXP__TARGET - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Target' containment reference.
MESSAGE_EXP__TARGET_DEFINES_OPERATION - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Target Defines Operation' of 'Message Exp'.
MESSAGE_EXP__TARGET_NOT_COLLECTION - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Target Not Collection' of 'Message Exp'.
MESSAGE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Message Exp CS' class.
MESSAGE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Message Exp CS' class.
MESSAGE_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Arguments' containment reference list feature.
MESSAGE_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Arguments' containment reference list.
MESSAGE_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
MESSAGE_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
MESSAGE_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
MESSAGE_EXP_CS__KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Kind' attribute feature.
MESSAGE_EXP_CS__KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Kind' attribute.
MESSAGE_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
MESSAGE_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
MESSAGE_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
MESSAGE_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
MESSAGE_EXP_CS__TARGET - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Target' containment reference feature.
MESSAGE_EXP_CS__TARGET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Target' containment reference.
MESSAGE_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Message Exp CS' class.
MESSAGE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Message Exp' class.
MESSAGE_EXP_KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Message Exp Kind' enum.
MESSAGE_EXP_KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Message Exp Kind' enum.
MESSAGE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Message Type' class.
MESSAGE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Message Type' class.
MESSAGE_TYPE__EXCLUSIVE_SIGNATURE - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Exclusive Signature' of 'Message Type'.
MESSAGE_TYPE__OPERATION_PARAMETERS - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Operation Parameters' of 'Message Type'.
MESSAGE_TYPE__REFERRED_OPERATION - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Referred Operation' reference feature.
MESSAGE_TYPE__REFERRED_OPERATION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Referred Operation' reference.
MESSAGE_TYPE__REFERRED_SIGNAL - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Referred Signal' reference feature.
MESSAGE_TYPE__REFERRED_SIGNAL - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Referred Signal' reference.
MESSAGE_TYPE__SIGNAL_ATTRIBUTES - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Signal Attributes' of 'Message Type'.
MESSAGE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Message Type' class.
MessageArgConformance_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MessageArgumentCount_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MessageExp<C,COA,SSA> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Message Exp'.
MessageExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Message Exp CS'.
messageExpCS(MessageExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
MessageExpCS
MessageExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Message Exp CS'.
MessageExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
MessageExpImpl<C,COA,SSA> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Message Exp'.
MessageExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
MessageExpKind - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Message Exp Kind', and utility methods for working with them.
MessageExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Message Exp' model objects.
MessageExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.MessageExpOperations
 
MESSAGES_PACKAGE - Static variable in class org.eclipse.ocl.AbstractTypeResolver
 
MessageType<C,O,P> - Interface in org.eclipse.ocl.types
A representation of the model object 'Message Type'.
MessageTypeImpl<C,O,P> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Message Type'.
MessageTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.MessageTypeImpl
 
MessageTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Message Type' model objects.
MessageTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.MessageTypeOperations
 
METHODS_ENTERING - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
METHODS_EXITING - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
MIN - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MIN_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
minus(Set<? extends E>, Set<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::-(set : Set(T)) : Set(T) operation.
MINUS - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MINUS_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MismatchedParameterVariables_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MismatchedQualifiers_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MismatchedResultVariable_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MISSING_AT_PRE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_COLON - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_CONTEXT - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_ELSE_ENDIF - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_ENDIF - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_ENDPACKAGE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_EQUALS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_EXPR - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_IDENTIFIER - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_INV_OR_DEF - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_LBRACE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_LPAREN - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_MESSAGE_ARGUMENTS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_PARAMETER - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_PARAMETERS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_PATH_NAME - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_RBRACK - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_RPAREN - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_SIMPLE_NAME - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_SIMPLE_NAME_OPT - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_THEN_ELSE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_THEN_ELSE_ENDIF - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_VARIABLE_TYPE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MISSING_VARIABLES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
MissingAssociationClass_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingBodyExpression_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingBodyForInvocationDelegate_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingContextVariable_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingDerivationForSettingDelegate_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingInitIterateExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingMessageTarget_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingNameInVariableDeclaration_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingOperationInCallAction_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingPropertyInTupleLiteralPart_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingResultVariable_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingSignalInCallAction_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingStateInStateExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MissingTypeInTupleLiteralPart_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
MOD - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
MOD_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
modelPackage - Static variable in class org.eclipse.ocl.cst.util.CSTAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.ocl.cst.util.CSTSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.ocl.types.util.TypesAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.ocl.types.util.TypesSwitch
The cached model package
modelPackage - Static variable in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
The cached model package.
modelPackage - Static variable in class org.eclipse.ocl.utilities.util.UtilitiesSwitch
The cached model package
modelPropertyCallExpCS(FeatureCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
ModelPropertyCallExpCS
modelSwitch - Variable in class org.eclipse.ocl.cst.util.CSTAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.ocl.expressions.util.ExpressionsAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.ocl.types.util.TypesAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
The switch that delegates to the createXXX methods.
moreToGo(int, int) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 

N

name - Variable in class org.eclipse.ocl.cst.impl.VariableCSImpl
The cached value of the 'Name' attribute.
name(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
name(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
name - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
name(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
name - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.Name
 
name(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
name(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
name - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
name(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
name - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.Name
 
NAME_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.VariableCSImpl
The default value of the 'Name' attribute.
nasb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
nasb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
nasb - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nasb(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nasb - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.Nasb
 
nasb(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
nasb(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
nasb - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
nasb(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
nasb - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.Nasb
 
nasi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
nasi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
nasi(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nasi(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
nasi(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
nasi(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
nasr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
nasr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
nasr - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nasr(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nasr - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.Nasr
 
nasr(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
nasr(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
nasr - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
nasr(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
nasr - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.Nasr
 
navigate(P, OCLExpression<C>, Object) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Obtains an object's value of the specified additional property.
navigateAssociationClass(C, P, Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Obtains the instance of the specified association class that links the specified source element, optionally via the specified property.
navigateProperty(P, List<?>, Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Obtains the value of the specified operation, for the given source element, according to the particular metamodel semantics.
NAVIGATION_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Navigation Call Exp' class.
NAVIGATION_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Navigation Call Exp' class.
NAVIGATION_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
NAVIGATION_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Marked Pre' attribute.
NAVIGATION_CALL_EXP__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Navigation Source' reference feature.
NAVIGATION_CALL_EXP__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Navigation Source' reference.
NAVIGATION_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
NAVIGATION_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
NAVIGATION_CALL_EXP__QUALIFIER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Qualifier' containment reference list feature.
NAVIGATION_CALL_EXP__QUALIFIER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Qualifier' containment reference list.
NAVIGATION_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
NAVIGATION_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
NAVIGATION_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Navigation Call Exp' class.
NavigationCallExp<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Navigation Call Exp'.
NavigationCallExpImpl<C,P> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Navigation Call Exp'.
NavigationCallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
navigationSource - Variable in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
The cached value of the 'Navigation Source' reference.
newInstance(EnvironmentFactory<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.OCL
Creates a new OCL with an environment factory, which it will use to create a root environment.
newInstance(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Static method in class org.eclipse.ocl.OCL
Creates a new OCL on the specified root environment.
newInstance(EnvironmentFactory<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Resource) - Static method in class org.eclipse.ocl.OCL
Creates a new OCL with an environment factory and a resource in which its environment is to be persisted, or from which it may be loaded if the resource already has content.
no_message - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonBooleanIfExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Noncomforming_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NONE - Static variable in enum org.eclipse.ocl.cst.DotOrArrowEnum
The 'None' literal value.
NonQueryOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStaticAttribute_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStaticOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_CompareTo_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_DQuote_Escape_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_InheritedFeatureContext_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_Iterator_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_Operation_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NonStd_SQuote_Escape_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
nonterminalIndex - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
nonterminalIndex - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.NonterminalIndex
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
nonterminalIndex - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
nonterminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
nonterminalIndex - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.NonterminalIndex
 
NoOperationReflection_WARNING_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NoSuchState_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NOT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
NOT_EMPTY - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
NOT_EMPTY_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
NOT_EQUAL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
NOT_EQUAL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
NOT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
notEmpty(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::notEmpty() : Boolean operation.
notOK(Option<ProblemHandler.Severity>) - Method in class org.eclipse.ocl.AbstractEnvironment
Queries whether I have a non-OK setting for the specified problem option.
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
NT_OFFSET - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
ntAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
assert(! goto_default);
ntAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
assert(! goto_default);
ntAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
assert(! goto_default);
ntAction(int, int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
assert(! goto_default);
ntAction(int, int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
assert(! goto_default);
ntAction(int, int) - Method in class org.eclipse.ocl.parser.OCLParserprs
assert(! goto_default);
NULL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Null Literal Exp' class.
NULL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Null Literal Exp' class.
NULL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
NULL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
NULL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Null Literal Exp CS' class.
NULL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Null Literal Exp CS' class.
NULL_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
NULL_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
NULL_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
NULL_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
NULL_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
NULL_LITERAL_EXP_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
NULL_LITERAL_EXP_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
NULL_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Null Literal Exp CS' class.
NULL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Null Literal Exp' class.
NULL_PLACEHOLDER - Static variable in class org.eclipse.ocl.util.ToStringVisitor
Indicates where a required element in the AST was null, so that it is evident in the debugger that something was missing.
NullArgExpectEObj_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullArgExpectlist_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Null Literal Exp'.
NullLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Null Literal Exp CS'.
nullLiteralExpCS(NullLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
NullLiteralExpCS
NullLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Null Literal Exp CS'.
NullLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.NullLiteralExpCSImpl
 
NullLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Null Literal Exp'.
NullLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.NullLiteralExpImpl
 
NullNavigationSource_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullNavigationType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullProperty_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NullSourceOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
NUM_NONTERMINALS - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
NUM_RULES - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
NUM_STATES - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
NUM_SYMBOLS - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
NumberUtil - Class in org.eclipse.ocl.internal.evaluation
Utility for converting numeric values to double or integer precision as needed.
NumberUtil() - Constructor for class org.eclipse.ocl.internal.evaluation.NumberUtil
 
NUMERIC_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Numeric Literal Exp' class.
NUMERIC_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Numeric Literal Exp' class.
NUMERIC_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
NUMERIC_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
NUMERIC_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Numeric Literal Exp' class.
NumericLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Numeric Literal Exp'.
NumericLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Numeric Literal Exp'.
NumericLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.NumericLiteralExpImpl
 
numTokenKinds() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
numTokenKinds() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
numTokenKinds() - Method in class org.eclipse.ocl.parser.OCLParser
 
numTokenKinds - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
 

O

ObjectUtil - Class in org.eclipse.ocl.util
Certain generic utility operations on objects.
ObjectUtil() - Constructor for class org.eclipse.ocl.util.ObjectUtil
 
OCL<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl
The Façade for parsing and evaluation of OCL documents and constraints.
OCL(EnvironmentFactory<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.OCL
Initializes me with an environment factory, which I will use to create a root environment.
OCL(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.OCL
Initializes me with a root environment.
OCL(EnvironmentFactory<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Resource) - Constructor for class org.eclipse.ocl.OCL
Initializes me with an environment factory and a resource in which my environment is to be persisted, or from which it may be loaded if the resource already has content.
OCL_ANNOTATIONS_URI - Static variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
OCL_ANY - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Ocl Any' literal value.
OCL_AS_TYPE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_AS_TYPE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_DOCUMENT_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'OCL Document CS' class.
OCL_DOCUMENT_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'OCL Document CS' class.
OCL_DOCUMENT_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OCL_DOCUMENT_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OCL_DOCUMENT_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OCL_DOCUMENT_CS__PACKAGE_DECLARATIONS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Package Declarations' containment reference list feature.
OCL_DOCUMENT_CS__PACKAGE_DECLARATIONS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Package Declarations' containment reference list.
OCL_DOCUMENT_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OCL_DOCUMENT_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OCL_DOCUMENT_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'OCL Document CS' class.
OCL_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'OCL Expression' class.
OCL_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'OCL Expression' class.
OCL_EXPRESSION__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
OCL_EXPRESSION__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
OCL_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'OCL Expression CS' class.
OCL_EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'OCL Expression CS' class.
OCL_EXPRESSION_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OCL_EXPRESSION_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OCL_EXPRESSION_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OCL_EXPRESSION_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OCL_EXPRESSION_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OCL_EXPRESSION_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'OCL Expression CS' class.
OCL_EXPRESSION_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'OCL Expression' class.
OCL_HELPER - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied to herlp attributes and operations defined by definition constraints.
OCL_INVALID - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Ocl Invalid' literal value.
OCL_IS_IN_STATE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_IN_STATE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_INVALID - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_INVALID_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_KIND_OF - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_KIND_OF_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_NEW - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_NEW_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_TYPE_OF - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_TYPE_OF_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_UNDEFINED - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_IS_UNDEFINED_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OCL_MESSAGE - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Ocl Message' literal value.
OCL_MESSAGE_ARG_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'OCL Message Arg CS' class.
OCL_MESSAGE_ARG_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'OCL Message Arg CS' class.
OCL_MESSAGE_ARG_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OCL_MESSAGE_ARG_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OCL_MESSAGE_ARG_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OCL_MESSAGE_ARG_CS__EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression' containment reference feature.
OCL_MESSAGE_ARG_CS__EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression' containment reference.
OCL_MESSAGE_ARG_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OCL_MESSAGE_ARG_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OCL_MESSAGE_ARG_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' containment reference feature.
OCL_MESSAGE_ARG_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type CS' containment reference.
OCL_MESSAGE_ARG_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'OCL Message Arg CS' class.
OCL_NAMESPACE_URI - Static variable in interface org.eclipse.ocl.Environment
Namespace URI of the OCL core metamodel, used for example as the source of certain Ecore annotations.
OCL_ROOT_PACKAGE - Static variable in class org.eclipse.ocl.expressions.impl.ExpressionsPackageImpl
Root package of the OCL Ecore model, which we have to "fake out" because EMF will not generate it.
OCL_VOID - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Ocl Void' literal value.
OCLAnalyzer<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.parser
The OCLAnalyzer performs semantic analysis on a CST produced by an OCLParser to create the OCL AST.
OCLAnalyzer(AbstractOCLParser) - Constructor for class org.eclipse.ocl.parser.OCLAnalyzer
Construct an OCL semantic analyzer that will use a given parser to perform syntactic and lexical analysis.
OCLAnalyzer(OCLParser) - Constructor for class org.eclipse.ocl.parser.OCLAnalyzer
Construct an OCL semantic analyzer that will use a given parser to perform syntactic and lexical analysis.
OCLAnalyzer(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.parser.OCLAnalyzer
Construct an OCL semantic analyzer with default syntactic and lexical parsers all operating within a given environment.
OCLAnalyzer(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String) - Constructor for class org.eclipse.ocl.parser.OCLAnalyzer
Construct an OCL semantic analyzer with default syntactic and lexical parsers all operating within a given environment.
OCLBacktrackingKWLexer - Class in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexer(char[], int) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexer
 
OCLBacktrackingKWLexerprs - Class in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs() - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
OCLBacktrackingKWLexerprs.BaseAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.BaseCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.IsKeyword - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.IsNullable - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.TermAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexerprs.TermCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingKWLexersym - Interface in org.eclipse.ocl.parser.backtracking
The backtracking variant of the OCL keyword lexer symbol table.
OCLBacktrackingLexer - Class in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
OCLBacktrackingLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, char[]) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
OCLBacktrackingLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, char[], String, int) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
OCLBacktrackingLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Reader, String) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
OCLBacktrackingLexerprs - Class in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs() - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
OCLBacktrackingLexerprs.BaseAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.BaseCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.IsKeyword - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.IsNullable - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.TermAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexerprs.TermCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingLexersym - Interface in org.eclipse.ocl.parser.backtracking
The backtracking variant of the OCL lexer symbol table.
OCLBacktrackingParser - Class in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParser(OCLBacktrackingLexer) - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
OCLBacktrackingParserprs - Class in org.eclipse.ocl.parser.backtracking
The backtracking variant of the OCL parser parse table.
OCLBacktrackingParserprs() - Constructor for class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
OCLBacktrackingParserprs.Asb - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.Asr - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.BaseAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.BaseCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.InSymb - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.IsKeyword - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.IsNullable - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.Name - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.Nasb - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.Nasr - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.NonterminalIndex - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeLa - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeLhs - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopePrefix - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeRhs - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeState - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeStateSet - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.ScopeSuffix - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.TermAction - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.TermCheck - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParserprs.TerminalIndex - Interface in org.eclipse.ocl.parser.backtracking
 
OCLBacktrackingParsersym - Interface in org.eclipse.ocl.parser.backtracking
The backtracking variant of the OCL parser symbol table.
OCLCollectionKindNotImpl_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLDebugOptions - Class in org.eclipse.ocl.internal
 
OCLDocumentCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'OCL Document CS'.
OCLDocumentCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'OCL Document CS'.
OCLDocumentCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
 
OCLExpression<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'OCL Expression'.
OCLExpressionCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'OCL Expression CS'.
oclExpressionCS(OCLExpressionCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OCLExpressionCS
OCLExpressionCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'OCL Expression CS'.
OCLExpressionCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
 
OCLExpressionImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'OCL Expression'.
OCLExpressionImpl() - Constructor for class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
OCLExpressionOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'OCL Expression' model objects.
OCLExpressionOperations() - Constructor for class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
oclFactory - Variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
OCLFactory - Interface in org.eclipse.ocl.utilities
Interface for a factory of OCl Abstract Syntax elements.
OCLFactoryWithHistory - Class in org.eclipse.ocl.parser
A wrapper for OCLFactorys that records a history of the objects created by it.
OCLFactoryWithHistory(OCLFactory) - Constructor for class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
OCLHelper<C,O,P,CT> - Interface in org.eclipse.ocl.helper
A utility object that provides OCL syntax completion suggestions for OCL expressions and convenient API for parsing OCL constraint expressions without the encumbrance of context declarations.
OCLInput - Class in org.eclipse.ocl
Encapsulation of an OCL document, which may be obtained from a string or from a stream.
OCLInput(String) - Constructor for class org.eclipse.ocl.OCLInput
Creates an OCL document from a string.
OCLInput(InputStream) - Constructor for class org.eclipse.ocl.OCLInput
Creates an OCL document from an input stream, using the default character set to decode it.
OCLInput(InputStream, String) - Constructor for class org.eclipse.ocl.OCLInput
Creates an OCL document from an input stream in the specified encoding.
OCLInput(Reader) - Constructor for class org.eclipse.ocl.OCLInput
Creates an OCL document from a character stream.
oclIsInStateOperationCallExpCS(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OperationCallExpCS for oclIsInState
oclIsKindOf(Object, Object) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Checks whether the supplied value is an instance of the supplied type or one of its super types.
OCLIsNewInPostcondition_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
oclIsTypeOf(Object, Object) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Checks whether the supplied object is an instance of the supplied type.
oclIterators() - Method in interface org.eclipse.ocl.types.CollectionType
 
oclIterators() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
oclIterators(CollectionType<C, O>) - Static method in class org.eclipse.ocl.types.operations.CollectionTypeOperations
 
OCLKWLexer - Class in org.eclipse.ocl.parser
 
OCLKWLexer(char[], int) - Constructor for class org.eclipse.ocl.parser.OCLKWLexer
 
OCLKWLexerprs - Class in org.eclipse.ocl.parser
 
OCLKWLexerprs() - Constructor for class org.eclipse.ocl.parser.OCLKWLexerprs
 
OCLKWLexerprs.BaseAction - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.BaseCheck - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.IsKeyword - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.IsNullable - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.TermAction - Interface in org.eclipse.ocl.parser
 
OCLKWLexerprs.TermCheck - Interface in org.eclipse.ocl.parser
 
OCLKWLexersym - Interface in org.eclipse.ocl.parser
 
OCLLexer - Class in org.eclipse.ocl.parser
 
OCLLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Constructor for class org.eclipse.ocl.parser.OCLLexer
 
OCLLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, char[]) - Constructor for class org.eclipse.ocl.parser.OCLLexer
 
OCLLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, char[], String, int) - Constructor for class org.eclipse.ocl.parser.OCLLexer
 
OCLLexer(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Reader, String) - Constructor for class org.eclipse.ocl.parser.OCLLexer
 
OCLLexerprs - Class in org.eclipse.ocl.parser
 
OCLLexerprs() - Constructor for class org.eclipse.ocl.parser.OCLLexerprs
 
OCLLexerprs.BaseAction - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.BaseCheck - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.IsKeyword - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.IsNullable - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.TermAction - Interface in org.eclipse.ocl.parser
 
OCLLexerprs.TermCheck - Interface in org.eclipse.ocl.parser
 
OCLLexersym - Interface in org.eclipse.ocl.parser
 
OCLMessageArgCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'OCL Message Arg CS'.
OCLMessageArgCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'OCL Message Arg CS'.
OCLMessageArgCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
OCLMessages - Class in org.eclipse.ocl.internal.l10n
An accessor class for externalized strings.
OCLMessages() - Constructor for class org.eclipse.ocl.internal.l10n.OCLMessages
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.AnyTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.InvalidTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.PrimitiveTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
oclOperations() - Method in class org.eclipse.ocl.types.impl.VoidTypeImpl
 
oclOperations(AnyType<O>) - Static method in class org.eclipse.ocl.types.operations.AnyTypeOperations
 
oclOperations(CollectionType<C, O>) - Static method in class org.eclipse.ocl.types.operations.CollectionTypeOperations
 
oclOperations(InvalidType<O>) - Static method in class org.eclipse.ocl.types.operations.InvalidTypeOperations
 
oclOperations(MessageType<C, O, P>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
 
oclOperations(PrimitiveType<O>) - Static method in class org.eclipse.ocl.types.operations.PrimitiveTypeOperations
 
oclOperations(TypeType<C, O>) - Static method in class org.eclipse.ocl.types.operations.TemplateParameterTypeOperations
 
oclOperations(TupleType<O, P>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
 
oclOperations(TypeType<C, O>) - Static method in class org.eclipse.ocl.types.operations.TypeTypeOperations
 
oclOperations(VoidType<O>) - Static method in class org.eclipse.ocl.types.operations.VoidTypeOperations
 
oclOperations() - Method in interface org.eclipse.ocl.utilities.PredefinedType
 
OCLParseErrorCodes_BEFORE - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_DELETION - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_EOF - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_ERROR - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_INSERTION - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_INVALID - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_INVALID_TOKEN - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_LEX_ERROR - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_MERGE - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_MISPLACED - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_SCOPE - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParseErrorCodes_SUBSTITUTION_SECONDARY - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OCLParser - Class in org.eclipse.ocl.parser
 
OCLParser(OCLLexer) - Constructor for class org.eclipse.ocl.parser.OCLParser
 
OCLParserErrors - Class in org.eclipse.ocl.parser.backtracking
An enumeration of error tokens to fill in gaps in the concrete syntax.
OCLParserErrors() - Constructor for class org.eclipse.ocl.parser.backtracking.OCLParserErrors
 
OCLParserprs - Class in org.eclipse.ocl.parser
 
OCLParserprs() - Constructor for class org.eclipse.ocl.parser.OCLParserprs
 
OCLParserprs.Asb - Interface in org.eclipse.ocl.parser
 
OCLParserprs.Asr - Interface in org.eclipse.ocl.parser
 
OCLParserprs.BaseAction - Interface in org.eclipse.ocl.parser
 
OCLParserprs.BaseCheck - Interface in org.eclipse.ocl.parser
 
OCLParserprs.InSymb - Interface in org.eclipse.ocl.parser
 
OCLParserprs.IsKeyword - Interface in org.eclipse.ocl.parser
 
OCLParserprs.IsNullable - Interface in org.eclipse.ocl.parser
 
OCLParserprs.Name - Interface in org.eclipse.ocl.parser
 
OCLParserprs.Nasb - Interface in org.eclipse.ocl.parser
 
OCLParserprs.Nasr - Interface in org.eclipse.ocl.parser
 
OCLParserprs.NonterminalIndex - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ProsthesesIndex - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeLa - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeLhs - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopePrefix - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeRhs - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeState - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeStateSet - Interface in org.eclipse.ocl.parser
 
OCLParserprs.ScopeSuffix - Interface in org.eclipse.ocl.parser
 
OCLParserprs.TermAction - Interface in org.eclipse.ocl.parser
 
OCLParserprs.TermCheck - Interface in org.eclipse.ocl.parser
 
OCLParserprs.TerminalIndex - Interface in org.eclipse.ocl.parser
 
OCLParsersym - Interface in org.eclipse.ocl.parser
 
OCLPlugin - Class in org.eclipse.ocl.internal
The activator class controls the plug-in life cycle
OCLPlugin() - Constructor for class org.eclipse.ocl.internal.OCLPlugin
The constructor.
OCLPlugin.Implementation - Class in org.eclipse.ocl.internal
The definition of the Eclipse plug-in flavour of this EMF plug-in.
OCLProblemHandler - Class in org.eclipse.ocl.parser
The OCLProblemHandler accumulates a DiagnosticChain of problems.
OCLProblemHandler(AbstractParser) - Constructor for class org.eclipse.ocl.parser.OCLProblemHandler
 
oclProperties() - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
oclProperties() - Method in class org.eclipse.ocl.types.impl.TupleTypeImpl
 
oclProperties() - Method in interface org.eclipse.ocl.types.MessageType
 
oclProperties(MessageType<C, O, P>) - Static method in class org.eclipse.ocl.types.operations.MessageTypeOperations
 
oclProperties(TupleType<O, P>) - Static method in class org.eclipse.ocl.types.operations.TupleTypeOperations
 
oclProperties() - Method in interface org.eclipse.ocl.types.TupleType
 
OCLStandardLibrary<C> - Interface in org.eclipse.ocl.types
A representation of the OCL Standard Library, which is the set of singleton instances of the OCL-defined metatypes, including the generic collection types (e.g., Set(T)).
OCLStandardLibraryUtil - Class in org.eclipse.ocl.util
Convenience utilities for working with the types defined by the OCL Standard Library.
OCLStatusCodes - Class in org.eclipse.ocl.internal
 
OCLSyntaxHelper - Interface in org.eclipse.ocl.helper
 
OCLSyntaxHelper<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.helper
Engine for computation of possible syntax completions at a point in the an OCL expression.
OCLSyntaxHelper(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.internal.helper.OCLSyntaxHelper
 
OCLSyntaxHelper.ASTVisitor - Class in org.eclipse.ocl.internal.helper
 
OCLUtil - Class in org.eclipse.ocl.util
Miscellaneous utilities for use by the OCL parser/interpreter and by clients.
OK - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
ONE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ONE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OPERATION_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Operation Call Exp' class.
OPERATION_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Operation Call Exp' class.
OPERATION_CALL_EXP__ARGUMENT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Argument' containment reference list feature.
OPERATION_CALL_EXP__ARGUMENT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Argument' containment reference list.
OPERATION_CALL_EXP__ARGUMENT_COUNT - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Argument Count' of 'Operation Call Exp'.
OPERATION_CALL_EXP__ARGUMENTS_CONFORM - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Arguments Conform' of 'Operation Call Exp'.
OPERATION_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
OPERATION_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Marked Pre' attribute.
OPERATION_CALL_EXP__OPERATION_CODE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Operation Code' attribute feature.
OPERATION_CALL_EXP__OPERATION_CODE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Operation Code' attribute.
OPERATION_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
OPERATION_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
OPERATION_CALL_EXP__REFERRED_OPERATION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Operation' reference feature.
OPERATION_CALL_EXP__REFERRED_OPERATION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Operation' reference.
OPERATION_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
OPERATION_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
OPERATION_CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation Call Exp CS' class.
OPERATION_CALL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Operation Call Exp CS' class.
OPERATION_CALL_EXP_CS__ACCESSOR - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Accessor' attribute.
OPERATION_CALL_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Arguments' containment reference list.
OPERATION_CALL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OPERATION_CALL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OPERATION_CALL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OPERATION_CALL_EXP_CS__IS_ATOMIC - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Is Atomic' attribute feature.
OPERATION_CALL_EXP_CS__IS_ATOMIC - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Is Atomic' attribute.
OPERATION_CALL_EXP_CS__IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Is Marked Pre CS' containment reference.
OPERATION_CALL_EXP_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
OPERATION_CALL_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
OPERATION_CALL_EXP_CS__SOURCE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Source' containment reference.
OPERATION_CALL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OPERATION_CALL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OPERATION_CALL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Operation Call Exp CS' class.
OPERATION_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Operation Call Exp' class.
OPERATION_CODE_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
The default value of the 'Operation Code' attribute.
OPERATION_CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation Context Decl CS' class.
OPERATION_CONTEXT_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Operation Context Decl CS' class.
OPERATION_CONTEXT_DECL_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OPERATION_CONTEXT_DECL_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OPERATION_CONTEXT_DECL_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OPERATION_CONTEXT_DECL_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation CS' containment reference feature.
OPERATION_CONTEXT_DECL_CS__OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Operation CS' containment reference.
OPERATION_CONTEXT_DECL_CS__PRE_POST_OR_BODY_DECLS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Pre Post Or Body Decls' containment reference list feature.
OPERATION_CONTEXT_DECL_CS__PRE_POST_OR_BODY_DECLS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Pre Post Or Body Decls' containment reference list.
OPERATION_CONTEXT_DECL_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OPERATION_CONTEXT_DECL_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OPERATION_CONTEXT_DECL_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Operation Context Decl CS' class.
OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Operation CS' class.
OPERATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Operation CS' class.
OPERATION_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
OPERATION_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
OPERATION_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
OPERATION_CS__PARAMETERS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Parameters' containment reference list feature.
OPERATION_CS__PARAMETERS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Parameters' containment reference list.
OPERATION_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' containment reference feature.
OPERATION_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
OPERATION_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
OPERATION_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
OPERATION_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
OPERATION_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
OPERATION_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' containment reference feature.
OPERATION_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type CS' containment reference.
OPERATION_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Operation CS' class.
OperationCallExp<C,O> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Operation Call Exp'.
OperationCallExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Operation Call Exp CS'.
operationCallExpCS(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OperationCallExpCS
OperationCallExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Operation Call Exp CS'.
OperationCallExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
OperationCallExpImpl<C,O> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Operation Call Exp'.
OperationCallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
OperationCallExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Operation Call Exp' model objects.
OperationCallExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.OperationCallExpOperations
 
OperationConstraintBoolean_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
OperationContextDeclCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Operation Context Decl CS'.
operationContextDeclCS(OperationContextDeclCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OperationContextDeclCS
OperationContextDeclCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Operation Context Decl CS'.
OperationContextDeclCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
operationCS - Variable in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
The cached value of the 'Operation CS' containment reference.
operationCS - Variable in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
The cached value of the 'Operation CS' containment reference.
OperationCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Operation CS'.
operationCS(OperationCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
OperationCS
OperationCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Operation CS'.
OperationCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.OperationCSImpl
 
OperationNotFound_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
operationString(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Constructs the string representation of an operation call.
Option<T> - Interface in org.eclipse.ocl.options
Interface implemented by the options that can be applied to Customizable entities such as OCL environments.
OR - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
OR_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ORDERED_SET - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
The 'Ordered Set' literal value.
ORDERED_SET - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
The 'Ordered Set' literal value.
ORDERED_SET_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Ordered Set Type' class.
ORDERED_SET_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Ordered Set Type' class.
ORDERED_SET_TYPE__COLLECTION_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Collection Type Name' of 'Ordered Set Type'.
ORDERED_SET_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Element Type' reference.
ORDERED_SET_TYPE__END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'End Position' attribute.
ORDERED_SET_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Kind' attribute.
ORDERED_SET_TYPE__START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Start Position' attribute.
ORDERED_SET_TYPE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type End Position' attribute.
ORDERED_SET_TYPE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type Start Position' attribute.
ORDERED_SET_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Ordered Set Type' class.
OrderedSetType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Ordered Set Type'.
OrderedSetTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Ordered Set Type'.
OrderedSetTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.OrderedSetTypeImpl
 
OrderedSetTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.OrderedSetTypeImpl
 
OrderedSetTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Ordered Set Type' model objects.
OrderedSetTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.OrderedSetTypeOperations
 
orderedTerminalSymbols() - Method in class org.eclipse.ocl.lpg.AbstractParser
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexersym
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexersym
 
orderedTerminalSymbols() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.OCLKWLexersym
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.OCLLexersym
 
orderedTerminalSymbols() - Method in class org.eclipse.ocl.parser.OCLParser
 
orderedTerminalSymbols - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
 
org.eclipse.ocl - package org.eclipse.ocl
Definition of the extensible environment API for OCL parsing and evaluation.
org.eclipse.ocl.cst - package org.eclipse.ocl.cst
 
org.eclipse.ocl.cst.impl - package org.eclipse.ocl.cst.impl
 
org.eclipse.ocl.cst.util - package org.eclipse.ocl.cst.util
 
org.eclipse.ocl.expressions - package org.eclipse.ocl.expressions
Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model.
org.eclipse.ocl.expressions.impl - package org.eclipse.ocl.expressions.impl
Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model.
org.eclipse.ocl.expressions.operations - package org.eclipse.ocl.expressions.operations
 
org.eclipse.ocl.expressions.util - package org.eclipse.ocl.expressions.util
Generated utilities for working with instances the Expressions model.
org.eclipse.ocl.helper - package org.eclipse.ocl.helper
Definition of the OCL Helper API for syntax completion support and a simplified parsing model for embedded OCL constraints and expressions.
org.eclipse.ocl.internal - package org.eclipse.ocl.internal
 
org.eclipse.ocl.internal.evaluation - package org.eclipse.ocl.internal.evaluation
 
org.eclipse.ocl.internal.helper - package org.eclipse.ocl.internal.helper
 
org.eclipse.ocl.internal.l10n - package org.eclipse.ocl.internal.l10n
 
org.eclipse.ocl.lpg - package org.eclipse.ocl.lpg
 
org.eclipse.ocl.options - package org.eclipse.ocl.options
 
org.eclipse.ocl.parser - package org.eclipse.ocl.parser
 
org.eclipse.ocl.parser.backtracking - package org.eclipse.ocl.parser.backtracking
 
org.eclipse.ocl.types - package org.eclipse.ocl.types
Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model.
org.eclipse.ocl.types.impl - package org.eclipse.ocl.types.impl
Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model.
org.eclipse.ocl.types.operations - package org.eclipse.ocl.types.operations
 
org.eclipse.ocl.types.util - package org.eclipse.ocl.types.util
Generated utilities for working with instances the Types model.
org.eclipse.ocl.util - package org.eclipse.ocl.util
Miscellaneous utilities in support of the OCL parser and environment implementations.
org.eclipse.ocl.utilities - package org.eclipse.ocl.utilities
Abstract API for OCL AST utilities and extensions of the UML metamodel.
org.eclipse.ocl.utilities.impl - package org.eclipse.ocl.utilities.impl
Implementation of the OCL utilities package.
org.eclipse.ocl.utilities.util - package org.eclipse.ocl.utilities.util
Generated utilities for working with instances the OCL utilities package.
originalState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
originalState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
originalState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
originalState(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
originalState(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
originalState(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
overrides(O, int) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
By default, a subclass will not support overriding the operations defined by the OCL Standard Library.
overrides(O, int) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Queries whether this evaluation environment provides a custom implementation of the specified pre-defined OCL operation.

P

PACKAGE_DECLARATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Package Declaration CS' class.
PACKAGE_DECLARATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Package Declaration CS' class.
PACKAGE_DECLARATION_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PACKAGE_DECLARATION_CS__CONTEXT_DECLS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Context Decls' containment reference list feature.
PACKAGE_DECLARATION_CS__CONTEXT_DECLS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Context Decls' containment reference list.
PACKAGE_DECLARATION_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PACKAGE_DECLARATION_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PACKAGE_DECLARATION_CS__PACKAGE_DECLARATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Package Declaration CS' reference feature.
PACKAGE_DECLARATION_CS__PACKAGE_DECLARATION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Package Declaration CS' reference.
PACKAGE_DECLARATION_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' containment reference feature.
PACKAGE_DECLARATION_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
PACKAGE_DECLARATION_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PACKAGE_DECLARATION_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PACKAGE_DECLARATION_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Package Declaration CS' class.
PACKAGE_LOOKUP_STRATEGY - Static variable in class org.eclipse.ocl.options.ParsingOptions
Static instance for the lookup-package-by-aliase option token.
packageDeclarationCS - Variable in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
The cached value of the 'Package Declaration CS' reference.
PackageDeclarationCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Package Declaration CS'.
packageDeclarationCS(PackageDeclarationCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Analyzes a package declaration in the context of the environment created for an OCLDocumentCS.
packageDeclarationCS(PackageDeclarationCS, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Parses a top-level package declaration that is not nested in an OCLDocumentCS.
PackageDeclarationCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Package Declaration CS'.
PackageDeclarationCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
packageDeclarations - Variable in class org.eclipse.ocl.cst.impl.OCLDocumentCSImpl
The cached value of the 'Package Declarations' containment reference list.
PackageNotFound_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
parameters - Variable in class org.eclipse.ocl.cst.impl.OperationCSImpl
The cached value of the 'Parameters' containment reference list.
parametersCS(List<VariableCS>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
ParametersCS
parse(OCLInput) - Method in class org.eclipse.ocl.OCL
Parses an OCL document, returning the constraints parsed from it.
parseAST(OCLExpressionCS, ConstraintKind) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the specified concrete syntax model to an abstract syntax model.
parseConcreteSyntax() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Performs a concrete-syntax parser and throws ParserException if any parse errors are encountered.
ParseCSTNodeType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
parseInitOrDerValueCS() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as an InitOrDerValueCS.
parseInvOrDefCS() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as an InvOrDefCS.
parseOCLDocument(List<CT>) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as an OCLDocumentCS.
parsePackageDeclarationCS(List<CT>) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as a PackageDeclarationCS.
parsePrePostOrBodyDeclCS() - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as a PrePostOrBodyDeclCS.
parser() - Method in class org.eclipse.ocl.lpg.AbstractParser
Runs the parser with the current lex and parse streams
parser(Monitor) - Method in class org.eclipse.ocl.lpg.AbstractParser
Runs the parser with the current lex and parse streams using the given Monitor
parser(Monitor, int) - Method in class org.eclipse.ocl.lpg.AbstractParser
Runs the parser with the current lex and parse streams using the given Monitor and error_repair_count (useful for a backtracking parser)
PARSER - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in the concrete syntax parsing phase.
parser() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
parser(Monitor) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
parser(Monitor, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
parser() - Method in class org.eclipse.ocl.parser.OCLParser
 
parser(Monitor) - Method in class org.eclipse.ocl.parser.OCLParser
 
parser(Monitor, int) - Method in class org.eclipse.ocl.parser.OCLParser
 
parserError(int, int, int, String) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
parserError(int, int, int, String) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().parserProblem with a ProblemHandler.errorSeverity.
ParserException - Exception in org.eclipse.ocl
Exception indicating a failure to parse or validate OCL constraints.
ParserException(String) - Constructor for exception org.eclipse.ocl.ParserException
Initializes me with a user-friendly message describing the nature of the parse failure.
ParserException(String, Throwable) - Constructor for exception org.eclipse.ocl.ParserException
Initializes me with a message and an exception that caused the parse failure.
ParserException(Diagnostic) - Constructor for exception org.eclipse.ocl.ParserException
Initializes me with a diagnostic obtained from a problem handler.
parserProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
parserProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a parserProblem processing phase.
parserProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.parser.OCLProblemHandler
 
parserProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
parserProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
parseTokensToCST() - Method in class org.eclipse.ocl.lpg.AbstractParser
Deprecated.
clients should invoke AbstractParser.parser()
parseVariableDeclarationCS(boolean) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as a VariableDeclarationCS.
PARSING - Static variable in class org.eclipse.ocl.internal.OCLDebugOptions
 
ParsingOptions - Class in org.eclipse.ocl.options
Options applicable to Environments to customize their parsing behaviour.
ParsingOptions.PACKAGE_LOOKUP_STRATEGIES - Enum in org.eclipse.ocl.options
The alternative strategies for resolving the package name at the start of a path name.
part - Variable in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
The cached value of the 'Part' containment reference list.
part - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
The cached value of the 'Part' containment reference list.
PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' class.
PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Path Name CS' class.
PATH_NAME_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PATH_NAME_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PATH_NAME_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PATH_NAME_CS__SIMPLE_NAMES - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Names' containment reference list feature.
PATH_NAME_CS__SIMPLE_NAMES - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Names' containment reference list.
PATH_NAME_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PATH_NAME_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PATH_NAME_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Path Name CS' class.
pathNameCS - Variable in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
The cached value of the 'Path Name CS' containment reference.
pathNameCS - Variable in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
The cached value of the 'Path Name CS' containment reference.
pathNameCS - Variable in class org.eclipse.ocl.cst.impl.OperationCSImpl
The cached value of the 'Path Name CS' containment reference.
pathNameCS - Variable in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
The cached value of the 'Path Name CS' containment reference.
pathNameCS - Variable in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
The cached value of the 'Path Name CS' containment reference.
PathNameCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Path Name CS'.
PathNameCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Path Name CS'.
PathNameCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PathNameCSImpl
 
Phase(String) - Constructor for class org.eclipse.ocl.lpg.ProblemHandler.Phase
Creates a new phase instance with a localized name for display in error messages.
Phase_Analyzer - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Phase_Lexer - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Phase_Parser - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Phase_Unparser - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Phase_Utility - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Phase_Validator - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
PLUS - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
PLUS_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
POST - Static variable in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
The 'Post' literal value.
POSTCONDITION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied to operation postcondition constraints.
PRE - Static variable in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
The 'Pre' literal value.
PRE_POST_OR_BODY_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Pre Post Or Body Decl CS' class.
PRE_POST_OR_BODY_DECL_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Pre Post Or Body Decl CS' class.
PRE_POST_OR_BODY_DECL_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PRE_POST_OR_BODY_DECL_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PRE_POST_OR_BODY_DECL_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PRE_POST_OR_BODY_DECL_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Expression CS' containment reference feature.
PRE_POST_OR_BODY_DECL_CS__EXPRESSION_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Expression CS' containment reference.
PRE_POST_OR_BODY_DECL_CS__KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Kind' attribute feature.
PRE_POST_OR_BODY_DECL_CS__KIND - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Kind' attribute.
PRE_POST_OR_BODY_DECL_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
PRE_POST_OR_BODY_DECL_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
PRE_POST_OR_BODY_DECL_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PRE_POST_OR_BODY_DECL_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PRE_POST_OR_BODY_DECL_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Pre Post Or Body Decl CS' class.
PRE_POST_OR_BODY_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Pre Post Or Body Enum' enum.
PRE_POST_OR_BODY_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Pre Post Or Body Enum' enum.
PRECONDITION - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Stereotype applied to operation precondition constraints.
PREDEFINED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Predefined Type' class.
PREDEFINED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Predefined Type' class.
PREDEFINED_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Predefined Type' class.
PredefinedType<O> - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Predefined Type'.
prepend(Collection<E>, E) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::prepend(object : T) : OrderedSet(T) Sequence::prepend(object : T) : Sequence(T) operations.
PREPEND - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
PREPEND_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
PrePostOrBodyDeclCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Pre Post Or Body Decl CS'.
prePostOrBodyDeclCS(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, PrePostOrBodyDeclCS) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
PrePostOrBodyDeclCS
PrePostOrBodyDeclCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Pre Post Or Body Decl CS'.
PrePostOrBodyDeclCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
prePostOrBodyDecls - Variable in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
The cached value of the 'Pre Post Or Body Decls' containment reference list.
PrePostOrBodyEnum - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Pre Post Or Body Enum', and utility methods for working with them.
PRIMITIVE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Primitive Literal Exp' class.
PRIMITIVE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Primitive Literal Exp' class.
PRIMITIVE_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
PRIMITIVE_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
PRIMITIVE_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Primitive Literal Exp CS' class.
PRIMITIVE_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Primitive Literal Exp CS' class.
PRIMITIVE_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PRIMITIVE_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PRIMITIVE_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PRIMITIVE_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PRIMITIVE_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PRIMITIVE_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Symbol' attribute feature.
PRIMITIVE_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
PRIMITIVE_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Primitive Literal Exp CS' class.
PRIMITIVE_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Primitive Literal Exp' class.
PRIMITIVE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Primitive Type' class.
PRIMITIVE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Primitive Type' class.
PRIMITIVE_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Primitive Type CS' class.
PRIMITIVE_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Primitive Type CS' class.
PRIMITIVE_TYPE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PRIMITIVE_TYPE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PRIMITIVE_TYPE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PRIMITIVE_TYPE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PRIMITIVE_TYPE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PRIMITIVE_TYPE_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
PRIMITIVE_TYPE_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
PRIMITIVE_TYPE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Primitive Type CS' class.
PRIMITIVE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Primitive Type' class.
PrimitiveLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Primitive Literal Exp'.
PrimitiveLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Primitive Literal Exp CS'.
primitiveLiteralExpCS(PrimitiveLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
PrimitiveLiteralExpCS
PrimitiveLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Primitive Literal Exp CS'.
PrimitiveLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
PrimitiveLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Primitive Literal Exp'.
PrimitiveLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.PrimitiveLiteralExpImpl
 
PrimitiveType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Primitive Type'.
PrimitiveTypeCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Primitive Type CS'.
primitiveTypeCS(SimpleTypeEnum, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
PrimitiveTypeCS
PrimitiveTypeCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Primitive Type CS'.
PrimitiveTypeCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PrimitiveTypeCSImpl
 
PrimitiveTypeImpl<O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Primitive Type'.
PrimitiveTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.PrimitiveTypeImpl
 
PrimitiveTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Primitive Type' model objects.
PrimitiveTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.PrimitiveTypeOperations
 
problem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
problem(ProblemHandler.Severity, ProblemHandler.Phase, String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Generically reports a problem about some object.
ProblemAware - Interface in org.eclipse.ocl.util
A mix-in interface indicating that implementations can provide problem diagnostics.
ProblemHandler - Interface in org.eclipse.ocl.lpg
A ProblemHandler handles problems detected during the various lexical syntactic, semantic analysis and validation phases of source text processing.
ProblemHandler.Phase - Class in org.eclipse.ocl.lpg
Standard processing phases for problem messages.
ProblemHandler.Severity - Enum in org.eclipse.ocl.lpg
Standard problem severities.
ProblemHandlerWrapper - Class in org.eclipse.ocl.util
A wrapper for ProblemHandlers, convenient for subclassing to decorate/intercept an existing problem handler instance.
ProblemHandlerWrapper(ProblemHandler) - Constructor for class org.eclipse.ocl.util.ProblemHandlerWrapper
Initializes me with the problem-handler to which I delegate.
ProblemHandlerWrapper.Tee - Class in org.eclipse.ocl.util
Like the UNIX tool tee, a Tee forks problem handling in two directions, that is, to two other problem-handler instances.
ProblemMessage_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ProblemOption - Enum in org.eclipse.ocl.options
Options for problem-reporting in parsing OCL constraints.
product(EvaluationEnvironment<C, O, P, CLS, E>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, Collection<?>, Collection<?>, C) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::product(c : Collection(T2)) : Set(Tuple(first : T, second : T2)) operations.
PRODUCT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
PRODUCT_FIRST - Static variable in class org.eclipse.ocl.util.OCLStandardLibraryUtil
The name of the tuple part carrying elements of the source collection in a product operation.
PRODUCT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
PRODUCT_SECOND - Static variable in class org.eclipse.ocl.util.OCLStandardLibraryUtil
The name of the tuple part carrying elements of the argument collection in a product operation.
PROPERTY_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Property Call Exp' class.
PROPERTY_CALL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Property Call Exp' class.
PROPERTY_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
PROPERTY_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Marked Pre' attribute.
PROPERTY_CALL_EXP__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Navigation Source' reference.
PROPERTY_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property End Position' attribute.
PROPERTY_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Property Start Position' attribute.
PROPERTY_CALL_EXP__PROPERTY_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Property Type' of 'Property Call Exp'.
PROPERTY_CALL_EXP__QUALIFIER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Qualifier' containment reference list.
PROPERTY_CALL_EXP__REFERRED_PROPERTY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Property' reference feature.
PROPERTY_CALL_EXP__REFERRED_PROPERTY - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Property' reference.
PROPERTY_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Source' containment reference.
PROPERTY_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
PROPERTY_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Property Call Exp' class.
PROPERTY_CONTEXT_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Property Context CS' class.
PROPERTY_CONTEXT_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Property Context CS' class.
PROPERTY_CONTEXT_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
PROPERTY_CONTEXT_CS__CONSTRAINTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Constraints' containment reference list feature.
PROPERTY_CONTEXT_CS__CONSTRAINTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Constraints' containment reference list.
PROPERTY_CONTEXT_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
PROPERTY_CONTEXT_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
PROPERTY_CONTEXT_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Path Name CS' containment reference feature.
PROPERTY_CONTEXT_CS__PATH_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Path Name CS' containment reference.
PROPERTY_CONTEXT_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
PROPERTY_CONTEXT_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
PROPERTY_CONTEXT_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
PROPERTY_CONTEXT_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
PROPERTY_CONTEXT_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' containment reference feature.
PROPERTY_CONTEXT_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type CS' containment reference.
PROPERTY_CONTEXT_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Property Context CS' class.
PROPERTY_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.CallExpImpl
The default value of the 'Property End Position' attribute.
PROPERTY_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The default value of the 'Property End Position' attribute.
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.CallExpImpl
The default value of the 'Property Start Position' attribute.
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The default value of the 'Property Start Position' attribute.
PropertyCallExp<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Property Call Exp'.
propertyCallExpCS(CallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
PropertyCallExpCS
PropertyCallExpImpl<C,P> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Property Call Exp'.
PropertyCallExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
PropertyCallExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Property Call Exp' model objects.
PropertyCallExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.PropertyCallExpOperations
 
PropertyConstraints_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
PropertyContextCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Property Context CS'.
propertyContextCS(PropertyContextCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<CT>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
PropertyContextCS
PropertyContextCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Property Context CS'.
PropertyContextCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
propertyEndPosition - Variable in class org.eclipse.ocl.expressions.impl.CallExpImpl
The cached value of the 'Property End Position' attribute.
propertyEndPosition - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Property End Position' attribute.
propertyStartPosition - Variable in class org.eclipse.ocl.expressions.impl.CallExpImpl
The cached value of the 'Property Start Position' attribute.
propertyStartPosition - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Property Start Position' attribute.
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.ProsthesesIndex
 
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.ProsthesesIndex
 
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ProsthesesIndex
 
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.ProsthesesIndex
 
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.ProsthesesIndex
 
prosthesesIndex - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
prosthesesIndex(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
prosthesesIndex - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ProsthesesIndex
 
put(CLS, Set<E>) - Method in class org.eclipse.ocl.LazyExtentMap
 
putAll(Map<? extends CLS, ? extends Set<E>>) - Method in class org.eclipse.ocl.LazyExtentMap
 
putOptions(Map<? extends Option<T>, ? extends T>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
putOptions(Map<? extends Option<T>, ? extends T>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
putOptions(Map<? extends Option<T>, ? extends T>) - Method in interface org.eclipse.ocl.options.Customizable
Adds options to apply to my behaviour.

Q

qualifier - Variable in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
The cached value of the 'Qualifier' containment reference list.
qualifiersCS(List<OCLExpressionCS>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
QualifiersCS
Query<C,CLS,E> - Interface in org.eclipse.ocl
An OCL constraint or query.
QueryImpl<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
An implementation of the model object 'Query'.
QueryImpl(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, Map<CLS, ? extends Set<? extends E>>) - Constructor for class org.eclipse.ocl.internal.evaluation.QueryImpl
 
queryText() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
queryText() - Method in interface org.eclipse.ocl.Query
Translates the query back to an OCL text string.

R

REAL - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Real' literal value.
REAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Real Literal Exp' class.
REAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Real Literal Exp' class.
REAL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
REAL_LITERAL_EXP__REAL_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Real Symbol' attribute feature.
REAL_LITERAL_EXP__REAL_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Real Symbol' attribute.
REAL_LITERAL_EXP__REAL_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Real Type' of 'Real Literal Exp'.
REAL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
REAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Real Literal Exp CS' class.
REAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Real Literal Exp CS' class.
REAL_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
REAL_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
REAL_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
REAL_LITERAL_EXP_CS__REAL_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Real Symbol' attribute feature.
REAL_LITERAL_EXP_CS__REAL_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Real Symbol' attribute.
REAL_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
REAL_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
REAL_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
REAL_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Real Literal Exp CS' class.
REAL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Real Literal Exp' class.
REAL_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
REAL_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
The default value of the 'Real Symbol' attribute.
REAL_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
The default value of the 'Real Symbol' attribute.
RealLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Real Literal Exp'.
RealLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Real Literal Exp CS'.
realLiteralExpCS(RealLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
RealLiteralExpCS
RealLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Real Literal Exp CS'.
RealLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
RealLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Real Literal Exp'.
RealLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
RealLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Real Literal Exp' model objects.
RealLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.RealLiteralExpOperations
 
realSymbol - Variable in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
The cached value of the 'Real Symbol' attribute.
realSymbol - Variable in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
The cached value of the 'Real Symbol' attribute.
record(T) - Method in class org.eclipse.ocl.parser.OCLFactoryWithHistory
 
referredAssociationClass - Variable in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
The cached value of the 'Referred Association Class' reference.
referredEnumLiteral - Variable in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
The cached value of the 'Referred Enum Literal' reference.
referredOperation - Variable in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
The cached value of the 'Referred Operation' reference.
referredOperation - Variable in class org.eclipse.ocl.types.impl.MessageTypeImpl
The cached value of the 'Referred Operation' reference.
referredProperty - Variable in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
The cached value of the 'Referred Property' reference.
referredSignal - Variable in class org.eclipse.ocl.types.impl.MessageTypeImpl
The cached value of the 'Referred Signal' reference.
referredState - Variable in class org.eclipse.ocl.expressions.impl.StateExpImpl
The cached value of the 'Referred State' reference.
referredType - Variable in class org.eclipse.ocl.expressions.impl.TypeExpImpl
The cached value of the 'Referred Type' reference.
referredType - Variable in class org.eclipse.ocl.types.impl.TypeTypeImpl
The cached value of the 'Referred Type' reference.
referredVariable - Variable in class org.eclipse.ocl.expressions.impl.VariableExpImpl
The cached value of the 'Referred Variable' reference.
registerEnvironment(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Method in interface org.eclipse.ocl.Environment.Registry
Adds the specified environment to the registry.
registerEnvironment(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>) - Method in class org.eclipse.ocl.internal.EnvironmentRegistryImpl
 
reject(List<T>) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
reject(List<T>) - Method in interface org.eclipse.ocl.Query
Determines the subset of input objects that do not satisfy the query.
REJECT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
REJECT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
RELATED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Mask for testing the result of the UMLReflection.getRelationship(C, C) method, to check whether the first classifier is related by generalization to the second classifier (being either a supertype or a subtype of it, including possibly the same type).
remove(String) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Removes the supplied name and binding from the environment (if it exists) and returns it.
remove(String) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Removes the supplied name and binding from the environment (if it exists) and returns it.
remove(Object) - Method in class org.eclipse.ocl.LazyExtentMap
 
removedVariable(String, Variable<C, PM>, boolean) - Method in class org.eclipse.ocl.AbstractEnvironment
Removes the specified variable from my resource.
removeIterators(List<Variable<C, PM>>) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
removeOption(Option<T>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
removeOption(Option<T>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
removeOption(Option<T>) - Method in interface org.eclipse.ocl.options.Customizable
Removes the specified option.
removeOptions(Collection<Option<T>>) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
removeOptions(Collection<Option<T>>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
removeOptions(Collection<Option<T>>) - Method in interface org.eclipse.ocl.options.Customizable
Removes the specified options.
RemoveUnsupported_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
replace(String, Object) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Replaces the current value of the supplied name with the supplied value.
replace(String, Object) - Method in interface org.eclipse.ocl.EvaluationEnvironment
Replaces the current value of the supplied name with the supplied value.
reportError(int, int, int, int, String[]) - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
 
reportErrorTokenMessage(int, String) - Method in class org.eclipse.ocl.lpg.DerivedPrsStream
Report error message for given error_token.
reportErrorTokenMessage(int, String) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
Report error message for given error_token.
reportLexicalError(int, int) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Report a lexical error in the given localization (start and end offset)
reportLexicalError(int, int, int, int, int, String[]) - Method in class org.eclipse.ocl.lpg.DerivedLexStream
Errors generated within the lexer are redirected to the error handler if there is one.
reportLexicalError(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
If a parse stream was not passed to this Lexical analyser then we simply report a lexical error.
reportLexicalError(int, int) - Method in class org.eclipse.ocl.parser.OCLLexer
If a parse stream was not passed to this Lexical analyser then we simply report a lexical error.
representedParameter - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'Represented Parameter' reference.
reset(char[], String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Define the input text as a given array of characters.
reset(Reader, String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Define the input text by reading from a reader.
reset(char[], String) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Resets the lexer's input with the given char's array.
reset(char[], String, int) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Resets the lexer's input with the given char's array.
reset(Reader, String) - Method in class org.eclipse.ocl.lpg.AbstractLexer
Resets the lexer's input with the given Reader
reset(ILexStream) - Method in class org.eclipse.ocl.lpg.AbstractParser
Resets the parser's lexStream
reset(char[], String) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
reset(char[], String, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
reset(Reader, String) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
reset(ILexStream) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
reset(char[], String) - Method in class org.eclipse.ocl.parser.OCLLexer
 
reset(char[], String, int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
reset(Reader, String) - Method in class org.eclipse.ocl.parser.OCLLexer
 
reset(ILexStream) - Method in class org.eclipse.ocl.parser.OCLParser
 
resetKeywordLexer() - Method in class org.eclipse.ocl.lpg.AbstractLexer
Rsets the lexer's keywordLexer
resetKeywordLexer() - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
resetKeywordLexer() - Method in class org.eclipse.ocl.parser.OCLLexer
 
resetLexStream(LexStream) - Method in class org.eclipse.ocl.lpg.AbstractParser
Deprecated.
To set/reset the lex stream use AbstractParser.reset(ILexStream)
resolve(C) - Method in class org.eclipse.ocl.AbstractTypeChecker
Resolves the specified template of a demand-created type to one that is already defined in the current environment, or else a new one or even the given type (which would usually then be added to the environment).
resolve(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolve(C) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the specified type, returning my own persistent type instance representing the same OCL type.
resolveAdditionalAttribute(C, P) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveAdditionalAttribute(C, P) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the specified "additional attribute" defined by the OCL client on the specified owner type.
resolveAdditionalOperation(C, O) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveAdditionalOperation(C, O) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the specified "additional operation" defined by the OCL client on the specified owner type.
resolveBagType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a Bag type against the baf types previously generated and persisted in the environment.
resolveCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
Resolves the specified collection type to a collection type already available in the current environment, or else a new one.
resolveCollectionType(CollectionKind, C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveCollectionType(CollectionKind, C) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the collection type of the specified kind and element type, either created anew or previously created.
resolveCollectionType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, CollectionKind, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a collection type against the collection types previously generated and persisted in the environment.
resolveGenericSignature(C, O) - Method in class org.eclipse.ocl.AbstractTypeChecker
 
resolveGenericSignature(C, O) - Method in interface org.eclipse.ocl.TypeChecker
Resolves the signature of a generic operation (where it has parameters of type and/or T or T2) against the source type of the operation, as appropriate.
resolveGenericSignature(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, O) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves the signature of a generic operation (where it has parameters of type and/or T or T2) against the source type of the operation, as appropriate.
resolveGenericType(C, C, C) - Method in class org.eclipse.ocl.AbstractTypeChecker
Resolves the generic type of an operation parameter (where it is T or T2) against the source type of the operation or the type of the actual argument, as appropriate.
resolveIteratorOperation(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Ovverridden by subclasses to assign the AST Operation target for an iterator reference from the CST.
resolveOperationMessageType(O) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveOperationMessageType(O) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the type for a message expression referencing the specified operation.
resolveOperationMessageType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, O) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves an operation message type against the message types previously generated and persisted in the environment.
resolveOrderedSetType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a OrderedSet type against the types previously generated and persisted in the environment.
resolveSequenceType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a Sequence type against the sequence types previously generated and persisted in the environment.
resolveSetType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a Set type against the set types previously generated and persisted in the environment.
resolveSignalMessageType(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveSignalMessageType(C) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the type for a message expression referencing the specified signal.
resolveSignalMessageType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a signal message type against the message types previously generated and persisted in the environment.
resolveTupleType(<any>) - Method in class org.eclipse.ocl.AbstractTypeChecker
Resolves the specified signature of tuple parts to a tuple type already available in the current environment, or else a new one.
resolveTupleType(<any>) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveTupleType(<any>) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the tuple type consisting of the specified parts, in no particular order, either created anew or previously created.
resolveTupleType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, <any>) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a tuple type against the tuple types previously generated and persisted in the environment.
resolveType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves the specified type against the model-based types defined by the specified environment's type resolver, for consistency with the environment (especially for persistence).
resolveTypeType(C) - Method in class org.eclipse.ocl.AbstractTypeResolver
 
resolveTypeType(C) - Method in interface org.eclipse.ocl.TypeResolver
Resolves the type for a type expression referencing the specified type.
resolveTypeType(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Resolves a tuple-type against the tuple-types previously generated and persisted in the environment.
result - Variable in class org.eclipse.ocl.expressions.impl.IterateExpImpl
The cached value of the 'Result' containment reference.
result - Variable in class org.eclipse.ocl.utilities.AbstractVisitor
Accumulator for the result of the AST visitation.
RESULT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
RESULT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
RESULT_VARIABLE_NAME - Static variable in interface org.eclipse.ocl.Environment
The name of the operation result variable 'result'.
ResultCompareToInt_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
resultType() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
resultType() - Method in interface org.eclipse.ocl.Query
Obtains the OCL result type of the query.
rhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
rhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
rhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
rhs - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
rhs - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
rhs - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
rhs(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
ROUND - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ROUND_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
ruleAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
ruleAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
ruleAction(int) - Method in class org.eclipse.ocl.parser.OCLLexer
 
ruleAction(int) - Method in class org.eclipse.ocl.parser.OCLParser
 

S

safeVisit(Visitable) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
A null-safe visitation of the specified visitable.
safeVisitExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Evaluates exp.
SAME_TYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Result of UMLReflection.getRelationship(C, C) indicating that two classifiers are, in fact, the same type.
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
SCOPE_SIZE - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
SCOPE_UBOUND - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeLa - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeLa - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeLa
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeLa - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeLa(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeLa - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeLa
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeLhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeLhs - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeLhs
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeLhs - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeLhs(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeLhs - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeLhs
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopePrefix - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopePrefix - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopePrefix
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopePrefix - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopePrefix(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopePrefix - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopePrefix
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeRhs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeRhs - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeRhs
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeRhs - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeRhs(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeRhs - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeRhs
 
scopeState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeState - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeState(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeState - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeState
 
scopeState(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeState(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeState - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeState(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeState - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeState
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeStateSet - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeStateSet - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeStateSet
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeStateSet - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeStateSet(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeStateSet - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeStateSet
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
scopeSuffix - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
scopeSuffix - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.ScopeSuffix
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
scopeSuffix - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
scopeSuffix(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
scopeSuffix - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.ScopeSuffix
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
SEGMENT_SIZE - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
select(List<T>) - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
select(List<T>) - Method in interface org.eclipse.ocl.Query
Determines the subset of input objects that satisfy the query.
SELECT - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SELECT_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SELF - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Self' literal value.
SELF_VARIABLE_NAME - Static variable in interface org.eclipse.ocl.Environment
The name of the context variable 'self'.
SemanticException - Exception in org.eclipse.ocl
Exception indicating a semantic error in parsing or validating OCL expressions.
SemanticException(String) - Constructor for exception org.eclipse.ocl.SemanticException
Initializes me with a user-friendly message describing the nature of the parse failure.
SemanticException(String, Throwable) - Constructor for exception org.eclipse.ocl.SemanticException
Initializes me with a message and an exception that caused the parse failure.
SemanticException(Diagnostic) - Constructor for exception org.eclipse.ocl.SemanticException
Initializes me with a diagnostic obtained from a problem handler.
SENT - Static variable in enum org.eclipse.ocl.cst.MessageExpKind
The 'Sent' literal value.
sentSignal - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Sent Signal' containment reference.
SEQUENCE - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
The 'Sequence' literal value.
SEQUENCE - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
The 'Sequence' literal value.
SEQUENCE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Sequence Type' class.
SEQUENCE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Sequence Type' class.
SEQUENCE_TYPE__COLLECTION_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Collection Type Name' of 'Sequence Type'.
SEQUENCE_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Element Type' reference.
SEQUENCE_TYPE__END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'End Position' attribute.
SEQUENCE_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Kind' attribute.
SEQUENCE_TYPE__START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Start Position' attribute.
SEQUENCE_TYPE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type End Position' attribute.
SEQUENCE_TYPE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type Start Position' attribute.
SEQUENCE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Sequence Type' class.
SequenceType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Sequence Type'.
SequenceTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Sequence Type'.
SequenceTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.SequenceTypeImpl
 
SequenceTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.SequenceTypeImpl
 
SequenceTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Sequence Type' model objects.
SequenceTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.SequenceTypeOperations
 
SET - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
The 'Set' literal value.
SET - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
The 'Set' literal value.
SET_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Set Type' class.
SET_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Set Type' class.
SET_TYPE__COLLECTION_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Collection Type Name' of 'Set Type'.
SET_TYPE__ELEMENT_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Element Type' reference.
SET_TYPE__END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'End Position' attribute.
SET_TYPE__KIND - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Kind' attribute.
SET_TYPE__START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Start Position' attribute.
SET_TYPE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type End Position' attribute.
SET_TYPE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Type Start Position' attribute.
SET_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Set Type' class.
setAccessor(DotOrArrowEnum) - Method in interface org.eclipse.ocl.cst.CallExpCS
Sets the value of the 'Accessor' attribute.
setAccessor(DotOrArrowEnum) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
setAst(Object) - Method in interface org.eclipse.ocl.cst.CSTNode
Sets the value of the 'Ast' attribute.
setAst(Object) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
setAst(Object) - Method in class org.eclipse.ocl.cst.impl.PathNameCSImpl
Set the associated AST object to newAst, and set the correspondiing AST objects of the child simpleNames to newAst and its containers.
setASTNodeToCSTNodeMap(Map<Object, CSTNode>) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
setAttribute(P) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setAttribute(P) - Method in interface org.eclipse.ocl.expressions.TupleLiteralPart
Sets the value of the 'Attribute' reference.
setAttributeContext(C, P) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the attribute context of the OCL expression for which syntax or parsing help is to be provided.
setBody(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
setBody(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.LoopExpCS
Sets the value of the 'Body' containment reference.
setBody(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.LoopExpImpl
 
setBody(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.LoopExp
Sets the value of the 'Body' containment reference.
setBodyCondition(O, CT) - Method in class org.eclipse.ocl.AbstractEnvironment
 
setBodyCondition(O, CT) - Method in interface org.eclipse.ocl.Environment
Associates an operation with an body condition constraint.
setBodyExpression(OCLExpression<C>) - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Sets the value of the 'Body Expression' containment reference.
setBooleanSymbol(Boolean) - Method in interface org.eclipse.ocl.cst.BooleanLiteralExpCS
Sets the value of the 'Boolean Symbol' attribute.
setBooleanSymbol(Boolean) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
setBooleanSymbol(Boolean) - Method in interface org.eclipse.ocl.expressions.BooleanLiteralExp
Sets the value of the 'Boolean Symbol' attribute.
setBooleanSymbol(Boolean) - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
setCalledOperation(COA) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
setCalledOperation(COA) - Method in interface org.eclipse.ocl.expressions.MessageExp
Sets the value of the 'Called Operation' containment reference.
setCharacterOffset(int) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
Sets the character index offset of the input.
setCodePointAt(StringBuffer, int, int) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Sets the code point at the specified 16-bit character offset of a string buffer.
setCollectionType(CollectionTypeIdentifierEnum) - Method in interface org.eclipse.ocl.cst.CollectionLiteralExpCS
Sets the value of the 'Collection Type' attribute.
setCollectionType(CollectionTypeIdentifierEnum) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
setCollectionTypeIdentifier(CollectionTypeIdentifierEnum) - Method in interface org.eclipse.ocl.cst.CollectionTypeCS
Sets the value of the 'Collection Type Identifier' attribute.
setCollectionTypeIdentifier(CollectionTypeIdentifierEnum) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
setCondition(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.IfExpCS
Sets the value of the 'Condition' containment reference.
setCondition(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
setCondition(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.IfExp
Sets the value of the 'Condition' containment reference.
setCondition(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
setConstraintName(CT, String) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets the name of a constraint.
setContext(C) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the classifier context of the OCL expression for which syntax or parsing help is to be provided.
setContextOperation(O) - Method in class org.eclipse.ocl.AbstractEnvironment
Assigns my context operation.
setContextPackage(PK) - Method in class org.eclipse.ocl.AbstractEnvironment
Assigns my context package.
setContextProperty(P) - Method in class org.eclipse.ocl.AbstractEnvironment
Assigns my context property.
setContextVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Sets the value of the 'Context Variable' containment reference.
setDefaultRepairCount(int) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the number of repairs to be performed by a parser capable of performing repairs (the BacktrackingParser) unless overridden on the specific parser invocation method.
setDefExpressionCS(DefExpressionCS) - Method in interface org.eclipse.ocl.cst.DefCS
Sets the value of the 'Def Expression CS' containment reference.
setDefExpressionCS(DefExpressionCS) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
setDeriveConstraint(P, CT) - Method in class org.eclipse.ocl.AbstractEnvironment
 
setDeriveConstraint(P, CT) - Method in interface org.eclipse.ocl.Environment
Associates a property with an derived-value constraint.
setDone(boolean) - Method in class org.eclipse.ocl.internal.evaluation.IterationTemplate
 
setElementType(C) - Method in interface org.eclipse.ocl.types.CollectionType
Sets the value of the 'Element Type' reference.
setElementType(C) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
setElseExpression(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.IfExpCS
Sets the value of the 'Else Expression' containment reference.
setElseExpression(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
setElseExpression(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.IfExp
Sets the value of the 'Else Expression' containment reference.
setElseExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
setEndOffset(int) - Method in interface org.eclipse.ocl.cst.CSTNode
Sets the value of the 'End Offset' attribute.
setEndOffset(int) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
setEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
setEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setEndPosition(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
setEndPosition(int) - Method in interface org.eclipse.ocl.utilities.ASTNode
Sets the value of the 'End Position' attribute.
setEndToken(IToken) - Method in interface org.eclipse.ocl.cst.CSTNode
Sets the value of the 'End Token' attribute.
setEndToken(IToken) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
setErrorReportLineOffset(int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
setErrorReportLineOffset(int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Sets the line offset for reporting errors.
setErrorReportLineOffset(int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
setErrorReportLineOffset(int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
setEvaluationEnvironment(EvaluationEnvironment<C, O, P, CLS, E>) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
Sets the evaluation environment to be used by this visitor during evaluation.
setEvaluationTracingEnabled(boolean) - Method in class org.eclipse.ocl.AbstractEnvironmentFactory
Sets whether tracing of evaluation is enabled.
setEvaluationTracingEnabled(boolean) - Method in class org.eclipse.ocl.OCL
Sets whether tracing of evaluation is enabled.
setExpression(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
setExpression(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.OCLMessageArgCS
Sets the value of the 'Expression' containment reference.
setExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.CollectionLiteralPartCS
Sets the value of the 'Expression CS' containment reference.
setExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Sets the value of the 'Expression CS' containment reference.
setExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralPartCSImpl
 
setExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
setExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.InitOrDerValueCSImpl
 
setExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.InvCSImpl
 
setExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
setExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.InitOrDerValueCS
Sets the value of the 'Expression CS' containment reference.
setExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.InvCS
Sets the value of the 'Expression CS' containment reference.
setExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Sets the value of the 'Expression CS' containment reference.
setExtentMap(Map<CLS, ? extends Set<? extends E>>) - Method in class org.eclipse.ocl.OCL
Assigns a custom extent map to define the extents of classes in evaluation of OCL constraints.
setFileName(String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
setFirst(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.CollectionRange
Sets the value of the 'First' containment reference.
setFirst(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
setIn(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
setIn(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.LetExp
Sets the value of the 'In' containment reference.
setInExpression(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.LetExpCSImpl
 
setInExpression(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.LetExpCS
Sets the value of the 'In Expression' containment reference.
setInitConstraint(P, CT) - Method in class org.eclipse.ocl.AbstractEnvironment
 
setInitConstraint(P, CT) - Method in interface org.eclipse.ocl.Environment
Associates a property with an initial-value constraint.
setInitExpression(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
setInitExpression(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.VariableCS
Sets the value of the 'Init Expression' containment reference.
setInitExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setInitExpression(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.Variable
Sets the value of the 'Init Expression' containment reference.
setInputChars(char[]) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexer
 
setInputChars(char[]) - Method in class org.eclipse.ocl.parser.OCLKWLexer
 
setInstanceAttributeContext(Object, P) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the operation context implied by the specified instance.
setInstanceContext(Object) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the classifier context implied by the specified instance.
setInstanceOperationContext(Object, O) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the operation context implied by the specified instance.
setIntegerSymbol(Integer) - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
setIntegerSymbol(Integer) - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
setIntegerSymbol(Integer) - Method in interface org.eclipse.ocl.cst.IntegerLiteralExpCS
Sets the value of the 'Integer Symbol' attribute.
setIntegerSymbol(Integer) - Method in interface org.eclipse.ocl.cst.UnlimitedNaturalLiteralExpCS
Sets the value of the 'Integer Symbol' attribute.
setIntegerSymbol(Integer) - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
setIntegerSymbol(Integer) - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
setIntegerSymbol(Integer) - Method in interface org.eclipse.ocl.expressions.IntegerLiteralExp
Sets the value of the 'Integer Symbol' attribute.
setIntegerSymbol(Integer) - Method in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
Sets the value of the 'Integer Symbol' attribute.
setInternalParent(Environment.Internal<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.AbstractEnvironment
Assigns me a parent environment after construction.
setInternalParent(Environment.Internal<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.Environment.Internal
Assigns me a parent environment after construction.
setIsAtomic(Boolean) - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
setIsAtomic(Boolean) - Method in interface org.eclipse.ocl.cst.OperationCallExpCS
Sets the value of the 'Is Atomic' attribute.
setIsMarkedPreCS(IsMarkedPreCS) - Method in interface org.eclipse.ocl.cst.FeatureCallExpCS
Sets the value of the 'Is Marked Pre CS' containment reference.
setIsMarkedPreCS(IsMarkedPreCS) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
setIsMarkedPreCS(IsMarkedPreCS) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
setIsMarkedPreCS(IsMarkedPreCS) - Method in interface org.eclipse.ocl.cst.VariableExpCS
Sets the value of the 'Is Marked Pre CS' containment reference.
setIsStatic(Object, boolean) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets a property or operation static (applies to a classifier rather than to its instances).
setItem(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.CollectionItem
Sets the value of the 'Item' containment reference.
setItem(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.CollectionItemImpl
 
setKind(MessageExpKind) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
setKind(PrePostOrBodyEnum) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
setKind(MessageExpKind) - Method in interface org.eclipse.ocl.cst.MessageExpCS
Sets the value of the 'Kind' attribute.
setKind(PrePostOrBodyEnum) - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Sets the value of the 'Kind' attribute.
setKind(CollectionKind) - Method in interface org.eclipse.ocl.expressions.CollectionLiteralExp
Sets the value of the 'Kind' attribute.
setKind(CollectionKind) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
setLast(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.CollectionRange
Sets the value of the 'Last' containment reference.
setLast(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.CollectionRangeImpl
 
setLastExpressionCS(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.CollectionRangeCS
Sets the value of the 'Last Expression CS' containment reference.
setLastExpressionCS(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.CollectionRangeCSImpl
 
setLexStream(AbstractLexer) - Method in class org.eclipse.ocl.lpg.AbstractParser
Deprecated.
To set/reset the lex stream use AbstractParser.reset(ILexStream)
setMarkedPre(boolean) - Method in interface org.eclipse.ocl.expressions.FeatureCallExp
Sets the value of the 'Marked Pre' attribute.
setMarkedPre(boolean) - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
setName(String) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
setName(String) - Method in interface org.eclipse.ocl.cst.VariableCS
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
setName(String) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
setName(String) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setName(String) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setName(CollectionLiteralPart<C>, String) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
setName(OCLExpression<C>, String) - Static method in class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
setName(TupleLiteralPart<C, P>, String) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
setName(Variable<C, PM>, String) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
 
setName(String) - Method in interface org.eclipse.ocl.utilities.TypedElement
 
setName(TypedElement<C>, String) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets the name of the specified typed element.
setNavigationSource(P) - Method in class org.eclipse.ocl.expressions.impl.NavigationCallExpImpl
 
setNavigationSource(P) - Method in interface org.eclipse.ocl.expressions.NavigationCallExp
Sets the value of the 'Navigation Source' reference.
setOffsets(CSTNode, IToken) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the start and end offsets of the given CSTNode to the start and end offsets of the given IToken
setOffsets(CSTNode, CSTNode, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the start and end offsets of the given CSTNode to the start offset of the 2nd given CSTNode and the end offset of the 3rd given CSTNode
setOffsets(CSTNode, CSTNode, IToken) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the start and end offsets of the given CSTNode to the start offset of the 2nd given CSTNode and the end offset of the given IToken
setOffsets(CSTNode, IToken, CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the start and end offsets of the given CSTNode to the start offset of the given IToken and the end offset of the 2nd given CSTNode
setOffsets(CSTNode, IToken, IToken) - Method in class org.eclipse.ocl.lpg.AbstractParser
Sets the start and end offsets of the given CSTNode to the start offset of the 1std given IToken and the end offset of the 2nd given IToken
setOffsets(CSTNode) - Method in class org.eclipse.ocl.lpg.AbstractParser
Initializes a concrete-syntax node's start and end offsets from the current token in the parser stream.
setOperationCode(int) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
setOperationCode(int) - Method in interface org.eclipse.ocl.expressions.OperationCallExp
Sets the value of the 'Operation Code' attribute.
setOperationContext(C, O) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets the operation context of the OCL expression for which syntax or parsing help is to be provided.
setOperationCS(OperationCS) - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Sets the value of the 'Operation CS' containment reference.
setOperationCS(OperationCS) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
setOperationCS(OperationCS) - Method in class org.eclipse.ocl.cst.impl.OperationContextDeclCSImpl
 
setOperationCS(OperationCS) - Method in interface org.eclipse.ocl.cst.OperationContextDeclCS
Sets the value of the 'Operation CS' containment reference.
setOption(Option<T>, T) - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
 
setOption(Option<T>, T) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
setOption(Option<T>, T) - Method in interface org.eclipse.ocl.options.Customizable
Add an option to apply to my behaviour.
setOption(EvaluationEnvironment<?, ?, ?, ?, ?>, Option<T>, T) - Static method in class org.eclipse.ocl.options.EvaluationOptions
Add an option to apply to the specified environment, adapting it as necessary to the Customizable API.
setOption(Environment<?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?>, Option<T>, T) - Static method in class org.eclipse.ocl.options.ParsingOptions
Add an option to apply to the specified environment, adapting it as necessary to the Customizable API.
setPackageDeclarationCS(PackageDeclarationCS) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
setPackageDeclarationCS(PackageDeclarationCS) - Method in interface org.eclipse.ocl.cst.PackageDeclarationCS
Sets the value of the 'Package Declaration CS' reference.
setParent(AbstractEnvironment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.AbstractEnvironment
Assigns me a parent environment after construction.
setParent(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in interface org.eclipse.ocl.Environment
Sets my parent environment.
setParent(BasicEnvironment) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
Assigns me a parent environment after construction.
setParser(AbstractParser) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
setParser(AbstractParser) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
setParser(AbstractParser) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Define the syntactic parser from which source tokens and text amy be obtained.
setParser(AbstractParser) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Define the syntactic parser from which source tokens and text may be obtained.
setParser(AbstractParser) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
setParser(AbstractParser) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
setParserRepairCount(int) - Method in class org.eclipse.ocl.OCL
Sets the number of repairs to be made by the parser.
setParseTracingEnabled(boolean) - Method in class org.eclipse.ocl.OCL
Sets whether tracing of parsing is enabled.
setPathNameCS(PathNameCS) - Method in interface org.eclipse.ocl.cst.ClassifierContextDeclCS
Sets the value of the 'Path Name CS' containment reference.
setPathNameCS(PathNameCS) - Method in interface org.eclipse.ocl.cst.FeatureCallExpCS
Sets the value of the 'Path Name CS' containment reference.
setPathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
setPathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.impl.FeatureCallExpCSImpl
 
setPathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
setPathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.impl.PackageDeclarationCSImpl
 
setPathNameCS(PathNameCS) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
setPathNameCS(PathNameCS) - Method in interface org.eclipse.ocl.cst.OperationCS
Sets the value of the 'Path Name CS' containment reference.
setPathNameCS(PathNameCS) - Method in interface org.eclipse.ocl.cst.PackageDeclarationCS
Sets the value of the 'Path Name CS' containment reference.
setPathNameCS(PathNameCS) - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Sets the value of the 'Path Name CS' containment reference.
setProblemHandler(ProblemHandler) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
setProblemHandler(ProblemHandler) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Define the handler for any problem reports.
setPropertyEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
setPropertyEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
setPropertyEndPosition(int) - Method in interface org.eclipse.ocl.utilities.CallingASTNode
Sets the value of the 'Property End Position' attribute.
setPropertyStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
setPropertyStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
setPropertyStartPosition(int) - Method in interface org.eclipse.ocl.utilities.CallingASTNode
Sets the value of the 'Property Start Position' attribute.
setQualifiers(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, String, NavigationCallExp<C, P>, List<OCLExpression<C>>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Sets the specified navigation call's qualifiers, if they are compatible with the navigated association end or association class.
setRealSymbol(Double) - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
setRealSymbol(Double) - Method in interface org.eclipse.ocl.cst.RealLiteralExpCS
Sets the value of the 'Real Symbol' attribute.
setRealSymbol(Double) - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
setRealSymbol(Double) - Method in interface org.eclipse.ocl.expressions.RealLiteralExp
Sets the value of the 'Real Symbol' attribute.
setReferredAssociationClass(C) - Method in interface org.eclipse.ocl.expressions.AssociationClassCallExp
Sets the value of the 'Referred Association Class' reference.
setReferredAssociationClass(C) - Method in class org.eclipse.ocl.expressions.impl.AssociationClassCallExpImpl
 
setReferredEnumLiteral(EL) - Method in interface org.eclipse.ocl.expressions.EnumLiteralExp
Sets the value of the 'Referred Enum Literal' reference.
setReferredEnumLiteral(EL) - Method in class org.eclipse.ocl.expressions.impl.EnumLiteralExpImpl
 
setReferredOperation(O) - Method in class org.eclipse.ocl.expressions.impl.OperationCallExpImpl
 
setReferredOperation(O) - Method in interface org.eclipse.ocl.expressions.OperationCallExp
Sets the value of the 'Referred Operation' reference.
setReferredOperation(O) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
setReferredOperation(O) - Method in interface org.eclipse.ocl.types.MessageType
Sets the value of the 'Referred Operation' reference.
setReferredProperty(P) - Method in class org.eclipse.ocl.expressions.impl.PropertyCallExpImpl
 
setReferredProperty(P) - Method in interface org.eclipse.ocl.expressions.PropertyCallExp
Sets the value of the 'Referred Property' reference.
setReferredSignal(C) - Method in class org.eclipse.ocl.types.impl.MessageTypeImpl
 
setReferredSignal(C) - Method in interface org.eclipse.ocl.types.MessageType
Sets the value of the 'Referred Signal' reference.
setReferredState(S) - Method in class org.eclipse.ocl.expressions.impl.StateExpImpl
 
setReferredState(S) - Method in interface org.eclipse.ocl.expressions.StateExp
Sets the value of the 'Referred State' reference.
setReferredType(C) - Method in class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
setReferredType(C) - Method in interface org.eclipse.ocl.expressions.TypeExp
Sets the value of the 'Referred Type' reference.
setReferredType(C) - Method in class org.eclipse.ocl.types.impl.TypeTypeImpl
 
setReferredVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
setReferredVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.expressions.VariableExp
Sets the value of the 'Referred Variable' reference.
setRepresentedParameter(PM) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setRepresentedParameter(PM) - Method in interface org.eclipse.ocl.expressions.Variable
Sets the value of the 'Represented Parameter' reference.
setResult(Variable<C, PM>) - Method in class org.eclipse.ocl.expressions.impl.IterateExpImpl
 
setResult(Variable<C, PM>) - Method in interface org.eclipse.ocl.expressions.IterateExp
Sets the value of the 'Result' containment reference.
setResult(Object) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
setResult(Object) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
setResult(Object) - Method in class org.eclipse.ocl.parser.OCLParser
 
setResultVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.utilities.ExpressionInOCL
Sets the value of the 'Result Variable' containment reference.
setSelfVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.AbstractEnvironment
 
setSelfVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.Environment
Sets the "self" variable that is the implicit source of any property, operation, or association class call.
setSentSignal(SSA) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
setSentSignal(SSA) - Method in interface org.eclipse.ocl.expressions.MessageExp
Sets the value of the 'Sent Signal' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.CallExpCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.ClassifierContextDeclCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.InvOrDefCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.MessageExpCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.OperationCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.PrePostOrBodyDeclCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Sets the value of the 'Simple Name CS' containment reference.
setSimpleNameCS(SimpleNameCS) - Method in interface org.eclipse.ocl.cst.VariableExpCS
Sets the value of the 'Simple Name CS' containment reference.
setSource(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.CallExpCS
Sets the value of the 'Source' containment reference.
setSource(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
setSource(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.CallExp
Sets the value of the 'Source' containment reference.
setSource(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
setSpecification(String) - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
setSpecification(String) - Method in interface org.eclipse.ocl.types.TemplateParameterType
Sets the value of the 'Specification' attribute.
setSpecification(CT, ExpressionInOCL<C, PM>) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets the specification of a constraint.
setStartOffset(int) - Method in interface org.eclipse.ocl.cst.CSTNode
Sets the value of the 'Start Offset' attribute.
setStartOffset(int) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
setStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
setStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setStartPosition(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
setStartPosition(int) - Method in interface org.eclipse.ocl.utilities.ASTNode
Sets the value of the 'Start Position' attribute.
setStartToken(IToken) - Method in interface org.eclipse.ocl.cst.CSTNode
Sets the value of the 'Start Token' attribute.
setStartToken(IToken) - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
setStatic(boolean) - Method in interface org.eclipse.ocl.cst.DefCS
Sets the value of the 'Static' attribute.
setStatic(boolean) - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
setStereotype(CT, String) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets the stereotype (one of the constants defined by this interface) that identifies the kind of the specified constraint.
setStringSymbol(String) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
setStringSymbol(String) - Method in interface org.eclipse.ocl.cst.StringLiteralExpCS
Sets the value of the 'String Symbol' attribute.
setStringSymbol(String) - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
setStringSymbol(String) - Method in interface org.eclipse.ocl.expressions.StringLiteralExp
Sets the value of the 'String Symbol' attribute.
setSymbol(String) - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
setSymbol(String) - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
setSymbol(String) - Method in interface org.eclipse.ocl.cst.PrimitiveLiteralExpCS
Sets the value of the 'Symbol' attribute.
setTab(int) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
setTarget(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
setTarget(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.MessageExpCS
Sets the value of the 'Target' containment reference.
setTarget(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
setTarget(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.MessageExp
Sets the value of the 'Target' containment reference.
setThenExpression(OCLExpressionCS) - Method in interface org.eclipse.ocl.cst.IfExpCS
Sets the value of the 'Then Expression' containment reference.
setThenExpression(OCLExpressionCS) - Method in class org.eclipse.ocl.cst.impl.IfExpCSImpl
 
setThenExpression(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.IfExp
Sets the value of the 'Then Expression' containment reference.
setThenExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.IfExpImpl
 
setTraceFlag(boolean) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
setType(SimpleTypeEnum) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
setType(SimpleTypeEnum) - Method in interface org.eclipse.ocl.cst.SimpleNameCS
Sets the value of the 'Type' attribute.
setType(C) - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralPartImpl
 
setType(C) - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
setType(C) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setType(C) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setType(CollectionLiteralPart<C>, C) - Static method in class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
 
setType(OCLExpression<C>, C) - Static method in class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
 
setType(TupleLiteralPart<C, P>, C) - Static method in class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
setType(Variable<C, PM>, C) - Static method in class org.eclipse.ocl.expressions.operations.VariableOperations
 
SetType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Set Type'.
setType(C) - Method in interface org.eclipse.ocl.utilities.TypedElement
 
setType(TypedElement<C>, C) - Method in interface org.eclipse.ocl.utilities.UMLReflection
Sets the type of the specified typed element.
setTypeCS(TypeCS) - Method in interface org.eclipse.ocl.cst.CollectionTypeCS
Sets the value of the 'Type CS' containment reference.
setTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
setTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
 
setTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.impl.OperationCSImpl
 
setTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
 
setTypeCS(TypeCS) - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
setTypeCS(TypeCS) - Method in interface org.eclipse.ocl.cst.OCLMessageArgCS
Sets the value of the 'Type CS' containment reference.
setTypeCS(TypeCS) - Method in interface org.eclipse.ocl.cst.OperationCS
Sets the value of the 'Type CS' containment reference.
setTypeCS(TypeCS) - Method in interface org.eclipse.ocl.cst.PropertyContextCS
Sets the value of the 'Type CS' containment reference.
setTypeCS(TypeCS) - Method in interface org.eclipse.ocl.cst.VariableCS
Sets the value of the 'Type CS' containment reference.
setTypeEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setTypeEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
setTypeEndPosition(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setTypeEndPosition(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
setTypeEndPosition(int) - Method in interface org.eclipse.ocl.utilities.TypedASTNode
Sets the value of the 'Type End Position' attribute.
SetTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Set Type'.
SetTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.SetTypeImpl
 
SetTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.SetTypeImpl
 
SetTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Set Type' model objects.
SetTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.SetTypeOperations
 
setTypeStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setTypeStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
setTypeStartPosition(int) - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
setTypeStartPosition(int) - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
setTypeStartPosition(int) - Method in interface org.eclipse.ocl.utilities.TypedASTNode
Sets the value of the 'Type Start Position' attribute.
setUnescapedStringSymbol(String) - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
setUnescapedStringSymbol(String) - Method in interface org.eclipse.ocl.cst.StringLiteralExpCS
Sets the value of the 'Unescaped String Symbol' attribute.
setValidating(boolean) - Method in interface org.eclipse.ocl.helper.OCLHelper
Sets whether I should validate the expressions that I parse.
setValue(String) - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
setValue(String) - Method in interface org.eclipse.ocl.cst.SimpleNameCS
Sets the value of the 'Value' attribute.
setValue(OCLExpression<C>) - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
setValue(OCLExpression<C>) - Method in interface org.eclipse.ocl.expressions.TupleLiteralPart
Sets the value of the 'Value' containment reference.
setVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.expressions.impl.LetExpImpl
 
setVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.expressions.LetExp
Sets the value of the 'Variable' containment reference.
setVariable1(VariableCS) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
setVariable1(VariableCS) - Method in interface org.eclipse.ocl.cst.LoopExpCS
Sets the value of the 'Variable1' containment reference.
setVariable2(VariableCS) - Method in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
 
setVariable2(VariableCS) - Method in interface org.eclipse.ocl.cst.LoopExpCS
Sets the value of the 'Variable2' containment reference.
setVariableCS(VariableCS) - Method in interface org.eclipse.ocl.cst.DefExpressionCS
Sets the value of the 'Variable CS' containment reference.
setVariableCS(VariableCS) - Method in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
 
Severity_Cancel - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Severity_Error - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Severity_Fatal_Error - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Severity_Info - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Severity_OK - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
Severity_Warning - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
shiftCodePointOffsetBy(String, int, int) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Obtains the location of the code point shift positions from the specified 16-bit character offset of a string buffer.
shouldTrace(String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
 
SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' class.
SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Simple Name CS' class.
SIMPLE_NAME_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
SIMPLE_NAME_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
SIMPLE_NAME_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
SIMPLE_NAME_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
SIMPLE_NAME_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
SIMPLE_NAME_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type' attribute feature.
SIMPLE_NAME_CS__TYPE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type' attribute.
SIMPLE_NAME_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Value' attribute feature.
SIMPLE_NAME_CS__VALUE - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Value' attribute.
SIMPLE_NAME_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Simple Name CS' class.
SIMPLE_RANGE_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
The default value of the 'Simple Range' attribute.
SIMPLE_TYPE_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Type Enum' enum.
SIMPLE_TYPE_ENUM - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Simple Type Enum' enum.
simpleAssociationClassName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Attempts to parse a simpleNameCS as an association-class call expression.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.CallExpCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.ClassifierContextDeclCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.InvOrDefCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.OperationCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
The cached value of the 'Simple Name CS' containment reference.
simpleNameCS - Variable in class org.eclipse.ocl.cst.impl.VariableExpCSImpl
The cached value of the 'Simple Name CS' containment reference.
SimpleNameCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Simple Name CS'.
simpleNameCS(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Parses a simpleNameCS token.
SimpleNameCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Simple Name CS'.
SimpleNameCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
simpleNames - Variable in class org.eclipse.ocl.cst.impl.PathNameCSImpl
The cached value of the 'Simple Names' containment reference list.
simpleNavigationName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Allows subclasses to return calls that are not necessarily a PropertyCallExp but some other NavigationCallExp.
simplePropertyName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Attempts to parse a simpleNameCS as a property call expression.
SimpleTypeEnum - Enum in org.eclipse.ocl.cst
A representation of the literals of the enumeration 'Simple Type Enum', and utility methods for working with them.
simpleTypeName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, C, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Attempts to parse a simpleNameCS as a type expression.
simpleUndefinedName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
The error case for simpleNameCS, which is called when the name cannot be resolved to any suitable expression.
simpleVariableName(SimpleNameCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, OCLExpression<C>, String) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Attempts to parse a simpleNameCS as a variable expression.
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.AnyType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.BagType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.CollectionType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.ElementType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.InvalidType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.MessageType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.OrderedSetType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.SequenceType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.SetType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.TupleType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.TypeType
 
SINGLETON_NAME - Static variable in interface org.eclipse.ocl.types.VoidType
 
size() - Method in class org.eclipse.ocl.LazyExtentMap
 
SIZE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SIZE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SORTED_BY - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SORTED_BY_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
source - Variable in class org.eclipse.ocl.cst.impl.CallExpCSImpl
The cached value of the 'Source' containment reference.
source - Variable in class org.eclipse.ocl.expressions.impl.CallExpImpl
The cached value of the 'Source' containment reference.
SourceEClass_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
SourceOperationCompareTo_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
specification - Variable in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
The cached value of the 'Specification' attribute.
SPECIFICATION_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
The default value of the 'Specification' attribute.
start(BundleContext) - Method in class org.eclipse.ocl.internal.OCLPlugin.Implementation
 
START_OFFSET_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The default value of the 'Start Offset' attribute.
START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
The default value of the 'Start Position' attribute.
START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The default value of the 'Start Position' attribute.
START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The default value of the 'Start Position' attribute.
START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The default value of the 'Start Position' attribute.
START_STATE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
START_STATE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
START_STATE - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
START_STATE - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
START_STATE - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
START_STATE - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
START_TOKEN_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The default value of the 'Start Token' attribute.
startOffset - Variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The cached value of the 'Start Offset' attribute.
startPosition - Variable in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
The cached value of the 'Start Position' attribute.
startPosition - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'Start Position' attribute.
startPosition - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'Start Position' attribute.
startPosition - Variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The cached value of the 'Start Position' attribute.
startToken - Variable in class org.eclipse.ocl.cst.impl.CSTNodeImpl
The cached value of the 'Start Token' attribute.
STATE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'State Exp' class.
STATE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'State Exp' class.
STATE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
STATE_EXP__REFERRED_STATE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred State' reference feature.
STATE_EXP__REFERRED_STATE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred State' reference.
STATE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
STATE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'State Exp' class.
StateExp<C,S> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'State Exp'.
stateExpCS(OCLExpression<C>, CSTNode, <any>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
stateExpCS
StateExpImpl<C,S> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'State Exp'.
StateExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.StateExpImpl
 
STATIC_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.DefCSImpl
The default value of the 'Static' attribute.
STATIC_EFLAG - Static variable in class org.eclipse.ocl.cst.impl.DefCSImpl
The flag representing the value of the 'Static' attribute.
staticOperationCallExpCS(OperationCallExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
STRICT_SUBTYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Result of UMLReflection.getRelationship(C, C) indicating that the first classifier is a strict subtype of the second.
STRICT_SUPERTYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Result of UMLReflection.getRelationship(C, C) indicating that the first classifier is a strict supertype of the second.
STRING - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'String' literal value.
STRING_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'String Literal Exp' class.
STRING_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'String Literal Exp' class.
STRING_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
STRING_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
STRING_LITERAL_EXP__STRING_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'String Symbol' attribute feature.
STRING_LITERAL_EXP__STRING_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'String Symbol' attribute.
STRING_LITERAL_EXP__STRING_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check String Type' of 'String Literal Exp'.
STRING_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'String Literal Exp CS' class.
STRING_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'String Literal Exp CS' class.
STRING_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
STRING_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
STRING_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
STRING_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
STRING_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
STRING_LITERAL_EXP_CS__STRING_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'String Symbol' attribute feature.
STRING_LITERAL_EXP_CS__STRING_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'String Symbol' attribute.
STRING_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
STRING_LITERAL_EXP_CS__UNESCAPED_STRING_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Unescaped String Symbol' attribute feature.
STRING_LITERAL_EXP_CS__UNESCAPED_STRING_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Unescaped String Symbol' attribute.
STRING_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'String Literal Exp CS' class.
STRING_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'String Literal Exp' class.
STRING_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
STRING_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The default value of the 'String Symbol' attribute.
STRING_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
The default value of the 'String Symbol' attribute.
StringLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'String Literal Exp'.
StringLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'String Literal Exp CS'.
stringLiteralExpCS(StringLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
StringLiteralExpCS
StringLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'String Literal Exp CS'.
StringLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
StringLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'String Literal Exp'.
StringLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
StringLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'String Literal Exp' model objects.
StringLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.StringLiteralExpOperations
 
StringNotProperlyClosed_ERROR - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
StringProblemHandler - Class in org.eclipse.ocl.lpg
A StringProblemHandler counts and accumulates all problem reports, so that all problems may be processed on completion of semantic/syntactic/lexical analysis.
StringProblemHandler(AbstractParser) - Constructor for class org.eclipse.ocl.lpg.StringProblemHandler
 
stringSymbol - Variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The cached value of the 'String Symbol' attribute.
stringSymbol - Variable in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
The cached value of the 'String Symbol' attribute.
SUB_ORDERED_SET - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUB_ORDERED_SET_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUB_SEQUENCE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUB_SEQUENCE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
subOrderedSet(Collection<E>, int, int) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL OrderedSet::subOrderedSet(lower : Integer, upper : Integer) : OrderedSet(T) operation.
subSequence(Collection<E>, int, int) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Sequence::subSequence(lower : Integer, upper : Integer) : Sequence(T) operation.
SUBSTRING - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUBSTRING_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUBTYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Mask for testing the result of the UMLReflection.getRelationship(C, C) method, to check whether the first classifier is the same type as or a strict subtype of the second.
sum(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Collection::sum() : T operation.
SUM - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SUM_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SumOperator_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
SUPERTYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Mask for testing the result of the UMLReflection.getRelationship(C, C) method, to check whether the first classifier is the same type as or a strict supertype of the second.
SUPPORT_STATIC_FEATURES - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to accept static as part of a definition constraint.
symbol - Variable in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
The cached value of the 'Symbol' attribute.
symbol - Variable in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
The cached value of the 'Symbol' attribute.
SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
The default value of the 'Symbol' attribute.
SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
The default value of the 'Symbol' attribute.
SYMMETRIC_DIFFERENCE - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
SYMMETRIC_DIFFERENCE_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
symmetricDifference(Set<? extends E>, Set<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::symmetricDifference(set : Set(T)) : Set(T) operation.
SyntaxException - Exception in org.eclipse.ocl
Exception indicating a syntax error in parsing OCL expressions.
SyntaxException(String) - Constructor for exception org.eclipse.ocl.SyntaxException
Initializes me with a user-friendly message describing the nature of the parse failure.
SyntaxException(String, Throwable) - Constructor for exception org.eclipse.ocl.SyntaxException
Initializes me with a message and an exception that caused the parse failure.
SyntaxException(Diagnostic) - Constructor for exception org.eclipse.ocl.SyntaxException
Initializes me with a diagnostic obtained from a problem handler.

T

tAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
assert(! shift_default);
tAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
assert(! shift_default);
tAction(int, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
assert(! shift_default);
tAction(int, int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
assert(! shift_default);
tAction(int, int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
assert(! shift_default);
tAction(int, int) - Method in class org.eclipse.ocl.parser.OCLParserprs
assert(! shift_default);
target - Variable in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
The cached value of the 'Target' containment reference.
target - Variable in class org.eclipse.ocl.expressions.impl.MessageExpImpl
The cached value of the 'Target' containment reference.
Tee(ProblemHandler, ProblemHandler) - Constructor for class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
Initializes me with the two problem-handler instances to which I delegate.
TEMPLATE_PARAMETER_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Template Parameter Type' class.
TEMPLATE_PARAMETER_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Template Parameter Type' class.
TEMPLATE_PARAMETER_TYPE__SPECIFICATION - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Specification' attribute feature.
TEMPLATE_PARAMETER_TYPE__SPECIFICATION - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Specification' attribute.
TEMPLATE_PARAMETER_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Template Parameter Type' class.
TemplateParameterType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Template Parameter Type'.
TemplateParameterTypeImpl<O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Template Parameter Type'.
TemplateParameterTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
TemplateParameterTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Template Parameter Type' model objects.
TemplateParameterTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.TemplateParameterTypeOperations
 
termAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.TermAction
 
termAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.TermAction
 
termAction - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.TermAction
 
termAction - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.TermAction
 
termAction - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.TermAction
 
termAction - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
termAction(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
termAction - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.TermAction
 
termCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs.TermCheck
 
termCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs.TermCheck
 
termCheck - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.TermCheck
 
termCheck - Static variable in class org.eclipse.ocl.parser.OCLKWLexerprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.OCLKWLexerprs.TermCheck
 
termCheck - Static variable in class org.eclipse.ocl.parser.OCLLexerprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.OCLLexerprs.TermCheck
 
termCheck - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
termCheck(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
termCheck - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.TermCheck
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingKWLexerprs
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexerprs
 
terminalIndex - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs
 
terminalIndex - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParserprs.TerminalIndex
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLKWLexerprs
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLLexerprs
 
terminalIndex - Static variable in class org.eclipse.ocl.parser.OCLParserprs
 
terminalIndex(int) - Method in class org.eclipse.ocl.parser.OCLParserprs
 
terminalIndex - Static variable in interface org.eclipse.ocl.parser.OCLParserprs.TerminalIndex
 
thenExpression - Variable in class org.eclipse.ocl.cst.impl.IfExpCSImpl
The cached value of the 'Then Expression' containment reference.
thenExpression - Variable in class org.eclipse.ocl.expressions.impl.IfExpImpl
The cached value of the 'Then Expression' containment reference.
throwing(Class<?>, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
 
TIMES - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TIMES_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TK_and - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_and - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_ARROW - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_ARROW - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_AT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_AT - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Bag - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Bag - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_BAR - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_BAR - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_body - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_body - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Boolean - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Boolean - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_CARET - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_CARET - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_CARETCARET - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_CARETCARET - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Collection - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Collection - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_COLON - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_COLON - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_COLONCOLON - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_COLONCOLON - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_COMMA - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_COMMA - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_context - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_context - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_def - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_def - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_derive - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_derive - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_DIVIDE - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_DIVIDE - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_DOT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_DOT - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_DOTDOT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_DOTDOT - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_else - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_else - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_endif - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_endif - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_endpackage - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_endpackage - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_EOF_TOKEN - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_EOF_TOKEN - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_EQUAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_EQUAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_ERROR_TOKEN - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_ERROR_TOKEN - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_false - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_false - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_GREATER - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_GREATER - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_GREATER_EQUAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_GREATER_EQUAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_IDENTIFIER - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_IDENTIFIER - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_if - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_if - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_implies - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_implies - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_in - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_in - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_init - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_init - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Integer - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Integer - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_INTEGER_LITERAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_INTEGER_LITERAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_inv - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_inv - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_invalid - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_invalid - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_LBRACE - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_LBRACE - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_LBRACKET - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_LBRACKET - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_LESS - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_LESS - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_LESS_EQUAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_LESS_EQUAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_let - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_let - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_LPAREN - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_LPAREN - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_MINUS - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_MINUS - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_MULTIPLY - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_MULTIPLY - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_not - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_not - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_NOT_EQUAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_NOT_EQUAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_null - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_null - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_OclAny - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_OclAny - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_OclInvalid - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_OclInvalid - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_OclMessage - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_OclMessage - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_OclVoid - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_OclVoid - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_or - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_or - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_OrderedSet - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_OrderedSet - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_package - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_package - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_PLUS - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_PLUS - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_post - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_post - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_pre - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_pre - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_QUESTIONMARK - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_QUESTIONMARK - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_QUOTED_IDENTIFIER - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_QUOTED_IDENTIFIER - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_RBRACE - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_RBRACE - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_RBRACKET - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_RBRACKET - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Real - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Real - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_REAL_LITERAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_REAL_LITERAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_RPAREN - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_RPAREN - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_self - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_self - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_SEMICOLON - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_SEMICOLON - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Sequence - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Sequence - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Set - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Set - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_static - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_static - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_String - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_String - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_STRING_LITERAL - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_STRING_LITERAL - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_then - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_then - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_true - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_true - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_Tuple - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_Tuple - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_UnlimitedNatural - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_UnlimitedNatural - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TK_xor - Static variable in interface org.eclipse.ocl.parser.backtracking.OCLBacktrackingParsersym
Token kind codes.
TK_xor - Static variable in interface org.eclipse.ocl.parser.OCLParsersym
Token kind codes.
TO_INTEGER - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_INTEGER_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_LOWER - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_LOWER_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_REAL - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_REAL_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_UPPER - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
TO_UPPER_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
toLowerCase(int) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Converts a UNICODE code point to lower case.
toLowerCase(String) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Converts a UNICODE string to lower case.
TooManyIteratorVariables_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
toString() - Method in class org.eclipse.ocl.AbstractEnvironment.VariableEntry
 
toString() - Method in class org.eclipse.ocl.AbstractEvaluationEnvironment
Returns a string representation of the bindings
toString() - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
 
toString() - Method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.ocl.cst.impl.BooleanLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.CallExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.CollectionLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.CSTNodeImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.DefCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.IntegerLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.MessageExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.OperationCallExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.PrePostOrBodyDeclCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.PrimitiveLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.RealLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
toString() - Method in class org.eclipse.ocl.cst.impl.VariableCSImpl
 
toString() - Method in enum org.eclipse.ocl.cst.MessageExpKind
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in enum org.eclipse.ocl.expressions.CollectionKind
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.ocl.expressions.impl.BooleanLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.CallExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.CollectionLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.IntegerLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.MessageExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.OCLExpressionImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.RealLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.StringLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
toString() - Method in class org.eclipse.ocl.expressions.impl.VariableImpl
 
toString() - Method in class org.eclipse.ocl.internal.evaluation.QueryImpl
 
toString() - Method in class org.eclipse.ocl.LazyExtentMap
 
toString() - Method in class org.eclipse.ocl.lpg.ProblemHandler.Phase
 
toString() - Method in enum org.eclipse.ocl.lpg.ProblemHandler.Severity
 
toString() - Method in class org.eclipse.ocl.types.impl.CollectionTypeImpl
 
toString() - Method in class org.eclipse.ocl.types.impl.TemplateParameterTypeImpl
 
toString(Collection<?>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Computes the string representation of a collection value using syntax like OCL's collection literals (e.g., OrderedSet{...}) instead of Java's default (i.e., [...]).
ToStringVisitor<C,O,P,EL,PM,S,COA,SSA,CT> - Class in org.eclipse.ocl.util
Converts an OCL expression to a string for debugging.
ToStringVisitor(Environment<?, C, O, P, EL, PM, S, COA, SSA, CT, ?, ?>) - Constructor for class org.eclipse.ocl.util.ToStringVisitor
Initializes me with my environment.
toUpperCase(int) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Converts a UNICODE code point to upper case.
toUpperCase(String) - Static method in class org.eclipse.ocl.util.UnicodeSupport
Converts a UNICODE string to upper case.
trace(String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Emits the specified message to the trace log.
TRACE(String, String) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
TRACE(String, String, <any>) - Method in class org.eclipse.ocl.lpg.AbstractAnalyzer
 
TracingEvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.internal.evaluation
A decorator for evaluation visitors that is installed when evaluation tracing is enabled, to trace interim evaluation results to the console.
TracingEvaluationVisitor(EvaluationVisitor<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
Initializes me with the visitor whose evaluation I trace to the console.
tryCreatePackageContext(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, List<String>) - Method in interface org.eclipse.ocl.EnvironmentFactory.Lookup
Creates an environment suitable for parsing OCL expressions in the specified package context.
tryLookupAssociationClassReference(C, String) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupAssociationClassReference(Object, String) method.
tryLookupAssociationClassReference(C, String) - Method in interface org.eclipse.ocl.Environment.Lookup
Finds a reference in the specified class to the named association class.
tryLookupClassifier(List<String>) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupClassifier(List) method.
tryLookupClassifier(List<String>) - Method in interface org.eclipse.ocl.Environment.Lookup
Finds the classifier identified by the specified sequence of names (a qualified name).
tryLookupOperation(C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupOperation(Object, String, List) method.
tryLookupOperation(C, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment.Lookup
Find an operation in the specified class.
tryLookupPackage(List<String>) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupPackage(List) method.
tryLookupPackage(List<String>) - Method in interface org.eclipse.ocl.Environment.Lookup
Finds the package identified by the specified sequence of names (a qualified name).
tryLookupProperty(C, String) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupProperty(Object, String) method.
tryLookupProperty(C, String) - Method in interface org.eclipse.ocl.Environment.Lookup
Finds a property defined or inherited by the specified classifier.
tryLookupSignal(C, String, List<? extends TypedElement<C>>) - Method in class org.eclipse.ocl.AbstractEnvironment
This default implementation simply delegates to the Environment.lookupSignal(Object, String, List) method.
tryLookupSignal(C, String, List<? extends TypedElement<C>>) - Method in interface org.eclipse.ocl.Environment.Lookup
Finds a received signal in the specified classifier.
Tuple<O,P> - Interface in org.eclipse.ocl.util
Interface of a tuple instance value.
TUPLE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Tuple Literal Exp' class.
TUPLE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Tuple Literal Exp' class.
TUPLE_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
TUPLE_LITERAL_EXP__PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Part' containment reference list feature.
TUPLE_LITERAL_EXP__PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Part' containment reference list.
TUPLE_LITERAL_EXP__PARTS_UNIQUE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Parts Unique' of 'Tuple Literal Exp'.
TUPLE_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
TUPLE_LITERAL_EXP__TUPLE_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Tuple Type' of 'Tuple Literal Exp'.
TUPLE_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Tuple Literal Exp CS' class.
TUPLE_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Tuple Literal Exp CS' class.
TUPLE_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
TUPLE_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
TUPLE_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
TUPLE_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
TUPLE_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
TUPLE_LITERAL_EXP_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variables' containment reference list feature.
TUPLE_LITERAL_EXP_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variables' containment reference list.
TUPLE_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Tuple Literal Exp CS' class.
TUPLE_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Tuple Literal Exp' class.
TUPLE_LITERAL_PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Tuple Literal Part' class.
TUPLE_LITERAL_PART - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Tuple Literal Part' class.
TUPLE_LITERAL_PART__ATTRIBUTE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Attribute' reference feature.
TUPLE_LITERAL_PART__ATTRIBUTE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Attribute' reference.
TUPLE_LITERAL_PART__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
TUPLE_LITERAL_PART__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
TUPLE_LITERAL_PART__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type End Position' attribute.
TUPLE_LITERAL_PART__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type Start Position' attribute.
TUPLE_LITERAL_PART__VALUE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Value' containment reference feature.
TUPLE_LITERAL_PART__VALUE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Value' containment reference.
TUPLE_LITERAL_PART__VALUE_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Value Type' of 'Tuple Literal Part'.
TUPLE_LITERAL_PART_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Tuple Literal Part' class.
TUPLE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Tuple Type' class.
TUPLE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Tuple Type' class.
TUPLE_TYPE__FEATURES_ONLY_PROPERTIES - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Features Only Properties' of 'Tuple Type'.
TUPLE_TYPE__PART_NAMES_UNIQUE - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Part Names Unique' of 'Tuple Type'.
TUPLE_TYPE__TUPLE_TYPE_NAME - Static variable in class org.eclipse.ocl.types.util.TypesValidator
The code for constraint 'Check Tuple Type Name' of 'Tuple Type'.
TUPLE_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Tuple Type CS' class.
TUPLE_TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Tuple Type CS' class.
TUPLE_TYPE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
TUPLE_TYPE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
TUPLE_TYPE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
TUPLE_TYPE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
TUPLE_TYPE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
TUPLE_TYPE_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variables' containment reference list feature.
TUPLE_TYPE_CS__VARIABLES - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Variables' containment reference list.
TUPLE_TYPE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Tuple Type CS' class.
TUPLE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Tuple Type' class.
TupleDuplicateName_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleFieldDoesntExist_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleFieldNotFound_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleFieldNumMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleLiteralExp<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Tuple Literal Exp'.
TupleLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Tuple Literal Exp CS'.
tupleLiteralExpCS(TupleLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
TupleLiteralExpCS
TupleLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Tuple Literal Exp CS'.
TupleLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
 
TupleLiteralExpImpl<C,P> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Tuple Literal Exp'.
TupleLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.TupleLiteralExpImpl
 
TupleLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Tuple Literal Exp' model objects.
TupleLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.TupleLiteralExpOperations
 
TupleLiteralExpressionPart_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleLiteralPart<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Tuple Literal Part'.
tupleLiteralPartCS(VariableCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
tupleLiteralPartCS
TupleLiteralPartImpl<C,P> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Tuple Literal Part'.
TupleLiteralPartImpl() - Constructor for class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
 
tupleLiteralPartListCS(List<VariableCS>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
tupleLiteralPartListCS
TupleLiteralPartOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Tuple Literal Part' model objects.
TupleLiteralPartOperations() - Constructor for class org.eclipse.ocl.expressions.operations.TupleLiteralPartOperations
 
TuplePartType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TUPLES_PACKAGE - Static variable in class org.eclipse.ocl.AbstractTypeResolver
 
TupleType<O,P> - Interface in org.eclipse.ocl.types
A representation of the model object 'Tuple Type'.
TupleTypeCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Tuple Type CS'.
tupleTypeCS(TupleTypeCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
TupleTypeCS
TupleTypeCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Tuple Type CS'.
TupleTypeCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
 
TupleTypeImpl<O,P> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Tuple Type'.
TupleTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.TupleTypeImpl
 
TupleTypeMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TupleTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Tuple Type' model objects.
TupleTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.TupleTypeOperations
 
type - Variable in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
The cached value of the 'Type' attribute.
type1AsType2(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Deprecated.
Use the TypeUtil.compatibleTypeMatch(Environment, Object, Object) method, instead, to check whether the cast is acceptable
TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' class.
TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Type CS' class.
TYPE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
TYPE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
TYPE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
TYPE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
TYPE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
TYPE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Type CS' class.
TYPE_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
The default value of the 'Type' attribute.
TYPE_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The default value of the 'Type End Position' attribute.
TYPE_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
The default value of the 'Type End Position' attribute.
TYPE_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The default value of the 'Type End Position' attribute.
TYPE_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The default value of the 'Type End Position' attribute.
TYPE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Type Exp' class.
TYPE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Type Exp' class.
TYPE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
TYPE_EXP__REFERRED_TYPE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Type' reference feature.
TYPE_EXP__REFERRED_TYPE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Type' reference.
TYPE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
TYPE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Type Exp' class.
TYPE_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The default value of the 'Type Start Position' attribute.
TYPE_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
The default value of the 'Type Start Position' attribute.
TYPE_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The default value of the 'Type Start Position' attribute.
TYPE_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The default value of the 'Type Start Position' attribute.
TYPE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Type Type' class.
TYPE_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Type Type' class.
TYPE_TYPE__REFERRED_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Referred Type' reference feature.
TYPE_TYPE__REFERRED_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The feature id for the 'Referred Type' reference.
TYPE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Type Type' class.
TypeChecker<C,O,P> - Interface in org.eclipse.ocl
This optional interface is to be implemented by clients that want to add type checking capabilities to their Environment.
typeCompare(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C, C) - Static method in class org.eclipse.ocl.util.TypeUtil
Deprecated.
TypeConformanceBagLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceBooleanLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceClosure_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceCollectBag_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceCollectionElementType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceCollectionLiteralExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceCollectSequence_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceEmptyCollection_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIfExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceInit_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIntegerLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceInvalidLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIterateExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIterateExpBody_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIterateExpLoopVar_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIteratorBodyBoolean_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIteratorExpLoopVar_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceIteratorResult_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceLetExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceNullLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceOrderedSetLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceRealLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceSelectReject_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceSequenceLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceSetLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceStringLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceTupleLiteralExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceTupleLiteralExpParts_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceTuplePartValue_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceTypeExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeConformanceUnlimitedNaturalLiteral_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
typeCS - Variable in class org.eclipse.ocl.cst.impl.CollectionTypeCSImpl
The cached value of the 'Type CS' containment reference.
typeCS - Variable in class org.eclipse.ocl.cst.impl.OCLMessageArgCSImpl
The cached value of the 'Type CS' containment reference.
typeCS - Variable in class org.eclipse.ocl.cst.impl.OperationCSImpl
The cached value of the 'Type CS' containment reference.
typeCS - Variable in class org.eclipse.ocl.cst.impl.PropertyContextCSImpl
The cached value of the 'Type CS' containment reference.
typeCS - Variable in class org.eclipse.ocl.cst.impl.VariableCSImpl
The cached value of the 'Type CS' containment reference.
TypeCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Type CS'.
typeCS(TypeCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
TypeCS
typeCS(CSTNode, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, C) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
EnumLiteralExpCS
TypeCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Type CS'.
TypeCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.TypeCSImpl
 
TYPED_AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Typed AST Node' class.
TYPED_AST_NODE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Typed AST Node' class.
TYPED_AST_NODE__END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'End Position' attribute.
TYPED_AST_NODE__START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Start Position' attribute.
TYPED_AST_NODE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Type End Position' attribute feature.
TYPED_AST_NODE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Type End Position' attribute.
TYPED_AST_NODE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Type Start Position' attribute feature.
TYPED_AST_NODE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The feature id for the 'Type Start Position' attribute.
TYPED_AST_NODE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Typed AST Node' class.
TYPED_ELEMENT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Typed Element' class.
TYPED_ELEMENT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Typed Element' class.
TYPED_ELEMENT_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Typed Element' class.
TypedASTNode - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Typed AST Node'.
TypedElement<C> - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Typed Element'.
typeEndPosition - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'Type End Position' attribute.
typeEndPosition - Variable in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
The cached value of the 'Type End Position' attribute.
typeEndPosition - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'Type End Position' attribute.
typeEndPosition - Variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The cached value of the 'Type End Position' attribute.
TypeExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Type Exp'.
TypeExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Type Exp'.
TypeExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.TypeExpImpl
 
TypeExpMissingType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
TypeResolver<C,O,P> - Interface in org.eclipse.ocl
Definition of a resolver for the dynamically-generated OCL types based on the types in the user model.
TYPES_PACKAGE - Static variable in class org.eclipse.ocl.AbstractTypeResolver
 
TypesAdapterFactory - Class in org.eclipse.ocl.types.util
The Adapter Factory for the model.
TypesAdapterFactory() - Constructor for class org.eclipse.ocl.types.util.TypesAdapterFactory
Creates an instance of the adapter factory.
TypesFactory - Interface in org.eclipse.ocl.types
The Factory for the model.
TypesFactoryImpl - Class in org.eclipse.ocl.types.impl
An implementation of the model Factory.
TypesFactoryImpl() - Constructor for class org.eclipse.ocl.types.impl.TypesFactoryImpl
Creates an instance of the factory.
TypesPackage - Interface in org.eclipse.ocl.types
The Package for the model.
TypesPackage.Literals - Interface in org.eclipse.ocl.types
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
TypesPackageImpl - Class in org.eclipse.ocl.types.impl
An implementation of the model Package.
TypesSwitch<T> - Class in org.eclipse.ocl.types.util
The Switch for the model's inheritance hierarchy.
TypesSwitch() - Constructor for class org.eclipse.ocl.types.util.TypesSwitch
Creates an instance of the switch.
typeStartPosition - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'Type Start Position' attribute.
typeStartPosition - Variable in class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
The cached value of the 'Type Start Position' attribute.
typeStartPosition - Variable in class org.eclipse.ocl.expressions.impl.VariableImpl
The cached value of the 'Type Start Position' attribute.
typeStartPosition - Variable in class org.eclipse.ocl.types.impl.CollectionTypeImpl
The cached value of the 'Type Start Position' attribute.
TypesValidator - Class in org.eclipse.ocl.types.util
The Validator for the model.
TypesValidator() - Constructor for class org.eclipse.ocl.types.util.TypesValidator
Creates an instance of the switch.
TypeType<C,O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Type Type'.
TypeTypeImpl<C,O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Type Type'.
TypeTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.TypeTypeImpl
 
TypeTypeImpl(C) - Constructor for class org.eclipse.ocl.types.impl.TypeTypeImpl
 
TypeTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Type Type' model objects.
TypeTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.TypeTypeOperations
 
TypeUtil - Class in org.eclipse.ocl.util
Static utilities for introspecting OCL types.

U

uml - Variable in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
 
uml - Variable in class org.eclipse.ocl.parser.ValidationVisitor
 
UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> - Interface in org.eclipse.ocl.utilities
An interface providing reflection service for the metaclasses that the OCL borrows from UML.
undefine(Object) - Method in interface org.eclipse.ocl.Environment
Removes the definition of an additional operation or property.
unDoubleQuote(IToken) - Method in class org.eclipse.ocl.lpg.AbstractParser
Deprecated.
double quotes form no part of the OCL specification
unescape(String) - Static method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
Obtains the unescaped name (assuming that it is escaped) for another attempt to look it up.
unescape(IToken) - Method in class org.eclipse.ocl.parser.AbstractOCLParser
Deprecated.
Use decodeString.
UNESCAPED_STRING_SYMBOL_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The default value of the 'Unescaped String Symbol' attribute.
unescapedStringSymbol - Variable in class org.eclipse.ocl.cst.impl.StringLiteralExpCSImpl
The cached value of the 'Unescaped String Symbol' attribute.
UnicodeSupport - Class in org.eclipse.ocl.util
A proxy interface to isolate dependencies on the ICU4J library for internationalization/UNICODE support.
UnimplementedStatic_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
union(Collection<? extends E>, Collection<? extends E>) - Static method in class org.eclipse.ocl.util.CollectionUtil
Implementation of the OCL Set::union(set : Set(T)) : Set(T) Set::union(bag : Bag(T)) : Bag(T) Bag::union(set : Set(T)) : Bag(T) Bag::union(bag : Bag(T)) : Bag(T) Sequence::union(s : Sequence(T)) : Sequence(T) operations.
UNION - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
UNION_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
UnknownOperation_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.UnlimitedNaturalLiteralExp
Java value denoting the OCL unlimited value.
UNLIMITED_EDEFAULT - Static variable in class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
The default value of the 'Unlimited' attribute.
UNLIMITED_NATURAL - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
The 'Unlimited Natural' literal value.
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp' class.
UNLIMITED_NATURAL_LITERAL_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Unlimited Natural Literal Exp' class.
UNLIMITED_NATURAL_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature.
UNLIMITED_NATURAL_LITERAL_EXP__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Integer Symbol' attribute.
UNLIMITED_NATURAL_LITERAL_EXP__NATURAL_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Natural Type' of 'Unlimited Natural Literal Exp'.
UNLIMITED_NATURAL_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unlimited' attribute feature.
UNLIMITED_NATURAL_LITERAL_EXP__UNLIMITED - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Unlimited' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Unlimited Natural Literal Exp CS' class.
UNLIMITED_NATURAL_LITERAL_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Unlimited Natural Literal Exp CS' class.
UNLIMITED_NATURAL_LITERAL_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Integer Symbol' attribute feature.
UNLIMITED_NATURAL_LITERAL_EXP_CS__INTEGER_SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Integer Symbol' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS__SYMBOL - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Symbol' attribute.
UNLIMITED_NATURAL_LITERAL_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Unlimited Natural Literal Exp CS' class.
UNLIMITED_NATURAL_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Unlimited Natural Literal Exp' class.
UNLIMITED_NATURAL_NAME - Static variable in interface org.eclipse.ocl.types.PrimitiveType
 
UnlimitedNaturalLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Unlimited Natural Literal Exp'.
UnlimitedNaturalLiteralExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Unlimited Natural Literal Exp CS'.
unlimitedNaturalLiteralExpCS(UnlimitedNaturalLiteralExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
UnlimitedNaturalLiteralExpCS
UnlimitedNaturalLiteralExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Unlimited Natural Literal Exp CS'.
UnlimitedNaturalLiteralExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.UnlimitedNaturalLiteralExpCSImpl
 
UnlimitedNaturalLiteralExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Unlimited Natural Literal Exp'.
UnlimitedNaturalLiteralExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.UnlimitedNaturalLiteralExpImpl
 
UnlimitedNaturalLiteralExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Unlimited Natural Literal Exp' model objects.
UnlimitedNaturalLiteralExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.UnlimitedNaturalLiteralExpOperations
 
UNPARSER - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in un-parsing an OCL expression or constraint.
unquote(String) - Method in class org.eclipse.ocl.lpg.AbstractParser
Deprecated.
Use unDoubleQuote
UnrecognizedContext_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UnrecognizedEnum_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UnrecognizedMessageType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UnrecognizedType_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UnrecognizedVar_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
UNRELATED_TYPE - Static variable in interface org.eclipse.ocl.utilities.UMLReflection
Result of UMLReflection.getRelationship(C, C) indicating that the first classifier is not related by generalization to the second classifier (being different from it and neither a subtype nor a supertype).
unSingleQuote(IToken) - Method in class org.eclipse.ocl.lpg.AbstractParser
Removes any quotes surrounding the string value of a token using #unSingleQuote(String,int) and optionally decode any escape sequences within it using AbstractParser.decodeEscapeSequence(java.text.StringCharacterIterator).
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Unspecified Value Exp' class.
UNSPECIFIED_VALUE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Unspecified Value Exp' class.
UNSPECIFIED_VALUE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
UNSPECIFIED_VALUE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
UNSPECIFIED_VALUE_EXP__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type End Position' attribute.
UNSPECIFIED_VALUE_EXP__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type Start Position' attribute.
UNSPECIFIED_VALUE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Unspecified Value Exp' class.
UnspecifiedValueExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Unspecified Value Exp'.
UnspecifiedValueExpImpl<C> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Unspecified Value Exp'.
UnspecifiedValueExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.UnspecifiedValueExpImpl
 
UnsupportedStatic_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
USE_BACKSLASH_ESCAPE_PROCESSING - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to process backslash escape sequences ( \n, \r, etc.) as specified by OMG Issue 14357 for OCL 2.3.
USE_COMPARE_TO_OPERATION - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to interpolate <, <=, >, and >= operations when a model type defines a Java-style compareTo(...) operation.
USERMODELSUPPORT_FACTORY_FAILED - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
USERMODELSUPPORT_MISSING_CLASS - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
USERMODELSUPPORT_MISSING_NSURI - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
USERMODELSUPPORT_UNRESOLVED_NSURI - Static variable in class org.eclipse.ocl.internal.OCLStatusCodes
 
UtilitiesAdapterFactory - Class in org.eclipse.ocl.utilities.util
The Adapter Factory for the model.
UtilitiesAdapterFactory() - Constructor for class org.eclipse.ocl.utilities.util.UtilitiesAdapterFactory
Creates an instance of the adapter factory.
UtilitiesFactory - Interface in org.eclipse.ocl.utilities
The Factory for the model.
UtilitiesFactoryImpl - Class in org.eclipse.ocl.utilities.impl
An implementation of the model Factory.
UtilitiesFactoryImpl() - Constructor for class org.eclipse.ocl.utilities.impl.UtilitiesFactoryImpl
Creates an instance of the factory.
UtilitiesPackage - Interface in org.eclipse.ocl.utilities
The Package for the model.
UtilitiesPackage.Literals - Interface in org.eclipse.ocl.utilities
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
UtilitiesPackageImpl - Class in org.eclipse.ocl.utilities.impl
An implementation of the model Package.
UtilitiesSwitch<T1> - Class in org.eclipse.ocl.utilities.util
The Switch for the model's inheritance hierarchy.
UtilitiesSwitch() - Constructor for class org.eclipse.ocl.utilities.util.UtilitiesSwitch
Creates an instance of the switch.
UTILITY - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in a utility method (not really a parsing phase).
utilityError(String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
utilityError(String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().utilityProblem with a ProblemHandler.errorSeverity.
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a utilityProblem processing phase.
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
utilityProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 

V

validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Calls validateXXX for the corresponding classifier of the model.
validate(OCLExpression<C>) - Method in class org.eclipse.ocl.OCL
Validates an OCL expression, which may have been loaded from some resource or constructed via the API (perhaps by translation from some other language).
validate(CT) - Method in class org.eclipse.ocl.OCL
Validates an OCL constraint, which may have been loaded from some resource or constructed via the API (perhaps by translation from some other language).
validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Calls validateXXX for the corresponding classifier of the model.
validateAnyType(AnyType<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateAssociationClassCallExp(AssociationClassCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateBagType(BagType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateBagType_checkCollectionTypeName(BagType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkCollectionTypeName constraint of 'Bag Type'.
validateBooleanLiteralExp(BooleanLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateBooleanLiteralExp_checkBooleanType(BooleanLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBooleanType constraint of 'Boolean Literal Exp'.
validateCallExp(CallExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionItem(CollectionItem<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionItem_checkItemType(CollectionItem<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkItemType constraint of 'Collection Item'.
validateCollectionKind(CollectionKind, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionLiteralExp(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionLiteralExp_checkBagKind(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBagKind constraint of 'Collection Literal Exp'.
validateCollectionLiteralExp_checkElementType(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkElementType constraint of 'Collection Literal Exp'.
validateCollectionLiteralExp_checkNoCollectionInstances(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkNoCollectionInstances constraint of 'Collection Literal Exp'.
validateCollectionLiteralExp_checkSequenceKind(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkSequenceKind constraint of 'Collection Literal Exp'.
validateCollectionLiteralExp_checkSetKind(CollectionLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkSetKind constraint of 'Collection Literal Exp'.
validateCollectionLiteralPart(CollectionLiteralPart<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionRange(CollectionRange<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateCollectionRange_checkRangeType(CollectionRange<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkRangeType constraint of 'Collection Range'.
validateCollectionType(CollectionType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateCollectionType_checkCollectionTypeName(CollectionType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkCollectionTypeName constraint of 'Collection Type'.
validateCollectionType_checkNoInvalidValues(CollectionType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkNoInvalidValues constraint of 'Collection Type'.
validateElementType(ElementType, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateEnumLiteralExp(EnumLiteralExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateEnumLiteralExp_checkEnumType(EnumLiteralExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkEnumType constraint of 'Enum Literal Exp'.
validateFeatureCallExp(FeatureCallExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateIfExp(IfExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateIfExp_checkBooleanCondition(IfExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBooleanCondition constraint of 'If Exp'.
validateIfExp_checkIfType(IfExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkIfType constraint of 'If Exp'.
validateIntegerLiteralExp(IntegerLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateIntegerLiteralExp_checkIntegerType(IntegerLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkIntegerType constraint of 'Integer Literal Exp'.
validateInvalidLiteralExp(InvalidLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateInvalidType(InvalidType<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateIterateExp(IterateExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateIterateExp_checkBodyType(IterateExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBodyType constraint of 'Iterate Exp'.
validateIterateExp_checkIterateType(IterateExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkIterateType constraint of 'Iterate Exp'.
validateIterateExp_checkResultInit(IterateExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkResultInit constraint of 'Iterate Exp'.
validateIteratorExp(IteratorExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateIteratorExp_checkBooleanBodyType(IteratorExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBooleanBodyType constraint of 'Iterator Exp'.
validateIteratorExp_checkBooleanType(IteratorExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkBooleanType constraint of 'Iterator Exp'.
validateIteratorExp_checkCollectType(IteratorExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkCollectType constraint of 'Iterator Exp'.
validateIteratorExp_checkSelectRejectType(IteratorExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkSelectRejectType constraint of 'Iterator Exp'.
validateLetExp(LetExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateLetExp_checkLetType(LetExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkLetType constraint of 'Let Exp'.
validateLiteralExp(LiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateLoopExp(LoopExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateLoopExp_checkLoopVariableInit(LoopExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkLoopVariableInit constraint of 'Loop Exp'.
validateLoopExp_checkLoopVariableType(LoopExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkLoopVariableType constraint of 'Loop Exp'.
validateLoopExp_checkSourceCollection(LoopExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkSourceCollection constraint of 'Loop Exp'.
validateMessageExp(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateMessageExp_checkHasOperationOrSignal(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkHasOperationOrSignal constraint of 'Message Exp'.
validateMessageExp_checkOperationArguments(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkOperationArguments constraint of 'Message Exp'.
validateMessageExp_checkSignalArguments(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkSignalArguments constraint of 'Message Exp'.
validateMessageExp_checkTargetDefinesOperation(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkTargetDefinesOperation constraint of 'Message Exp'.
validateMessageExp_checkTargetNotCollection(MessageExp<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkTargetNotCollection constraint of 'Message Exp'.
validateMessageType(MessageType<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateMessageType_checkExclusiveSignature(MessageType<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkExclusiveSignature constraint of 'Message Type'.
validateMessageType_checkOperationParameters(MessageType<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkOperationParameters constraint of 'Message Type'.
validateMessageType_checkSignalAttributes(MessageType<?, ?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkSignalAttributes constraint of 'Message Type'.
validateNavigationCallExp(NavigationCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateNullLiteralExp(NullLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateNumericLiteralExp(NumericLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateOCLExpression(OCLExpression<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateOperationCallExp(OperationCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateOperationCallExp_checkArgumentCount(OperationCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkArgumentCount constraint of 'Operation Call Exp'.
validateOperationCallExp_checkArgumentsConform(OperationCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkArgumentsConform constraint of 'Operation Call Exp'.
validateOrderedSetType(OrderedSetType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateOrderedSetType_checkCollectionTypeName(OrderedSetType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkCollectionTypeName constraint of 'Ordered Set Type'.
validatePrimitiveLiteralExp(PrimitiveLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validatePrimitiveType(PrimitiveType<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validatePropertyCallExp(PropertyCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validatePropertyCallExp_checkPropertyType(PropertyCallExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkPropertyType constraint of 'Property Call Exp'.
validateRealLiteralExp(RealLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateRealLiteralExp_checkRealType(RealLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkRealType constraint of 'Real Literal Exp'.
validateSequenceType(SequenceType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateSequenceType_checkCollectionTypeName(SequenceType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkCollectionTypeName constraint of 'Sequence Type'.
validateSetType(SetType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateSetType_checkCollectionTypeName(SetType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkCollectionTypeName constraint of 'Set Type'.
validateStateExp(StateExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateStringLiteralExp(StringLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateStringLiteralExp_checkStringType(StringLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkStringType constraint of 'String Literal Exp'.
validateTemplateParameterType(TemplateParameterType<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateTupleLiteralExp(TupleLiteralExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateTupleLiteralExp_checkPartsUnique(TupleLiteralExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkPartsUnique constraint of 'Tuple Literal Exp'.
validateTupleLiteralExp_checkTupleType(TupleLiteralExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkTupleType constraint of 'Tuple Literal Exp'.
validateTupleLiteralPart(TupleLiteralPart<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateTupleLiteralPart_checkValueType(TupleLiteralPart<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkValueType constraint of 'Tuple Literal Part'.
validateTupleType(TupleType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateTupleType_checkFeaturesOnlyProperties(TupleType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkFeaturesOnlyProperties constraint of 'Tuple Type'.
validateTupleType_checkPartNamesUnique(TupleType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkPartNamesUnique constraint of 'Tuple Type'.
validateTupleType_checkTupleTypeName(TupleType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
Validates the checkTupleTypeName constraint of 'Tuple Type'.
validateTypeExp(TypeExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateTypeType(TypeType<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
validateUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateUnlimitedNaturalLiteralExp_checkNaturalType(UnlimitedNaturalLiteralExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkNaturalType constraint of 'Unlimited Natural Literal Exp'.
validateUnspecifiedValueExp(UnspecifiedValueExp<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateVariable(Variable<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateVariable_checkInitType(Variable<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkInitType constraint of 'Variable'.
validateVariableExp(VariableExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
 
validateVariableExp_checkVarType(VariableExp<?, ?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.expressions.util.ExpressionsValidator
Validates the checkVarType constraint of 'Variable Exp'.
validateVoidType(VoidType<?>, DiagnosticChain, Map<Object, Object>) - Method in class org.eclipse.ocl.types.util.TypesValidator
 
ValidationConstraintIsNotBoolean_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ValidationResultIsInvalid_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ValidationResultIsNotBoolean_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ValidationResultIsNull_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
ValidationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> - Class in org.eclipse.ocl.parser
Checks the well-formedness rules for the expressions package
ValidationVisitor(Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Constructor for class org.eclipse.ocl.parser.ValidationVisitor
Initializes me to validate expressions in the specified environment.
VALIDATOR - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in the abstract syntax validation phase.
validatorError(String, String, Object) - Method in class org.eclipse.ocl.lpg.AbstractBasicEnvironment
 
validatorError(String, String, Object) - Method in interface org.eclipse.ocl.lpg.BasicEnvironment
Convenience method invoking getProblemHandler().validatorProblem with a ProblemHandler.errorSeverity.
validatorError(Object, String, String) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Pass a problemMessage generated for a problemObject at some validationContext to env.getErrorHandler().
validatorProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.lpg.AbstractProblemHandler
 
validatorProblem(ProblemHandler.Severity, String, String, int, int) - Method in interface org.eclipse.ocl.lpg.ProblemHandler
Convenience method typically invoking handleProblem with a validatorProblem processing phase.
validatorProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
 
validatorProblem(ProblemHandler.Severity, String, String, int, int) - Method in class org.eclipse.ocl.util.ProblemHandlerWrapper
 
value - Variable in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
The cached value of the 'Value' attribute.
value - Variable in class org.eclipse.ocl.expressions.impl.TupleLiteralPartImpl
The cached value of the 'Value' containment reference.
VALUE_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.SimpleNameCSImpl
The default value of the 'Value' attribute.
valueOf(String) - Static method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.cst.MessageExpKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.expressions.CollectionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.helper.ChoiceKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.helper.ConstraintKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.lpg.ProblemHandler.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.options.ParsingOptions.PACKAGE_LOOKUP_STRATEGIES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.ocl.options.ProblemOption
Returns the enum constant of this type with the specified name.
VALUES - Static variable in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
A public read-only list of all the 'Collection Type Identifier Enum' enumerators.
values() - Static method in enum org.eclipse.ocl.cst.CollectionTypeIdentifierEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.ocl.cst.DotOrArrowEnum
A public read-only list of all the 'Dot Or Arrow Enum' enumerators.
values() - Static method in enum org.eclipse.ocl.cst.DotOrArrowEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.ocl.cst.MessageExpKind
A public read-only list of all the 'Message Exp Kind' enumerators.
values() - Static method in enum org.eclipse.ocl.cst.MessageExpKind
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
A public read-only list of all the 'Pre Post Or Body Enum' enumerators.
values() - Static method in enum org.eclipse.ocl.cst.PrePostOrBodyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.ocl.cst.SimpleTypeEnum
A public read-only list of all the 'Simple Type Enum' enumerators.
values() - Static method in enum org.eclipse.ocl.cst.SimpleTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum org.eclipse.ocl.expressions.CollectionKind
A public read-only list of all the 'Collection Kind' enumerators.
values() - Static method in enum org.eclipse.ocl.expressions.CollectionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.ocl.helper.ChoiceKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.ocl.helper.ConstraintKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.ocl.LazyExtentMap
 
values() - Static method in enum org.eclipse.ocl.lpg.ProblemHandler.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.ocl.options.ParsingOptions.PACKAGE_LOOKUP_STRATEGIES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.ocl.options.ProblemOption
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Variable' class.
VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Variable' class.
variable - Variable in class org.eclipse.ocl.expressions.impl.LetExpImpl
The cached value of the 'Variable' containment reference.
Variable<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Variable'.
variable1 - Variable in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
The cached value of the 'Variable1' containment reference.
variable2 - Variable in class org.eclipse.ocl.cst.impl.LoopExpCSImpl
The cached value of the 'Variable2' containment reference.
VARIABLE__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
VARIABLE__INIT_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Init Expression' containment reference feature.
VARIABLE__INIT_EXPRESSION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Init Expression' containment reference.
VARIABLE__INIT_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Init Type' of 'Variable'.
VARIABLE__REPRESENTED_PARAMETER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Represented Parameter' reference feature.
VARIABLE__REPRESENTED_PARAMETER - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Represented Parameter' reference.
VARIABLE__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
VARIABLE__TYPE_END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type End Position' attribute.
VARIABLE__TYPE_START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Type Start Position' attribute.
VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable CS' class.
VARIABLE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Variable CS' class.
VARIABLE_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
VARIABLE_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
VARIABLE_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
VARIABLE_CS__INIT_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Init Expression' containment reference feature.
VARIABLE_CS__INIT_EXPRESSION - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Init Expression' containment reference.
VARIABLE_CS__NAME - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Name' attribute feature.
VARIABLE_CS__NAME - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Name' attribute.
VARIABLE_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
VARIABLE_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
VARIABLE_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Type CS' containment reference feature.
VARIABLE_CS__TYPE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Type CS' containment reference.
VARIABLE_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Variable CS' class.
VARIABLE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Variable Exp' class.
VARIABLE_EXP - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The meta object id for the 'Variable Exp' class.
VARIABLE_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'End Position' attribute.
VARIABLE_EXP__REFERRED_VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage.Literals
The meta object literal for the 'Referred Variable' reference feature.
VARIABLE_EXP__REFERRED_VARIABLE - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Referred Variable' reference.
VARIABLE_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The feature id for the 'Start Position' attribute.
VARIABLE_EXP__VAR_TYPE - Static variable in class org.eclipse.ocl.expressions.util.ExpressionsValidator
The code for constraint 'Check Var Type' of 'Variable Exp'.
VARIABLE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Variable Exp CS' class.
VARIABLE_EXP_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The meta object id for the 'Variable Exp CS' class.
VARIABLE_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Arguments' containment reference list feature.
VARIABLE_EXP_CS__ARGUMENTS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Arguments' containment reference list.
VARIABLE_EXP_CS__AST - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Ast' attribute.
VARIABLE_EXP_CS__END_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Offset' attribute.
VARIABLE_EXP_CS__END_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'End Token' attribute.
VARIABLE_EXP_CS__IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Is Marked Pre CS' containment reference feature.
VARIABLE_EXP_CS__IS_MARKED_PRE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Is Marked Pre CS' containment reference.
VARIABLE_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Simple Name CS' containment reference feature.
VARIABLE_EXP_CS__SIMPLE_NAME_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Simple Name CS' containment reference.
VARIABLE_EXP_CS__START_OFFSET - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Offset' attribute.
VARIABLE_EXP_CS__START_TOKEN - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Start Token' attribute.
VARIABLE_EXP_CS_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The number of structural features of the 'Variable Exp CS' class.
VARIABLE_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Variable Exp' class.
VARIABLE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.expressions.ExpressionsPackage
The number of structural features of the 'Variable' class.
variableCS - Variable in class org.eclipse.ocl.cst.impl.DefExpressionCSImpl
The cached value of the 'Variable CS' containment reference.
VariableCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Variable CS'.
VariableCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Variable CS'.
VariableCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.VariableCSImpl
 
VariableDeclaration_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
variableDeclarationCS(VariableCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, boolean) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
VariableDeclarationCS
variableDeclarationListCS(List<VariableCS>, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>, boolean) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
VariableDeclarationListCS
VariableExp<C,PM> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Variable Exp'.
VariableExpCS - Interface in org.eclipse.ocl.cst
A representation of the model object 'Variable Exp CS'.
variableExpCS(VariableExpCS, Environment<PK, C, O, P, EL, PM, S, COA, SSA, CT, CLS, E>) - Method in class org.eclipse.ocl.parser.AbstractOCLAnalyzer
VariableExpCS
VariableExpCSImpl - Class in org.eclipse.ocl.cst.impl
An implementation of the model object 'Variable Exp CS'.
VariableExpCSImpl() - Constructor for class org.eclipse.ocl.cst.impl.VariableExpCSImpl
 
VariableExpImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Variable Exp'.
VariableExpImpl() - Constructor for class org.eclipse.ocl.expressions.impl.VariableExpImpl
 
VariableExpOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Variable Exp' model objects.
VariableExpOperations() - Constructor for class org.eclipse.ocl.expressions.operations.VariableExpOperations
 
VariableImpl<C,PM> - Class in org.eclipse.ocl.expressions.impl
An implementation of the model object 'Variable'.
VariableImpl() - Constructor for class org.eclipse.ocl.expressions.impl.VariableImpl
 
VariableOperations - Class in org.eclipse.ocl.expressions.operations
A static utility class that provides operations related to 'Variable' model objects.
VariableOperations() - Constructor for class org.eclipse.ocl.expressions.operations.VariableOperations
 
variables - Variable in class org.eclipse.ocl.cst.impl.LetExpCSImpl
The cached value of the 'Variables' containment reference list.
variables - Variable in class org.eclipse.ocl.cst.impl.TupleLiteralExpCSImpl
The cached value of the 'Variables' containment reference list.
variables - Variable in class org.eclipse.ocl.cst.impl.TupleTypeCSImpl
The cached value of the 'Variables' containment reference list.
VariableTypeMismatch_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
VariableUsed_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
VarInNavExp_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
VISITABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Visitable' class.
VISITABLE - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Visitable' class.
Visitable - Interface in org.eclipse.ocl.utilities
A representation of the model object 'Visitable'.
VISITABLE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Visitable' class.
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an AssociationClassCallExp visit.
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an AssociationClassCallExp visit.
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the association-class-call source and then its qualifiers (if any).
visitAssociationClassCallExp(AssociationClassCallExp<C, P>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a BooleanLiteralExp visit.
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a BooleanLiteralExp visit.
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a BooleanLiteralExp visit.
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitBooleanLiteralExp(BooleanLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitCollectionItem(CollectionItem<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the item's item expression.
visitCollectionItem(CollectionItem<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a CollectionLiteralExp visit.
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a CollectionLiteralExp visit.
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the collection literal's parts.
visitCollectionLiteralExp(CollectionLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitCollectionRange(CollectionRange<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the range's first and last expressions.
visitCollectionRange(CollectionRange<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitConstraint(CT) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
This default implementation asserts that the constraint is boolean-valued if it is an invariant, pre-condition, or post-condition constraint and returns the value of its body expression by delegation to AbstractEvaluationVisitor.visitExpression(OCLExpression).
visitConstraint(CT) - Method in interface org.eclipse.ocl.EvaluationVisitor
Checks that the specified constraint is satisfied by the current "self" context object or, in the case of an operation body condition, evaluates the body expression.
visitConstraint(CT) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitConstraint(CT) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitConstraint(CT) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitConstraint(CT) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Applies well-formedness rules to constraints.
visitConstraint(CT) - Method in class org.eclipse.ocl.util.ToStringVisitor
Renders a constraint with its context and expression.
visitConstraint(CT) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the constraint's specification, if any (and if the AbstractVisitor.getSpecification(Object) method is overridden).
visitConstraint(CT) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an EnumLiteralExp visit.
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an EnumLiteralExp visit.
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an EnumLiteralExp visit.
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitEnumLiteralExp(EnumLiteralExp<C, EL>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.AbstractEvaluationVisitor
This default implementation simply asks the expression to accept me.
visitExpression(OCLExpression<C>) - Method in interface org.eclipse.ocl.EvaluationVisitor
Evaluates the specified expression on the current "self" context object.
visitExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitExpression(OCLExpression<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Renders an ExpressionInOcl with its context variables and body.
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the expressions context variable, its parameter variables (if any), its result variable (if any), and finally its body expression.
visitExpressionInOCL(ExpressionInOCL<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitFeatureCallExp(FeatureCallExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Applies well-formedness rules for model property calls in general.
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an IfExp visit.
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an IfExp visit.
visitIfExp(IfExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the if expression's condition, then, and else expressions.
visitIfExp(IfExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an IntegerLiteralExp visit.
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an IntegerLiteralExp visit.
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an IntegerLiteralExp visit.
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitIntegerLiteralExp(IntegerLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitInvalidLiteralExp(InvalidLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an IterateExp visit.
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an IterateExp visit.
visitIterateExp(IterateExp<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the iterate's source, then its iterator variables, result variable, and body expression.
visitIterateExp(IterateExp<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an IteratorExp visit.
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an IteratorExp visit.
visitIteratorExp(IteratorExp<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the iterator's source, then its variables, followed by its body expression.
visitIteratorExp(IteratorExp<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for LetExp visit.
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for LetExp visit.
visitLetExp(LetExp<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the let's variable declaration then its 'in' expression.
visitLetExp(LetExp<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
 
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitMessageExp(MessageExp<C, COA, SSA>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the message expression's target and then its arguments.
visitMessageExp(MessageExp<C, COA, SSA>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
visitNullLiteralExp(NullLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitNullLiteralExp(NullLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an OperationCallExp visit.
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an OperationCallExp visit.
visitOperationCallExp(OperationCallExp<C, O>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the operation-call source and then its arguments.
visitOperationCallExp(OperationCallExp<C, O>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
VISITOR - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage.Literals
The meta object literal for the 'Visitor' class.
VISITOR - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The meta object id for the 'Visitor' class.
Visitor<T,C,O,P,EL,PM,S,COA,SSA,CT> - Interface in org.eclipse.ocl.utilities
Something which can visit an OCLExpression.
VISITOR_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.utilities.UtilitiesPackage
The number of structural features of the 'Visitor' class.
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a PropertyCallExp visit.
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an PropertyCallExp visit.
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the property-call source and then its qualifiers (if any).
visitPropertyCallExp(PropertyCallExp<C, P>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a RealLiteralExp visit.
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a RealLiteralExp visit.
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a RealLiteralExp visit.
visitRealLiteralExp(RealLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitRealLiteralExp(RealLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
visitStateExp(StateExp<C, S>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitStateExp(StateExp<C, S>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a StringLiteralExp visit.
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a StringLiteralExp visit.
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a StringLiteralExp visit.
visitStringLiteralExp(StringLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitStringLiteralExp(StringLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a TupleLiteralExp visit.
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a TupleLiteralExp visit.
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the tuple literal's parts.
visitTupleLiteralExp(TupleLiteralExp<C, P>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
 
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
 
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the tuple literal part's value, if any.
visitTupleLiteralPart(TupleLiteralPart<C, P>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a TypeExp visiy.
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a TypeExp visit.
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
 
visitTypeExp(TypeExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitTypeExp(TypeExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an UnlimitedNaturalLiteralExp visit.
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an UnlimitedNaturalLiteralExp visit.
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an UnlimitedNaturalLiteralExp visit.
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitUnlimitedNaturalLiteralExp(UnlimitedNaturalLiteralExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for an UnspecifiedValueExp visit.
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for an UnspecifiedValueExp visit.
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for an UnspecifiedValueExp visit.
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitUnspecifiedValueExp(UnspecifiedValueExp<C>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a VariableDeclaration visit.
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a VariableDeclaration visit.
visitVariable(Variable<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Visits the variable's initialization expression (if any).
visitVariable(Variable<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorDecorator
Delegates to my decorated visitor.
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.EvaluationVisitorImpl
Callback for a VariableExp visit.
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor
 
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
 
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.parser.ValidationVisitor
Callback for a VariableExp visit.
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.util.ToStringVisitor
Callback for a VariableExp visit.
visitVariableExp(VariableExp<C, PM>) - Method in class org.eclipse.ocl.utilities.AbstractVisitor
Simply returns AbstractVisitor.result.
visitVariableExp(VariableExp<C, PM>) - Method in interface org.eclipse.ocl.utilities.Visitor
 
VOID_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage.Literals
The meta object literal for the 'Void Type' class.
VOID_TYPE - Static variable in interface org.eclipse.ocl.types.TypesPackage
The meta object id for the 'Void Type' class.
VOID_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Void Type' class.
VoidType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Void Type'.
VoidTypeImpl<O> - Class in org.eclipse.ocl.types.impl
An implementation of the model object 'Void Type'.
VoidTypeImpl() - Constructor for class org.eclipse.ocl.types.impl.VoidTypeImpl
 
VoidTypeOperations - Class in org.eclipse.ocl.types.operations
A static utility class that provides operations related to 'Void Type' model objects.
VoidTypeOperations() - Constructor for class org.eclipse.ocl.types.operations.VoidTypeOperations
 

W

WARN_OF_XOR_OR_AND_PRECEDENCE_CHANGE - Static variable in class org.eclipse.ocl.options.ParsingOptions
Parsing option indicating whether to generate a warning when the OCL 2.1 parsing of distinct xor, or, and precedences leads to a different parse to the OCL 2.0 specification of all levels equal.
warning(int, String) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates a warning log for the specified plug-in, with the specified status code, message.
warning(int, String, Throwable) - Static method in class org.eclipse.ocl.internal.OCLPlugin
Generates a warning log for the specified plug-in, with the specified status code, message, and throwable.
WrongContextClassifier_ERROR_ - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 

X

XOR - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
XOR_NAME - Static variable in interface org.eclipse.ocl.utilities.PredefinedType
 
XorOrAndPrecedence_WARNING - Static variable in class org.eclipse.ocl.internal.l10n.OCLMessages
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2015 Open eHealth Foundation. All rights reserved.