de.uni_paderborn.fujaba.codegen
Class OOCatchStatement

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOStatement
      extended byde.uni_paderborn.fujaba.codegen.OOCatchStatement

public class OOCatchStatement
extends OOStatement

Class OOCatchStatement

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

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

OOCatchStatement

public OOCatchStatement(OOExceptionExpr exceptionType,
                        OOVariable exceptionName)
Constructor for class OOCatchStatement

Parameters:
exceptionType - No description provided
exceptionName - No description provided
Method Detail

getSourceCode

public java.lang.String getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOCatchStatement object

Specified by:
getSourceCode in class OOStatement
Parameters:
visitor - No description provided
Returns:
The sourceCode value

getExceptionType

public OOExceptionExpr getExceptionType()
Get the value of exceptionType.

Returns:
Value of exceptionType.

getExceptionName

public OOVariable getExceptionName()
Get the value of exceptionName.

Returns:
Value of exceptionName.

toString

public java.lang.String toString()
Description copied from class: OOStatement
Describe toString method here.

Overrides:
toString in class OOStatement
Returns:
short string representation of current object