de.uni_paderborn.fujaba.codegen
Class OOCallAttrExpr
java.lang.Object
de.uni_paderborn.fujaba.codegen.OOExpression
de.uni_paderborn.fujaba.codegen.OOSingleExpr
de.uni_paderborn.fujaba.codegen.OOCallExpr
de.uni_paderborn.fujaba.codegen.OOCallAttrExpr
- public class OOCallAttrExpr
- extends OOCallExpr
Class OOCallAttrExpr
- Version:
- $Revision: 1.6 $
- Author:
- $Author: schneider $
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOCallExpr |
|
Fields inherited from class de.uni_paderborn.fujaba.codegen.OOExpression |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
attrName
private OOVariable attrName
- UMLAttribute : 'attrName : OOVariable '
OOCallAttrExpr
private OOCallAttrExpr()
- Constructor for class OOCallAttrExpr
OOCallAttrExpr
public OOCallAttrExpr(OOVariable objectName,
OOVariable attrName)
- Default Constructor
- Parameters:
objectName
- No description providedattrName
- No description provided
getAttrName
public OOVariable getAttrName()
- Get the value of attrName.
- Returns:
- Value of attrName.
getSourceCode
public java.lang.String getSourceCode(OOGenVisitor visitor)
- Get the sourceCode attribute of the OOCallAttrExpr object
- Specified by:
getSourceCode
in class OOCallExpr
- Parameters:
visitor
- No description provided
- Returns:
- The sourceCode value
toString
public java.lang.String toString()
- Overrides:
toString
in class OOCallExpr
- Returns:
- short string representation of current object