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

Packages that use OOCallMethodExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOCallMethodExpr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOCallMethodExpr
 OOCallMethodExpr OOCallMethodExpr.append(OOMethod methodName, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
 OOCallMethodExpr OOCallMethodExpr.append(OOMethodType methodType, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
 OOCallMethodExpr OOCallMethodExpr.append(OOMethod methodName, java.lang.String theParameter)
          No comment provided by developer, please add a comment to improve documentation.
 OOCallMethodExpr OOCallMethodExpr.append(OOMethodType methodType, java.lang.String theParameter)
          No comment provided by developer, please add a comment to improve documentation.
 OOCallMethodExpr OOCallMethodExpr.append(OOMethod methodName)
          No comment provided by developer, please add a comment to improve documentation.
 OOCallMethodExpr OOCallMethodExpr.append(OOMethodType methodType)
          No comment provided by developer, please add a comment to improve documentation.
static OOCallMethodExpr OO.call(OOVariable objectName, OOMethod methodName, OOExpression theParameter)
          Describe call method here.
static OOCallMethodExpr OO.call(OOMethodType methodType, OOExpression theParameter)
          Describe call method here.
static OOCallMethodExpr OO.call(OOMethod method, OOExpression theParameter)
          No comment provided by developer, please add a comment to improve documentation.
static OOCallMethodExpr OO.call(OOMethod methodName)
          Describe call method here.
static OOCallMethodExpr OO.call(OOMethodType methodType)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, OOMethodType methodType)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, OOMethod method)
          Describe call method here.
static OOCallMethodExpr OO.call(OOVariable theVariable, OOMethodType methodType)
          Describe call method here.
static OOCallMethodExpr OO.call(OOVariable theVariable, OOMethod method)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, java.lang.String methodName)
          Describe call method here.
static OOCallMethodExpr OO.call(OOVariable theVariable, java.lang.String methodName)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, OOMethod method, OOExpression theParameter)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, java.lang.String method, OOExpression theParameter)
          Describe call method here.
static OOCallMethodExpr OO.call(java.lang.String objectName, OOMethodType methodType, OOExpression theParameter)
          Describe call method here.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOCallMethodExpr
 java.lang.String OOGenVisitor.getSourceCode(OOCallMethodExpr expression)
          Get the sourceCode attribute of the OOGenVisitor object
 java.lang.String AbstractCPPGenVisitor.getSourceCode(OOCallMethodExpr expression)
          Get the sourceCode attribute of the OOGenVisitor object