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

Packages that use ClassContext
org.eclipse.ocl.examples.pivot.context   
org.eclipse.ocl.examples.pivot.delegate   
 

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

Subclasses of ClassContext in org.eclipse.ocl.examples.pivot.context
 class DiagnosticContext
          DiagnosticContext supports parsing an OCL diagnostic expression reusing the context of an invariant.
 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.
 

Constructors in org.eclipse.ocl.examples.pivot.context with parameters of type ClassContext
DiagnosticContext(ClassContext parserContext, Constraint constraint)
           
 

Uses of ClassContext in org.eclipse.ocl.examples.pivot.delegate
 

Methods in org.eclipse.ocl.examples.pivot.delegate with parameters of type ClassContext
protected  ExpressionInOCL AbstractDelegatedBehavior.getExpressionInOCL(ClassContext parserContext, Constraint constraint)
           
protected  ExpressionInOCL AbstractDelegatedBehavior.getExpressionInOCL(ClassContext parserContext, OpaqueExpression specification)