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

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
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
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
parameterVariable - Variable in class org.eclipse.ocl.ecore.impl.ExpressionInOCLImpl
The cached value of the 'Parameter Variable' containment reference list
parameterVariable - Variable in class org.eclipse.ocl.uml.impl.ExpressionInOCLImpl
The cached value of the 'Parameter Variable' containment reference list
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.
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 - Static variable in class org.eclipse.ocl.lpg.ProblemHandler.Phase
Identifies problems found in the concrete syntax parsing phase.
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
 
parseTokensToCST(Monitor, int) - Method in class org.eclipse.ocl.lpg.AbstractParser
 
parseTokensToCST(Monitor, int) - Method in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
parseTokensToCST(Monitor, int) - Method in class org.eclipse.ocl.parser.OCLParser
 
parseVariableDeclarationCS(boolean) - Method in class org.eclipse.ocl.parser.OCLAnalyzer
Parses the input as a VariableDeclarationCS.
ParsingOptions - Class in org.eclipse.ocl.options
Options applicable to Environments to customize their parsing behaviour.
part - Variable in class org.eclipse.ocl.ecore.impl.CollectionLiteralExpImpl
The cached value of the 'Part' containment reference list
part - Variable in class org.eclipse.ocl.ecore.impl.TupleLiteralExpImpl
The cached value of the 'Part' containment reference list
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
part - Variable in class org.eclipse.ocl.uml.impl.CollectionLiteralExpImpl
The cached value of the 'Part' containment reference list
part - Variable in class org.eclipse.ocl.uml.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__SEQUENCE_OF_NAMES - Static variable in interface org.eclipse.ocl.cst.CSTPackage.Literals
The meta object literal for the 'Sequence Of Names' attribute list feature
PATH_NAME_CS__SEQUENCE_OF_NAMES - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Sequence Of Names' attribute 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.EnumLiteralExpCSImpl
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
 
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_EDEFAULT - Static variable in class org.eclipse.ocl.cst.impl.IsMarkedPreCSImpl
The default value of the 'Pre' attribute
PRE_EFLAG - Static variable in class org.eclipse.ocl.cst.impl.IsMarkedPreCSImpl
The flag representing the value of the 'Pre' attribute
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.ecore.EcorePackage.Literals
The meta object literal for the 'Primitive Literal Exp' class
PRIMITIVE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The meta object id for the 'Primitive Literal Exp' class
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 - Static variable in interface org.eclipse.ocl.uml.UMLPackage.Literals
The meta object literal for the 'Primitive Literal Exp' class
PRIMITIVE_LITERAL_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The meta object id for the 'Primitive Literal Exp' class
PRIMITIVE_LITERAL_EXP__CLIENT_DEPENDENCY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Client Dependency' reference list
PRIMITIVE_LITERAL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
PRIMITIVE_LITERAL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'EAnnotations' containment reference list
PRIMITIVE_LITERAL_EXP__EGENERIC_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
PRIMITIVE_LITERAL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'End Position' attribute
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__END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'End Position' attribute
PRIMITIVE_LITERAL_EXP__ETYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EType' reference
PRIMITIVE_LITERAL_EXP__LOWER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
PRIMITIVE_LITERAL_EXP__MANY - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Many' attribute
PRIMITIVE_LITERAL_EXP__NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Name' attribute
PRIMITIVE_LITERAL_EXP__NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name' attribute
PRIMITIVE_LITERAL_EXP__NAME_EXPRESSION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name Expression' containment reference
PRIMITIVE_LITERAL_EXP__NAMESPACE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Namespace' reference
PRIMITIVE_LITERAL_EXP__ORDERED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Ordered' attribute
PRIMITIVE_LITERAL_EXP__OWNED_COMMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Comment' containment reference list
PRIMITIVE_LITERAL_EXP__OWNED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Element' reference list
PRIMITIVE_LITERAL_EXP__OWNER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owner' reference
PRIMITIVE_LITERAL_EXP__QUALIFIED_NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualified Name' attribute
PRIMITIVE_LITERAL_EXP__REQUIRED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Required' attribute
PRIMITIVE_LITERAL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Start 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__START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Start Position' attribute
PRIMITIVE_LITERAL_EXP__TYPE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type' reference
PRIMITIVE_LITERAL_EXP__UNIQUE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Unique' attribute
PRIMITIVE_LITERAL_EXP__UPPER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
PRIMITIVE_LITERAL_EXP__VISIBILITY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Visibility' 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.ecore.EcorePackage
The number of structural features of the 'Primitive Literal Exp' 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_LITERAL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The number of structural features of the 'Primitive Literal Exp' class
PRIMITIVE_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage.Literals
The meta object literal for the 'Primitive Type' class
PRIMITIVE_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The meta object id for the 'Primitive Type' 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 - Static variable in interface org.eclipse.ocl.uml.UMLPackage.Literals
The meta object literal for the 'Primitive Type' class
PRIMITIVE_TYPE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The meta object id for the 'Primitive Type' class
PRIMITIVE_TYPE__ATTRIBUTE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Attribute' reference list
PRIMITIVE_TYPE__CLIENT_DEPENDENCY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Client Dependency' reference list
PRIMITIVE_TYPE__COLLABORATION_USE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Collaboration Use' containment reference list
PRIMITIVE_TYPE__DEFAULT_VALUE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Default Value' attribute
PRIMITIVE_TYPE__EANNOTATIONS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
PRIMITIVE_TYPE__EANNOTATIONS - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'EAnnotations' containment reference list
PRIMITIVE_TYPE__ELEMENT_IMPORT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Element Import' containment reference list
PRIMITIVE_TYPE__EPACKAGE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EPackage' container reference
PRIMITIVE_TYPE__ETYPE_PARAMETERS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EType Parameters' containment reference list
PRIMITIVE_TYPE__FEATURE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Feature' reference list
PRIMITIVE_TYPE__GENERAL - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'General' reference list
PRIMITIVE_TYPE__GENERALIZATION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Generalization' containment reference list
PRIMITIVE_TYPE__IMPORTED_MEMBER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Imported Member' reference list
PRIMITIVE_TYPE__INHERITED_MEMBER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Inherited Member' reference list
PRIMITIVE_TYPE__INSTANCE_CLASS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Instance Class' attribute
PRIMITIVE_TYPE__INSTANCE_CLASS_NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Instance Class Name' attribute
PRIMITIVE_TYPE__INSTANCE_TYPE_NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Instance Type Name' attribute
PRIMITIVE_TYPE__IS_ABSTRACT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Is Abstract' attribute
PRIMITIVE_TYPE__IS_LEAF - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Is Leaf' attribute
PRIMITIVE_TYPE__MEMBER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Member' reference list
PRIMITIVE_TYPE__NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Name' attribute
PRIMITIVE_TYPE__NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name' attribute
PRIMITIVE_TYPE__NAME_EXPRESSION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name Expression' containment reference
PRIMITIVE_TYPE__NAMESPACE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Namespace' reference
PRIMITIVE_TYPE__OWNED_ATTRIBUTE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Attribute' containment reference list
PRIMITIVE_TYPE__OWNED_COMMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Comment' containment reference list
PRIMITIVE_TYPE__OWNED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Element' reference list
PRIMITIVE_TYPE__OWNED_MEMBER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Member' reference list
PRIMITIVE_TYPE__OWNED_OPERATION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Operation' containment reference list
PRIMITIVE_TYPE__OWNED_RULE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Rule' containment reference list
PRIMITIVE_TYPE__OWNED_TEMPLATE_SIGNATURE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Template Signature' containment reference
PRIMITIVE_TYPE__OWNED_USE_CASE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Use Case' containment reference list
PRIMITIVE_TYPE__OWNER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owner' reference
PRIMITIVE_TYPE__OWNING_TEMPLATE_PARAMETER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owning Template Parameter' container reference
PRIMITIVE_TYPE__PACKAGE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Package' reference
PRIMITIVE_TYPE__PACKAGE_IMPORT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Package Import' containment reference list
PRIMITIVE_TYPE__POWERTYPE_EXTENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Powertype Extent' reference list
PRIMITIVE_TYPE__QUALIFIED_NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualified Name' attribute
PRIMITIVE_TYPE__REDEFINED_CLASSIFIER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Redefined Classifier' reference list
PRIMITIVE_TYPE__REDEFINED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Redefined Element' reference list
PRIMITIVE_TYPE__REDEFINITION_CONTEXT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Redefinition Context' reference list
PRIMITIVE_TYPE__REPRESENTATION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Representation' reference
PRIMITIVE_TYPE__SERIALIZABLE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Serializable' attribute
PRIMITIVE_TYPE__SUBSTITUTION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Substitution' containment reference list
PRIMITIVE_TYPE__TEMPLATE_BINDING - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Template Binding' containment reference list
PRIMITIVE_TYPE__TEMPLATE_PARAMETER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Template Parameter' reference
PRIMITIVE_TYPE__USE_CASE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Use Case' reference list
PRIMITIVE_TYPE__VISIBILITY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Visibility' attribute
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.ecore.EcorePackage
The number of structural features of the 'Primitive Type' class
PRIMITIVE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.types.TypesPackage
The number of structural features of the 'Primitive Type' class
PRIMITIVE_TYPE_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The number of structural features of the 'Primitive Type' class
PrimitiveLiteralExp - Interface in org.eclipse.ocl.ecore
A representation of the model object 'Primitive Literal Exp'
PrimitiveLiteralExp<C> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Primitive Literal Exp'
PrimitiveLiteralExp - Interface in org.eclipse.ocl.uml
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 - Class in org.eclipse.ocl.ecore.impl
An implementation of the model object 'Primitive Literal Exp'
PrimitiveLiteralExpImpl() - Constructor for class org.eclipse.ocl.ecore.impl.PrimitiveLiteralExpImpl
 
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
 
PrimitiveLiteralExpImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model object 'Primitive Literal Exp'
PrimitiveLiteralExpImpl() - Constructor for class org.eclipse.ocl.uml.impl.PrimitiveLiteralExpImpl
 
PrimitiveType - Interface in org.eclipse.ocl.ecore
A representation of the model object 'Primitive Type'
PrimitiveType<O> - Interface in org.eclipse.ocl.types
A representation of the model object 'Primitive Type'
PrimitiveType - Interface in org.eclipse.ocl.uml
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 - Class in org.eclipse.ocl.ecore.impl
An implementation of the model object 'Primitive Type'
PrimitiveTypeImpl() - Constructor for class org.eclipse.ocl.ecore.impl.PrimitiveTypeImpl
 
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
 
PrimitiveTypeImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model object 'Primitive Type'
PrimitiveTypeImpl() - Constructor for class org.eclipse.ocl.uml.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
 
printTokens - Variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingLexer
 
printTokens - Variable in class org.eclipse.ocl.parser.OCLLexer
 
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.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.
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.
ProblemHandlerWrapper.Tee(ProblemHandler, ProblemHandler) - Constructor for class org.eclipse.ocl.util.ProblemHandlerWrapper.Tee
Initializes me with the two problem-handler instances to which I delegate.
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.ecore.EcorePackage.Literals
The meta object literal for the 'Property Call Exp' class
PROPERTY_CALL_EXP - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The meta object id for the 'Property Call Exp' class
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 - Static variable in interface org.eclipse.ocl.uml.UMLPackage.Literals
The meta object literal for the 'Property Call Exp' class
PROPERTY_CALL_EXP - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The meta object id for the 'Property Call Exp' class
PROPERTY_CALL_EXP__CLIENT_DEPENDENCY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Client Dependency' reference list
PROPERTY_CALL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EAnnotations' containment reference list
PROPERTY_CALL_EXP__EANNOTATIONS - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'EAnnotations' containment reference list
PROPERTY_CALL_EXP__EGENERIC_TYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EGeneric Type' containment reference
PROPERTY_CALL_EXP__END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'End Position' attribute
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__END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'End Position' attribute
PROPERTY_CALL_EXP__ETYPE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'EType' reference
PROPERTY_CALL_EXP__LOWER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Lower Bound' attribute
PROPERTY_CALL_EXP__MANY - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Many' attribute
PROPERTY_CALL_EXP__MARKED_PRE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Marked Pre' 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__MARKED_PRE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Marked Pre' attribute
PROPERTY_CALL_EXP__NAME - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Name' attribute
PROPERTY_CALL_EXP__NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name' attribute
PROPERTY_CALL_EXP__NAME_EXPRESSION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Name Expression' containment reference
PROPERTY_CALL_EXP__NAMESPACE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Namespace' reference
PROPERTY_CALL_EXP__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Navigation Source' reference
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__NAVIGATION_SOURCE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Navigation Source' reference
PROPERTY_CALL_EXP__ORDERED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Ordered' attribute
PROPERTY_CALL_EXP__OWNED_COMMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Comment' containment reference list
PROPERTY_CALL_EXP__OWNED_ELEMENT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owned Element' reference list
PROPERTY_CALL_EXP__OWNER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Owner' reference
PROPERTY_CALL_EXP__PROPERTY_END_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Property End Position' attribute
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_END_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Property End Position' attribute
PROPERTY_CALL_EXP__PROPERTY_START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Property Start 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_START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
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__QUALIFIED_NAME - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualified Name' attribute
PROPERTY_CALL_EXP__QUALIFIER - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Qualifier' containment reference list
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__QUALIFIER - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Qualifier' containment reference list
PROPERTY_CALL_EXP__REFERRED_PROPERTY - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Referred Property' reference
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__REFERRED_PROPERTY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Referred Property' reference
PROPERTY_CALL_EXP__REQUIRED - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Required' attribute
PROPERTY_CALL_EXP__SOURCE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Source' containment 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__SOURCE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Source' containment reference
PROPERTY_CALL_EXP__START_POSITION - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Start Position' attribute
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__START_POSITION - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Start Position' attribute
PROPERTY_CALL_EXP__TYPE - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Type' reference
PROPERTY_CALL_EXP__UNIQUE - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Unique' attribute
PROPERTY_CALL_EXP__UPPER_BOUND - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The feature id for the 'Upper Bound' attribute
PROPERTY_CALL_EXP__VISIBILITY - Static variable in interface org.eclipse.ocl.uml.UMLPackage
The feature id for the 'Visibility' attribute
PROPERTY_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.ecore.EcorePackage
The number of structural features of the 'Property Call Exp' class
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_CALL_EXP_FEATURE_COUNT - Static variable in interface org.eclipse.ocl.uml.UMLPackage
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__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__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' containment reference feature
PROPERTY_CONTEXT_CS__INIT_OR_DER_VALUE_CS - Static variable in interface org.eclipse.ocl.cst.CSTPackage
The feature id for the 'Init Or Der Value CS' containment reference
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.ecore.impl.CallExpImpl
The default value of the 'Property End Position' attribute
PROPERTY_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.ecore.impl.MessageExpImpl
The default value of the 'Property End Position' attribute
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_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.uml.impl.CallExpImpl
The default value of the 'Property End Position' attribute
PROPERTY_END_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.uml.impl.MessageExpImpl
The default value of the 'Property End Position' attribute
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.ecore.impl.CallExpImpl
The default value of the 'Property Start Position' attribute
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.ecore.impl.MessageExpImpl
The default value of the 'Property Start 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
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.uml.impl.CallExpImpl
The default value of the 'Property Start Position' attribute
PROPERTY_START_POSITION_EDEFAULT - Static variable in class org.eclipse.ocl.uml.impl.MessageExpImpl
The default value of the 'Property Start Position' attribute
PropertyCallExp - Interface in org.eclipse.ocl.ecore
A representation of the model object 'Property Call Exp'
PropertyCallExp<C,P> - Interface in org.eclipse.ocl.expressions
A representation of the model object 'Property Call Exp'
PropertyCallExp - Interface in org.eclipse.ocl.uml
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 - Class in org.eclipse.ocl.ecore.impl
An implementation of the model object 'Property Call Exp'
PropertyCallExpImpl() - Constructor for class org.eclipse.ocl.ecore.impl.PropertyCallExpImpl
 
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
 
