de.uni_paderborn.fujaba.codegen
Class OOPrefixExpr

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

public class OOPrefixExpr
extends OOSingleExpr

UMLClass: 'OOPrefixExpr'.

Version:
$Revision: 1.10 $

Associations

                               0..1
 OOPrefixExpr ----------------------> OOExpression
                             myExpr
 
Author:
$Author: schneider $

Constructor Summary
OOPrefixExpr(OOPrefixOp theOp, OOExpression theExp)
          Constructor for class OOPrefixExpr
 
Method Summary
 OOExpression getMyExpr()
           
 OOPrefixOp getMyOp()
          Get the value of myOp.
 java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOPrefixExpr object
 boolean setMyExpr(OOExpression value)
           
 void setMyOp(OOPrefixOp myOp)
          Set the value of myOp.
 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

OOPrefixExpr

public OOPrefixExpr(OOPrefixOp theOp,
                    OOExpression theExp)
Constructor for class OOPrefixExpr

Parameters:
theOp - No description provided
theExp - No description provided
Method Detail

getMyOp

public OOPrefixOp getMyOp()
Get the value of myOp.

Returns:
Value of myOp.

setMyOp

public void setMyOp(OOPrefixOp myOp)
Set the value of myOp.

Parameters:
myOp - Value to assign to myOp.

setMyExpr

public boolean setMyExpr(OOExpression value)
Parameters:
value - The new myExpr value
Returns:
No description provided
See Also:
#myExpr

getMyExpr

public OOExpression getMyExpr()
Returns:
The myExpr value
See Also:
#myExpr

getSourceCode

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