de.uni_paderborn.fujaba.codegen
Class OOCallExpr

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOExpression
      extended byde.uni_paderborn.fujaba.codegen.OOSingleExpr
          extended byde.uni_paderborn.fujaba.codegen.OOCallExpr
Direct Known Subclasses:
OOCallAttrExpr, OOCallMethodExpr

public abstract class OOCallExpr
extends OOSingleExpr

Class OOCallExpr

Version:
$Revision: 1.5 $

Associations

                                 0..1
 OOCallExpr --------------------------> OOCallExpr
                             nextCall
 
Author:
$Author: schneider $

Constructor Summary
OOCallExpr()
          Constructor for class OOCallExpr
OOCallExpr(OOVariable objectName)
          Default Constructor
 
Method Summary
 OOCallExpr getNextCall()
           
 OOVariable getObjectName()
          Get the value of objectName.
abstract  java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOCallExpr object
 boolean setNextCall(OOCallExpr value)
           
 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

OOCallExpr

public OOCallExpr()
Constructor for class OOCallExpr


OOCallExpr

public OOCallExpr(OOVariable objectName)
Default Constructor

Parameters:
objectName - No description provided
Method Detail

getObjectName

public OOVariable getObjectName()
Get the value of objectName.

Returns:
Value of objectName.

setNextCall

public boolean setNextCall(OOCallExpr value)
Parameters:
value - The new nextCall value
Returns:
No description provided
See Also:
#nextCall

getNextCall

public OOCallExpr getNextCall()
Returns:
The nextCall value
See Also:
#nextCall

getSourceCode

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