Uses of Class
org.eclipse.ocl.examples.codegen.java.JavaGlobalContext

Packages that use JavaGlobalContext
org.eclipse.ocl.examples.autogen.java   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.oclinecore   
 

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

Subclasses of JavaGlobalContext in org.eclipse.ocl.examples.autogen.java
 class AutoGlobalContext
          A AutoGlobalContext maintains the Java-specific global context for generation of Auto code.
 

Uses of JavaGlobalContext in org.eclipse.ocl.examples.codegen.java
 

Fields in org.eclipse.ocl.examples.codegen.java declared as JavaGlobalContext
protected  JavaGlobalContext CG2JavaVisitor.globalContext
           
protected  JavaGlobalContext JavaDependencyVisitor.globalContext
           
protected  JavaGlobalContext JavaLocalContext.globalContext
           
 

Methods in org.eclipse.ocl.examples.codegen.java that return JavaGlobalContext
protected  JavaGlobalContext JavaCodeGenerator.createGlobalContext()
           
 JavaGlobalContext JavaCodeGenerator.getGlobalContext()
           
 JavaGlobalContext JavaLocalContext.getGlobalContext()
           
 

Constructors in org.eclipse.ocl.examples.codegen.java with parameters of type JavaGlobalContext
CG2JavaPreVisitor(JavaGlobalContext javaContext)
           
JavaDependencyVisitor(CodeGenAnalyzer analyzer, JavaGlobalContext globalContext, GlobalPlace globalPlace)
           
JavaLocalContext(JavaGlobalContext globalContext, CGElement cgScope)
           
 

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

Subclasses of JavaGlobalContext in org.eclipse.ocl.examples.codegen.oclinecore
 class OCLinEcoreGlobalContext
          A JavaGlobalContext maintains the Java-specific global context for generation of code.
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore that return JavaGlobalContext
protected  JavaGlobalContext OCLinEcoreCodeGenerator.createGlobalContext()
           
 

Constructors in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type JavaGlobalContext
OCLinEcoreLocalContext(JavaGlobalContext globalContext, CGElement cgScope)