|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.uni_paderborn.fujaba.codegen.OOStatement
de.uni_paderborn.fujaba.codegen.OOCatchStatement
Class OOCatchStatement
| Field Summary | |
private OOVariable |
exceptionName
UMLAttribute : 'exceptionName : OOVariable ' |
private OOExceptionExpr |
exceptionType
UMLAttribute : 'exceptionType : OOExceptionExpr ' |
| Fields inherited from class de.uni_paderborn.fujaba.codegen.OOStatement |
|
| Constructor Summary | |
private |
OOCatchStatement()
Default Constructor |
|
OOCatchStatement(OOExceptionExpr exceptionType,
OOVariable exceptionName)
Constructor for class OOCatchStatement |
| Method Summary | |
OOVariable |
getExceptionName()
Get the value of exceptionName. |
OOExceptionExpr |
getExceptionType()
Get the value of exceptionType. |
java.lang.String |
getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOCatchStatement object |
java.lang.String |
toString()
Describe toString method here. |
| Methods inherited from class de.uni_paderborn.fujaba.codegen.OOStatement |
add, add, addAll, addAll, getToken, removeYou, setToken, toArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private OOExceptionExpr exceptionType
private OOVariable exceptionName
| Constructor Detail |
private OOCatchStatement()
public OOCatchStatement(OOExceptionExpr exceptionType,
OOVariable exceptionName)
exceptionType - No description providedexceptionName - No description provided| Method Detail |
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode in class OOStatementvisitor - No description provided
public OOExceptionExpr getExceptionType()
public OOVariable getExceptionName()
public java.lang.String toString()
OOStatementtoString method here.
toString in class OOStatement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||