PropertyCallExpImpl - Class in org.eclipse.ocl.uml.impl
An implementation of the model object 'Property Call Exp'
PropertyCallExpImpl() - Constructor for class org.eclipse.ocl.uml.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
 
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.ecore.impl.CallExpImpl
The cached value of the 'Property End Position' attribute
propertyEndPosition - Variable in class org.eclipse.ocl.ecore.impl.MessageExpImpl
The cached value of the 'Property End Position' attribute
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
propertyEndPosition - Variable in class org.eclipse.ocl.uml.impl.CallExpImpl
The cached value of the 'Property End Position' attribute
propertyEndPosition - Variable in class org.eclipse.ocl.uml.impl.MessageExpImpl
The cached value of the 'Property End Position' attribute
propertyStartPosition - Variable in class org.eclipse.ocl.ecore.impl.CallExpImpl
The cached value of the 'Property Start Position' attribute
propertyStartPosition - Variable in class org.eclipse.ocl.ecore.impl.MessageExpImpl
The cached value of the 'Property Start 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
propertyStartPosition - Variable in class org.eclipse.ocl.uml.impl.CallExpImpl
The cached value of the 'Property Start Position' attribute
propertyStartPosition - Variable in class org.eclipse.ocl.uml.impl.MessageExpImpl
The cached value of the 'Property Start Position' attribute
prs - Static variable in class org.eclipse.ocl.parser.backtracking.OCLBacktrackingParser
 
prs - Static variable in class org.eclipse.ocl.parser.OCLParser
 
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.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I K L M N O P Q R S T U V X