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

Packages that use OONewObjectExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OONewObjectExpr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OONewObjectExpr
static OONewObjectExpr OO.newObject(OOTypeInterface varType, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(java.lang.String typeName, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(FType type, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, FType elemType, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, java.lang.String elemTypeName, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, FType elemType)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOCollectionEnum containerType, java.lang.String elemTypeName)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOTypeInterface type)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(java.lang.String typeName)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(FType type)
          No comment provided by developer, please add a comment to improve documentation.
 

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