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 $

Field Summary
private  OOVariable iterName
          UMLAttribute : 'iterName : OOVariable '
 
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOExpression
 
Constructor Summary
private OOFWIteratorGotoNextExpr()
          Default Constructor
  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
 

Field Detail

iterName

private OOVariable iterName
UMLAttribute : 'iterName : OOVariable '

Constructor Detail

OOFWIteratorGotoNextExpr

private OOFWIteratorGotoNextExpr()
Default Constructor


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