Uses of Class
org.eclipse.ocl.examples.pivot.context.AbstractParserContext

Packages that use AbstractParserContext
org.eclipse.ocl.examples.pivot.context   
 

Uses of AbstractParserContext in org.eclipse.ocl.examples.pivot.context
 

Subclasses of AbstractParserContext in org.eclipse.ocl.examples.pivot.context
 class ClassContext
          ClassContext supports parsing OCL expressions in the context of a Class.
 class DiagnosticContext
          DiagnosticContext supports parsing an OCL diagnostic expression reusing the context of an invariant.
 class EClassContext
          EClassContext supports parsing OCL expressions in the context of an Ecore Class.
 class EInvocationContext
          EInvocationContext supports parsing OCL expressions in the context of a query, which is an Ecore Class and Ecore Parameters.
 class EObjectContext
          EObjectContext supports parsing OCL expressions in the context of the lazily determined classifier of an EObject.
 class ModelContext
           
 class OperationContext
          OperationContext supports parsing OCL expressions in the context of an Operation.
 class PropertyContext
          PropertyContext supports parsing OCL expressions in the context of a Property.