|
||||||||||
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.JavaLocalContext
org.eclipse.ocl.examples.autogen.java.AutoLocalContext
public class AutoLocalContext
A AutoLocalContext maintains the Java-specific local context for generation of Auto code.
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.codegen.java.JavaLocalContext |
---|
cgScope, globalContext, nameManagerContext, parentContext |
Fields inherited from class org.eclipse.ocl.examples.codegen.java.AbstractJavaContext |
---|
analyzer, codeGenerator |
Constructor Summary | |
---|---|
AutoLocalContext(AutoGlobalContext globalContext,
CGElement cgScope)
|
Method Summary | |
---|---|
AutoGlobalContext |
getGlobalContext()
|
CGValuedElement |
getIdResolverVariable(CGValuedElement cgValuedElement)
|
Methods inherited from class org.eclipse.ocl.examples.codegen.java.JavaLocalContext |
---|
createEvaluatorParameter, createEvaluatorVariable, createIdResolverVariable, createStandardLibraryVariable, createTypeIdParameter, getEvaluatorParameter, getNameManagerContext, getOuterContext, getOwned, getStandardLibraryVariable, getTypeIdParameter, getValueName, setNames, setNames, setNames2 |
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 AutoLocalContext(@NonNull AutoGlobalContext globalContext, @NonNull CGElement cgScope)
Method Detail |
---|
@NonNull public AutoGlobalContext getGlobalContext()
getGlobalContext
in class JavaLocalContext
@NonNull public CGValuedElement getIdResolverVariable(@NonNull CGValuedElement cgValuedElement)
getIdResolverVariable
in class JavaLocalContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |