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

Packages that use OONewArrayExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OONewArrayExpr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OONewArrayExpr
static OONewArrayExpr OO.newArray(FType elementType, OOExpression size)
          No comment provided by developer, please add a comment to improve documentation.
static OONewArrayExpr OO.newArray(FArray arrayType, OOExpression size)
          No comment provided by developer, please add a comment to improve documentation.
static OONewArrayExpr OO.newArray(java.lang.String elementType, OOExpression size)
          No comment provided by developer, please add a comment to improve documentation.
 

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