|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOExpression
de.uni_paderborn.fujaba.codegen.OOSingleExpr
de.uni_paderborn.fujaba.codegen.OOExceptionExpr
Class OOExceptionExpr
Field Summary | |
static OOExceptionExpr |
ILLEGALDATA_EXCEPTION
No comment provided by developer, please add a comment to improve documentation. |
static OOExceptionExpr |
INTERRUPTED_EXCEPTION
No comment provided by developer, please add a comment to improve documentation. |
static OOExceptionExpr |
SDM_EXCEPTION
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
OOExceptionExpr(OOType type)
Constructor for class OOExceptionExpr |
Method Summary | |
OOType |
getExceptionType()
Get the exceptionType attribute of the OOExceptionExpr object |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOExceptionExpr object |
java.lang.String |
toString()
|
Methods inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
addAll, removeYou, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final OOExceptionExpr SDM_EXCEPTION
public static final OOExceptionExpr INTERRUPTED_EXCEPTION
public static final OOExceptionExpr ILLEGALDATA_EXCEPTION
Constructor Detail |
public OOExceptionExpr(OOType type)
type
- No description providedMethod Detail |
public OOType getExceptionType()
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode
in class OOExpression
visitor
- No description provided
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |