org.eclipse.ocl.examples.codegen.oclinecore
Class OCLinEcoreCodeGenerator.EcoreFieldingAnalyzer

java.lang.Object
  extended by org.eclipse.ocl.examples.codegen.analyzer.FieldingAnalyzer
      extended by org.eclipse.ocl.examples.codegen.oclinecore.OCLinEcoreCodeGenerator.EcoreFieldingAnalyzer
Enclosing class:
OCLinEcoreCodeGenerator

public static class OCLinEcoreCodeGenerator.EcoreFieldingAnalyzer
extends FieldingAnalyzer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.codegen.analyzer.FieldingAnalyzer
FieldingAnalyzer.AnalysisVisitor, FieldingAnalyzer.RewriteVisitor
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.codegen.analyzer.FieldingAnalyzer
analyzer
 
Method Summary
protected  FieldingAnalyzer.RewriteVisitor createRewriteVisitor(java.util.Set<CGVariable> caughtVariables)
           
 
Methods inherited from class org.eclipse.ocl.examples.codegen.analyzer.FieldingAnalyzer
analyze, createAnalysisVisitor, isValidating, setCaught
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRewriteVisitor

@NonNull
protected FieldingAnalyzer.RewriteVisitor createRewriteVisitor(@NonNull
                                                                       java.util.Set<CGVariable> caughtVariables)
Overrides:
createRewriteVisitor in class FieldingAnalyzer