|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.codegen.java.AbstractJavaContext
org.eclipse.ocl.examples.codegen.java.JavaGlobalContext
org.eclipse.ocl.examples.autogen.java.AutoGlobalContext
public class AutoGlobalContext
A AutoGlobalContext maintains the Java-specific global context for generation of Auto code.
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.codegen.java.JavaGlobalContext |
---|
eName, evaluateName, instanceName, nameManager, selfName |
Fields inherited from class org.eclipse.ocl.examples.codegen.java.AbstractJavaContext |
---|
analyzer, codeGenerator |
Constructor Summary | |
---|---|
AutoGlobalContext(JavaCodeGenerator codeGenerator)
|
Method Summary | |
---|---|
protected JavaLocalContext |
createNestedContext(CGElement cgScope)
|
CGValuedElement |
getIdResolverVariable(CGValuedElement cgValuedElement)
|
Methods inherited from class org.eclipse.ocl.examples.codegen.java.JavaGlobalContext |
---|
addGlobal, addImport, getEClass, getEName, getEvaluateName, getGlobals, getImports, getInstanceName, getLocalContext, getNameManager, getSelfName, getValueName |
Methods inherited from class org.eclipse.ocl.examples.codegen.java.AbstractJavaContext |
---|
getAnalyzer, getCodeGenerator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoGlobalContext(@NonNull JavaCodeGenerator codeGenerator)
Method Detail |
---|
@NonNull protected JavaLocalContext createNestedContext(@NonNull CGElement cgScope)
createNestedContext
in class JavaGlobalContext
@NonNull public CGValuedElement getIdResolverVariable(@NonNull CGValuedElement cgValuedElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |