|
|||||||||||
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
Constructor Summary | |
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 |
Constructor Detail |
public OOCatchStatement(OOExceptionExpr exceptionType, OOVariable exceptionName)
exceptionType
- No description providedexceptionName
- No description providedMethod Detail |
public java.lang.String getSourceCode(OOGenVisitor visitor)
getSourceCode
in class OOStatement
visitor
- No description provided
public OOExceptionExpr getExceptionType()
public OOVariable getExceptionName()
public java.lang.String toString()
OOStatement
toString
method here.
toString
in class OOStatement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |