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

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

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 abstract  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)
           
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)
           
 

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

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