Uses of Class
org.eclipse.ocl.examples.autogen.analyzer.AutoAnalyzer

Packages that use AutoAnalyzer
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.autogen.java   
 

Uses of AutoAnalyzer in org.eclipse.ocl.examples.autogen.analyzer
 

Fields in org.eclipse.ocl.examples.autogen.analyzer declared as AutoAnalyzer
protected  AutoAnalyzer AutoAS2CGVisitor.analyzer
           
 

Constructors in org.eclipse.ocl.examples.autogen.analyzer with parameters of type AutoAnalyzer
AutoAnalysisVisitor(AutoAnalyzer analyzer)
           
AutoAS2CGVisitor(AutoAnalyzer analyzer, AutoGlobalContext globalContext)
           
AutoBoxingAnalyzer(AutoAnalyzer analyzer)
           
AutoDependencyVisitor(AutoAnalyzer analyzer, AutoGlobalContext globalContext, GlobalPlace globalPlace)
           
AutoFieldingAnalyzer.AutoRewriteVisitor(AutoAnalyzer context, java.util.Set<CGVariable> caughtVariables)
           
AutoFieldingAnalyzer(AutoAnalyzer analyzer)
           
 

Uses of AutoAnalyzer in org.eclipse.ocl.examples.autogen.java
 

Fields in org.eclipse.ocl.examples.autogen.java declared as AutoAnalyzer
protected  AutoAnalyzer AutoCG2JavaVisitor.analyzer
           
protected  AutoAnalyzer AutoCodeGenerator.cgAnalyzer
           
 

Methods in org.eclipse.ocl.examples.autogen.java that return AutoAnalyzer
 AutoAnalyzer AutoCodeGenerator.getAnalyzer()