com.raelity.jvi
Class OPARG

java.lang.Object
  extended by com.raelity.jvi.OPARG

public class OPARG
extends Object

Arguments for operators.


Constructor Summary
OPARG()
           
 
Method Summary
 void clearop()
           
 OPARG copy()
          Create a copy of OPARG.
 String toString()
          Return a readable string representation of the OPARG object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OPARG

public OPARG()
Method Detail

clearop

public void clearop()

copy

public OPARG copy()
Create a copy of OPARG.

Returns:
a copy of this OPARG object

toString

public String toString()
Return a readable string representation of the OPARG object.

Overrides:
toString in class Object
Returns:
a readable string representation of the OPARG object.