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

Packages that use OOTypeCastExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOTypeCastExpr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return OOTypeCastExpr
static OOTypeCastExpr OO.typeCast(FType type, OOExpression castSource)
          No comment provided by developer, please add a comment to improve documentation.
static OOTypeCastExpr OO.typeCast(java.lang.String typeName, OOExpression castSource)
          Describe typeCast method here.
static OOTypeCastExpr OO.typeCast(java.lang.String typeName, OOVariable castSource)
          Describe typeCast method here.
static OOTypeCastExpr OO.typeCast(java.lang.String typeName, OOVariableType castSourceType)
          Describe typeCast method here.
static OOTypeCastExpr OO.typeCast(FType typeName, OOVariableType castSourceType)
          No comment provided by developer, please add a comment to improve documentation.
 

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