de.uni_paderborn.fujaba.codegen
Class OOThrowStatement

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

public class OOThrowStatement
extends OOStatement

Class OOThrowStatement

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

Field Summary
private  OOExceptionExpr myException
          UMLAttribute : 'myException : OOExceptionExpr '
 
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOStatement
 
Constructor Summary
private OOThrowStatement()
          Default Constructor
  OOThrowStatement(OOExceptionExpr myException)
          Constructor for class OOThrowStatement
 
Method Summary
 OOExceptionExpr getMyException()
          Get the value of myException.
 java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOThrowStatement 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

myException

private OOExceptionExpr myException
UMLAttribute : 'myException : OOExceptionExpr '

Constructor Detail

OOThrowStatement

private OOThrowStatement()
Default Constructor


OOThrowStatement

public OOThrowStatement(OOExceptionExpr myException)
Constructor for class OOThrowStatement

Parameters:
myException - No description provided
Method Detail

getMyException

public OOExceptionExpr getMyException()
Get the value of myException.

Returns:
Value of myException.

getSourceCode

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

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

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