Uses of Class
org.eclipse.ocl.examples.codegen.oclinecore.OCLinEcoreGlobalContext

Packages that use OCLinEcoreGlobalContext
org.eclipse.ocl.examples.codegen.oclinecore   
 

Uses of OCLinEcoreGlobalContext in org.eclipse.ocl.examples.codegen.oclinecore
 

Fields in org.eclipse.ocl.examples.codegen.oclinecore declared as OCLinEcoreGlobalContext
protected  OCLinEcoreGlobalContext OCLinEcorePivot2CGVisitor.globalContext
           
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore that return OCLinEcoreGlobalContext
protected  OCLinEcoreGlobalContext OCLinEcoreCG2JavaVisitor.getGlobalContext()
           
 OCLinEcoreGlobalContext OCLinEcoreLocalContext.getGlobalContext()
           
 

Constructors in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type OCLinEcoreGlobalContext
OCLinEcorePivot2CGVisitor(CodeGenAnalyzer analyzer, OCLinEcoreGlobalContext globalContext)