Uses of Interface
org.eclipse.ocl.examples.autogen.autocgmodel.CGASTCallExp

Packages that use CGASTCallExp
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.autogen.autocgmodel.util   
org.eclipse.ocl.examples.autogen.java   
 

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

Methods in org.eclipse.ocl.examples.autogen.analyzer with parameters of type CGASTCallExp
 java.lang.Object AutoAnalysisVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.lang.Object AutoBoxingAnalyzer.visitCGASTCallExp(CGASTCallExp cgElement)
           
 java.lang.String AutoCG2StringVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.lang.Object AutoDependencyVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.util.Set<CGVariable> AutoFieldingAnalyzer.AutoAnalysisVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.lang.Boolean AutoFieldingAnalyzer.AutoRewriteVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.util.List<java.lang.Object> AutoReferencesVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 

Uses of CGASTCallExp in org.eclipse.ocl.examples.autogen.autocgmodel
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel that return CGASTCallExp
 CGASTCallExp AutoCGModelFactory.createCGASTCallExp()
          Returns a new object of class 'CGAST Call Exp'.
 

Uses of CGASTCallExp in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGASTCallExp
 class CGASTCallExpImpl
          An implementation of the model object 'CGAST Call Exp'.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl that return CGASTCallExp
 CGASTCallExp AutoCGModelFactoryImpl.createCGASTCallExp()
           
 

Uses of CGASTCallExp in org.eclipse.ocl.examples.autogen.autocgmodel.util
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.util with parameters of type CGASTCallExp
 T AutoCGModelSwitch.caseCGASTCallExp(CGASTCallExp object)
          Returns the result of interpreting the object as an instance of 'CGAST Call Exp'.
 R AbstractExtendingAutoCGModelVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 R AbstractNonNullExtendingAutoCGModelVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 R AbstractNullAutoCGModelVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 R AutoCGModelVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 

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

Methods in org.eclipse.ocl.examples.autogen.java with parameters of type CGASTCallExp
 java.lang.Object AutoCG2JavaPreVisitor.visitCGASTCallExp(CGASTCallExp object)
           
 java.lang.Boolean AutoCG2JavaVisitor.visitCGASTCallExp(CGASTCallExp object)