Uses of Interface
de.uni_paderborn.fujaba.codegen.OOTypeInterface

Packages that use OOTypeInterface
de.uni_paderborn.fujaba.codegen   
 

Uses of OOTypeInterface in de.uni_paderborn.fujaba.codegen
 

Classes in de.uni_paderborn.fujaba.codegen that implement OOTypeInterface
 class OOContainerType
          Class OOContainerType
 class OOType
          Class OOType
 

Methods in de.uni_paderborn.fujaba.codegen that return OOTypeInterface
 OOTypeInterface OOTypeCastExpr.getTypeName()
          Get the value of typeName.
 OOTypeInterface OOObjectOfTypeExpr.getTypeName()
          Get the value of typeName.
 OOTypeInterface OONewObjectExpr.getVarType()
          Get the value of varType.
 OOTypeInterface OONewArrayExpr.getElementType()
          Get the value of varType.
 OOTypeInterface OOLocalVarDeclStatement.getVarType()
          Get the value of varType.
 OOTypeInterface[] OOContainerType.getParameter()
          Get the value of parameter.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOTypeInterface
 java.lang.String OOGenVisitor.getOOTypeAsString(OOTypeInterface theType)
          Get the oOTypeAsString attribute of the OOGenVisitor object
 java.lang.String OOGenVisitor.getOOTypeAsString(OOTypeInterface theType, boolean isBound)
          Get the oOTypeAsString attribute of the OOGenVisitor object
static OOContainerType OO.containerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
          Describe containerType method here.
static OOContainerType OO.containerType(OOCollectionEnum cType, OOTypeInterface parameter)
          Describe containerType method here.
static OONewObjectExpr OO.newObject(OOTypeInterface varType, OOExpression parameter)
          Describe newObject method here.
static OONewObjectExpr OO.newObject(OOTypeInterface type)
          Describe newObject method here.
static OOLocalVarDeclStatement OO.varDecl(OOTypeInterface varType, OOVariable objectName, OOExpression initExpr)
          Describe varDecl method here.
static OOLocalVarDeclStatement OO.varDecl(OOTypeInterface varType, OOVariable objectName)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOTypeInterface
OOTypeCastExpr(OOTypeInterface typeName, OOExpression castSource)
          Constructor for class OOTypeCastExpr
OOObjectOfTypeExpr(OOVariable objectName, OOTypeInterface typeName)
          Constructor for class OOObjectOfTypeExpr
OOObjectOfTypeExpr(java.lang.String objectName, OOTypeInterface typeName)
          Constructor for class OOObjectOfTypeExpr
OOObjectOfTypeExpr(OOVariableType objectType, OOTypeInterface typeName)
          Constructor for class OOObjectOfTypeExpr
OONewObjectExpr(OOTypeInterface varType, OOExpression parameter)
          Constructor for class OONewObjectExpr
OONewArrayExpr(OOTypeInterface elementType, OOExpression sizeExpr)
          Constructor for class OONewObjectExpr
OOLocalVarDeclStatement(OOTypeInterface varType, OOVariable objectName, OOExpression initExpr)
          Constructor for class OOLocalVarDeclStatement
OOContainerType(OOCollectionEnum collectionType, OOTypeInterface[] theParameter)
          Default Constructor