Uses of Interface
org.ocleditor.parser.model.IOclContext

Packages that use IOclContext
org.ocleditor.parser.model   
org.oclparser.internal.core.model   
 

Uses of IOclContext in org.ocleditor.parser.model
 

Methods in org.ocleditor.parser.model that return IOclContext
 IOclContext IOclPackage.getContext(java.lang.String typeName, java.lang.String methodName)
          Returns the context with the given typeName and methodName.
 

Uses of IOclContext in org.oclparser.internal.core.model
 

Classes in org.oclparser.internal.core.model that implement IOclContext
 class OclContext
           
 

Methods in org.oclparser.internal.core.model that return IOclContext
 IOclContext OclPackage.getContext(java.lang.String typeName, java.lang.String methodName)