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 $

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

Field Detail

objectName

private OOVariable objectName
UMLAttribute : 'objectName : OOVariable '

Constructor Detail

OOFWIteratorOfExpr

private OOFWIteratorOfExpr()
Default Constructor


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