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

Packages that use OOType
de.uni_paderborn.fujaba.codegen   
 

Uses of OOType in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOType
 OOType OOFWIteratorHasNextExpr.getElemType()
          Get the value of elemType.
 OOType OOExceptionExpr.getExceptionType()
          Get the exceptionType attribute of the OOExceptionExpr object
static OOType OO.type(FType type)
          Describe type method here.
static OOType OO.type(FType type, boolean pointer)
          Describe type method here.
static OOType OO.type(java.lang.String typeName)
          Describe type method here.
static OOType OO.type(java.lang.String typeName, boolean pointer)
          Describe type method here.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOType
 java.lang.String OOGenVisitor.getOOTypeAsString(OOType theType)
          Get the oOTypeAsString attribute of the OOGenVisitor object
 java.lang.String OOGenVisitor.getOOTypeAsString(OOType theType, boolean isBound)
          Get the oOTypeAsString attribute of the OOGenVisitor object
static OOFWIteratorHasNextExpr OO.iterHasNext(OOVariable iterName, OOVariable objectName, OOType elemType, boolean useAccessMethod)
          Describe iterHasNext method here.
static OOFWIteratorHasNextExpr OO.iterHasNext(OOVariable iterName, java.lang.String objectName, OOType elemType, boolean useAccessMethod)
          Describe iterHasNext method here.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOType
OOFWIteratorHasNextExpr(OOVariable iterName, OOVariable objectName, OOType elemType, boolean useAccessMethod)
          Constructor for class OOFWIteratorHasNextExpr
OOExceptionExpr(OOType type)
          Constructor for class OOExceptionExpr