Uses of Package
org.eclipse.emf.ocl.parser

Packages that use org.eclipse.emf.ocl.parser
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
org.eclipse.emf.ocl.helper Definition of the OCL Helper API for syntax completion support and a simplified parsing model.  
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.query Object Constraint Language query/constraint evaluation API.  
org.eclipse.emf.ocl.query.impl Implementation of the API for OCL queries.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.utilities Abstract API for OCL AST utilities.  
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.expressions
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
ParserException
          This exception should be used whenever an exception is thrown by the OCL parser.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.expressions.impl
Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
ParserException
          This exception should be used whenever an exception is thrown by the OCL parser.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.expressions.util
Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
ParserException
          This exception should be used whenever an exception is thrown by the OCL parser.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.helper
Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
EnvironmentFactory
          A facotry for creating OCL parser Environments.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.parser
AbstractEnvironmentFactory
          Partial implementation of the EnvironmentFactory interface, useful for subclassing for client metamodels.
Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
EnvironmentFactory
          A facotry for creating OCL parser Environments.
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
ParserException
          This exception should be used whenever an exception is thrown by the OCL parser.
PersistentEnvironment
          An OCL environment that supports persistence of the dynamically-generated bindings of generic types, based on the classifiers provided by the environment.
SemanticException
          This exception is thrown when an error is found while building the OCL AST.
TypeResolver
          Definition of a resolver for the dynamically-generated OCL types based on the types in the user model.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.query
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.query.impl
EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
ParserException
          This exception should be used whenever an exception is thrown by the OCL parser.
SemanticException
          This exception is thrown when an error is found while building the OCL AST.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.types.impl
Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
SemanticException
          This exception is thrown when an error is found while building the OCL AST.
 

Classes in org.eclipse.emf.ocl.parser used by org.eclipse.emf.ocl.utilities
SemanticException
          This exception is thrown when an error is found while building the OCL AST.
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.