de.uni_paderborn.fujaba.codegen
Class OOClassOfVariableExpr

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

public class OOClassOfVariableExpr
extends OOSingleExpr

Class OOClassOfVariableExpr

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

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

OOClassOfVariableExpr

public OOClassOfVariableExpr(OOVariable objectName)
Constructor for class OOClassOfVariableExpr

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 OOClassOfVariableExpr 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