de.uni_paderborn.fujaba.codegen
Class OOFWIteratorOfExpr

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

public class OOFWIteratorOfExpr
extends OOSingleExpr

get Forward Iterator from objectName

Version:
$Revision: 1.10 $
Author:
$Author: schneider $

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

OOFWIteratorOfExpr

public OOFWIteratorOfExpr(OOVariable objectName)
Constructor for class OOFWIteratorOfExpr

Parameters:
objectName - No description provided
Method Detail

getObjectName

public OOVariable getObjectName()
Get the value of objectName.

Returns:
Value of objectName.

getSourceCode

public java.lang.String getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOFWIteratorOfExpr 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