Uses of Interface
org.eclipse.ocl.helper.OCLSyntaxHelper

Packages that use OCLSyntaxHelper
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.internal.helper   
 

Uses of OCLSyntaxHelper in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return OCLSyntaxHelper
 OCLSyntaxHelper AbstractEnvironmentFactory.createOCLSyntaxHelper(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
           
 OCLSyntaxHelper EnvironmentFactory.createOCLSyntaxHelper(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> environment)
          Creates an instance of the OCLSyntaxHelper object for this environment.
 

Uses of OCLSyntaxHelper in org.eclipse.ocl.ecore
 

Methods in org.eclipse.ocl.ecore that return OCLSyntaxHelper
 OCLSyntaxHelper EcoreEnvironmentFactory.createOCLSyntaxHelper(Environment<org.eclipse.emf.ecore.EPackage,org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,CallOperationAction,SendSignalAction,Constraint,org.eclipse.emf.ecore.EClass,org.eclipse.emf.ecore.EObject> env)
           
 

Uses of OCLSyntaxHelper in org.eclipse.ocl.internal.helper
 

Classes in org.eclipse.ocl.internal.helper that implement OCLSyntaxHelper
 class OCLSyntaxHelper<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
          Engine for computation of possible syntax completions at a point in the an OCL expression.