Uses of Class
org.eclipse.ocl.examples.autogen.java.AutoGlobalContext

Packages that use AutoGlobalContext
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.autogen.java   
 

Uses of AutoGlobalContext in org.eclipse.ocl.examples.autogen.analyzer
 

Fields in org.eclipse.ocl.examples.autogen.analyzer declared as AutoGlobalContext
protected  AutoGlobalContext AutoAS2CGVisitor.globalContext
           
 

Constructors in org.eclipse.ocl.examples.autogen.analyzer with parameters of type AutoGlobalContext
AutoAS2CGVisitor(AutoAnalyzer analyzer, AutoGlobalContext globalContext)
           
AutoDependencyVisitor(AutoAnalyzer analyzer, AutoGlobalContext globalContext, GlobalPlace globalPlace)
           
 

Uses of AutoGlobalContext in org.eclipse.ocl.examples.autogen.java
 

Methods in org.eclipse.ocl.examples.autogen.java that return AutoGlobalContext
protected  AutoGlobalContext AutoCodeGenerator.createGlobalContext()
           
 AutoGlobalContext AutoCodeGenerator.getGlobalContext()
           
 AutoGlobalContext AutoLocalContext.getGlobalContext()
           
 

Constructors in org.eclipse.ocl.examples.autogen.java with parameters of type AutoGlobalContext
AutoCG2JavaPreVisitor(AutoGlobalContext javaContext)
           
AutoLocalContext(AutoGlobalContext globalContext, CGElement cgScope)