de.uni_paderborn.fujaba.codegen
Class OOFWIteratorGotoNextExpr

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOExpression
      extended byde.uni_paderborn.fujaba.codegen.OOSingleExpr
          extended byde.uni_paderborn.fujaba.codegen.OOFWIteratorGotoNextExpr

public class OOFWIteratorGotoNextExpr
extends OOSingleExpr

Class OOFWIteratorGotoNextExpr

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

Constructor Summary
OOFWIteratorGotoNextExpr(OOVariable iterName)
          Constructor for class OOFWIteratorGotoNextExpr
 
Method Summary
 OOVariable getIterName()
          Get the value of iterName.
 java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOFWIteratorGotoNextExpr 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
 

Constructor Detail

OOFWIteratorGotoNextExpr

public OOFWIteratorGotoNextExpr(OOVariable iterName)
Constructor for class OOFWIteratorGotoNextExpr

Parameters:
iterName - No description provided
Method Detail

getIterName

public OOVariable getIterName()
Get the value of iterName.

Returns:
Value of iterName.

getSourceCode

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

Overrides:
getSourceCode in class OOExpression
Parameters:
visitor - No description provided
Returns:
The sourceCode value

toString

public java.lang.String toString()
Returns:
short string representation of current object