Uses of Class
org.eclipse.ocl.examples.codegen.cse.SimpleAnalysis

Packages that use SimpleAnalysis
org.eclipse.ocl.examples.codegen.cse   
 

Uses of SimpleAnalysis in org.eclipse.ocl.examples.codegen.cse
 

Fields in org.eclipse.ocl.examples.codegen.cse declared as SimpleAnalysis
protected  SimpleAnalysis[] SimpleAnalysis.children
           
static SimpleAnalysis[] SimpleAnalysis.EMPTY_LIST
           
 

Fields in org.eclipse.ocl.examples.codegen.cse with type parameters of type SimpleAnalysis
protected  java.util.List<SimpleAnalysis> CommonAnalysis.simpleAnalyses
           
 

Methods in org.eclipse.ocl.examples.codegen.cse that return SimpleAnalysis
protected  SimpleAnalysis GlobalPlace.buildSimpleAnalysisTree(CGElement cgElement, int depth)
          Populate the map from structural hash code to same-hashed analysis in the analysis tree rooted at thisAnalysis.
 SimpleAnalysis SimpleAnalysis.getParent()
           
 SimpleAnalysis CommonAnalysis.getPrimaryAnalysis()
           
 SimpleAnalysis ControlPlace.getSimpleAnalysis()
           
 SimpleAnalysis GlobalPlace.getSimpleAnalysis(java.lang.Object anObject)
           
 

Methods in org.eclipse.ocl.examples.codegen.cse with parameters of type SimpleAnalysis
 CommonAnalysis CommonAnalysis.addedSimpleAnalysis(SimpleAnalysis simpleAnalysis)
           
abstract  CommonAnalysis AbstractAnalysis.addSimpleAnalysis(SimpleAnalysis simpleAnalysis)
          Return the analysis that shares this analysis and simpleAnalysis
 CommonAnalysis CommonAnalysis.addSimpleAnalysis(SimpleAnalysis simpleAnalysis)
           
 void GlobalPlace.addSimpleAnalysis(SimpleAnalysis simpleAnalysis)
           
 AbstractAnalysis HashedAnalyses.addSimpleAnalysis(SimpleAnalysis anAnalysis)
           
 CommonAnalysis SimpleAnalysis.addSimpleAnalysis(SimpleAnalysis simpleAnalysis)
           
abstract  boolean AbstractAnalysis.isStructurallyEqualTo(SimpleAnalysis thatAnalysis)
          Return true if the tree structure of this analysis is identical to thatAnalysis.
 boolean CommonAnalysis.isStructurallyEqualTo(SimpleAnalysis thatAnalysis)
           
 boolean SimpleAnalysis.isStructurallyEqualTo(SimpleAnalysis that)
           
 void CommonAnalysis.removedSimpleAnalysis(SimpleAnalysis simpleAnalysis)
           
 

Constructors in org.eclipse.ocl.examples.codegen.cse with parameters of type SimpleAnalysis
CommonAnalysis(SimpleAnalysis firstAnalysis, SimpleAnalysis secondAnalysis)
           
SimpleAnalysis(GlobalPlace globalPlace, CGValuedElement cgElement, int depth, int structuralHashCode, SimpleAnalysis[] children)