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

Packages that use OOExceptionExpr
de.uni_paderborn.fujaba.codegen   
 

Uses of OOExceptionExpr in de.uni_paderborn.fujaba.codegen
 

Fields in de.uni_paderborn.fujaba.codegen declared as OOExceptionExpr
static OOExceptionExpr OOExceptionExpr.SDM_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
static OOExceptionExpr OOExceptionExpr.INTERRUPTED_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
static OOExceptionExpr OOExceptionExpr.ILLEGALDATA_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen that return OOExceptionExpr
 OOExceptionExpr OOThrowStatement.getMyException()
          Get the value of myException.
 OOExceptionExpr OOCatchStatement.getExceptionType()
          Get the value of exceptionType.
static OOExceptionExpr OO.exception(FType type)
          No comment provided by developer, please add a comment to improve documentation.
static OOExceptionExpr OO.exception(java.lang.String typeName)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type OOExceptionExpr
 java.lang.String OOGenVisitor.getSourceCode(OOExceptionExpr expression)
          Get the sourceCode attribute of the OOGenVisitor object
static OOCatchStatement OO.catchStat(OOExceptionExpr exceptionType, OOVariable exceptionName)
          Describe catchStat method here.
 

Constructors in de.uni_paderborn.fujaba.codegen with parameters of type OOExceptionExpr
OOThrowStatement(OOExceptionExpr myException)
          Constructor for class OOThrowStatement
OOCatchStatement(OOExceptionExpr exceptionType, OOVariable exceptionName)
          Constructor for class OOCatchStatement