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

Constructor Index

 o Operand()

Method Index

 o toString()
Return a human-readable representation of this Operand.

Constructors

 o Operand
 public Operand()

Methods

 o 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