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 OCLinEcoreAS2CGVisitor.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
OCLinEcoreAS2CGVisitor(CodeGenAnalyzer analyzer, OCLinEcoreGlobalContext globalContext)