Uses of Class
de.uni_paderborn.fujaba.codegen.OOCallExpr

Packages that use OOCallExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOCallExpr in de.uni_paderborn.fujaba.codegen
 

Subclasses of OOCallExpr in de.uni_paderborn.fujaba.codegen
 class OOCallAttrExpr
          Class OOCallAttrExpr
 class OOCallMethodExpr
          Class OOCallMethodExpr
 

Methods in de.uni_paderborn.fujaba.codegen that return OOCallExpr
 OOCallExpr OOCallExpr.getNextCall()
           
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOCallExpr
 boolean OOCallExpr.setNextCall(OOCallExpr value)
           
static OOCallAttrExpr OO.callAttr(OOVariable objectName, OOVariable attrName, OOCallExpr nextCall)
          No comment provided by developer, please add a comment to improve documentation.
static OOStatement OO.callAttrStat(OOVariable objectName, OOVariable attrName, OOCallExpr nextCall)
          No comment provided by developer, please add a comment to improve documentation.