All Packages Class Hierarchy This Package Previous Next Index
Class harpoon.IR.Bytecode.Operand
java.lang.Object
|
+----harpoon.IR.Bytecode.Operand
- public abstract class Operand
- extends Object
Operand
represents the operands of a java bytecode
instruction.
- Version:
- $Id: Operand.java,v 1.2 1998/10/11 03:01:17 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
- See Also:
- Instr, InGen, OpConstant, OpLocalVariable, OpClass, OpMethod, OpField
-
Operand()
-
-
toString()
- Return a human-readable representation of this Operand.
Operand
public Operand()
toString
public abstract String toString()
- Return a human-readable representation of this Operand.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index