Uses of Interface
org.eclipse.ocl.ecore.EnvironmentWithHiddenOpposites

Packages that use EnvironmentWithHiddenOpposites
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.parser   
 

Uses of EnvironmentWithHiddenOpposites in org.eclipse.ocl.ecore
 

Classes in org.eclipse.ocl.ecore that implement EnvironmentWithHiddenOpposites
 class EcoreEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.
 

Uses of EnvironmentWithHiddenOpposites in org.eclipse.ocl.ecore.parser
 

Methods in org.eclipse.ocl.ecore.parser with parameters of type EnvironmentWithHiddenOpposites
protected  org.eclipse.emf.ecore.EReference OCLAnalyzer.lookupOppositeProperty(CSTNode cstNode, EnvironmentWithHiddenOpposites env, org.eclipse.emf.ecore.EClassifier owner, java.lang.String name)