|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.codegen.cgmodel.util.AbstractCGModelVisitor<R,C>
org.eclipse.ocl.examples.codegen.cgmodel.util.AbstractExtendingCGModelVisitor<java.lang.Object,CodeGenAnalyzer>
org.eclipse.ocl.examples.codegen.analyzer.DependencyVisitor
org.eclipse.ocl.examples.codegen.java.JavaDependencyVisitor
public class JavaDependencyVisitor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.codegen.analyzer.DependencyVisitor |
---|
DependencyVisitor.Id2DependencyVisitor |
Field Summary | |
---|---|
protected JavaGlobalContext |
globalContext
|
protected JavaLocalContext |
localContext
|
Fields inherited from class org.eclipse.ocl.examples.codegen.analyzer.DependencyVisitor |
---|
globalPlace, id2DependencyVisitor, NOT_AVAILABLE |
Fields inherited from class org.eclipse.ocl.examples.codegen.cgmodel.util.AbstractCGModelVisitor |
---|
context |
Constructor Summary | |
---|---|
JavaDependencyVisitor(CodeGenAnalyzer analyzer,
JavaGlobalContext globalContext,
GlobalPlace globalPlace)
|
Method Summary | |
---|---|
java.lang.Object |
visitCGBoxExp(CGBoxExp cgBoxExp)
|
java.lang.Object |
visitCGExecutorType(CGExecutorType cgTypeWithReflection)
|
java.lang.Object |
visitCGTypeExp(CGTypeExp cgTypeExp)
|
Methods inherited from class org.eclipse.ocl.examples.codegen.analyzer.DependencyVisitor |
---|
addDependency, getPrimaryElement, getRootDepth, getSortedDependencies, visit, visitAll, visitCGCollectionExp, visitCGCollectionPart, visitCGConstantExp, visitCGConstructorPart, visitCGElement, visitCGElementId, visitCGTupleExp, visitCGTuplePart, visitCGVariable, visitCGVariableExp, visiting |
Methods inherited from class org.eclipse.ocl.examples.codegen.cgmodel.util.AbstractCGModelVisitor |
---|
getAdapter, safeVisit, visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.util.CGModelVisitor |
---|
getAdapter |
Field Detail |
---|
@NonNull protected final JavaGlobalContext globalContext
protected final JavaLocalContext localContext
Constructor Detail |
---|
public JavaDependencyVisitor(@NonNull CodeGenAnalyzer analyzer, @NonNull JavaGlobalContext globalContext, @NonNull GlobalPlace globalPlace)
Method Detail |
---|
@Nullable public java.lang.Object visitCGBoxExp(@NonNull CGBoxExp cgBoxExp)
visitCGBoxExp
in interface CGModelVisitor<java.lang.Object>
visitCGBoxExp
in class AbstractExtendingCGModelVisitor<java.lang.Object,CodeGenAnalyzer>
@Nullable public java.lang.Object visitCGExecutorType(@NonNull CGExecutorType cgTypeWithReflection)
visitCGExecutorType
in interface CGModelVisitor<java.lang.Object>
visitCGExecutorType
in class AbstractExtendingCGModelVisitor<java.lang.Object,CodeGenAnalyzer>
@Nullable public java.lang.Object visitCGTypeExp(@NonNull CGTypeExp cgTypeExp)
visitCGTypeExp
in interface CGModelVisitor<java.lang.Object>
visitCGTypeExp
in class AbstractExtendingCGModelVisitor<java.lang.Object,CodeGenAnalyzer>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |