Uses of Class
org.eclipse.ocl.examples.codegen.oclinjunit.JUnitGlobalContext

Packages that use JUnitGlobalContext
org.eclipse.ocl.examples.codegen.oclinjunit   
 

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

Methods in org.eclipse.ocl.examples.codegen.oclinjunit that return JUnitGlobalContext
protected  JUnitGlobalContext JUnitCodeGenerator.createGlobalContext()
           
 JUnitGlobalContext JUnitLocalContext.getGlobalContext()
           
 

Constructors in org.eclipse.ocl.examples.codegen.oclinjunit with parameters of type JUnitGlobalContext
JUnitLocalContext(JUnitGlobalContext globalContext, CGElement cgScope)