de.uni_paderborn.fujaba.codegen
Class OOPrefixOp

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOPrefixOp

public class OOPrefixOp
extends java.lang.Object

Class OOPrefixOp

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Field Summary
static OOPrefixOp DECR_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOPrefixOp INCR_OP
          No comment provided by developer, please add a comment to improve documentation.
static OOPrefixOp NOT_OP
          No comment provided by developer, please add a comment to improve documentation.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_OP

public static OOPrefixOp NOT_OP
No comment provided by developer, please add a comment to improve documentation.


DECR_OP

public static OOPrefixOp DECR_OP
No comment provided by developer, please add a comment to improve documentation.


INCR_OP

public static OOPrefixOp INCR_OP
No comment provided by developer, please add a comment to improve documentation.

Method Detail

toString

public java.lang.String toString()
Returns:
short string representation of current object