All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class harpoon.IR.Bytecode.OpLocalVariable

java.lang.Object
   |
   +----harpoon.IR.Bytecode.Operand
           |
           +----harpoon.IR.Bytecode.OpLocalVariable

public class OpLocalVariable
extends Operand
OpLocalVariable represents an operand of a java bytecode instruction which indicates a local variable index.

Version:
$Id: OpLocalVariable.java,v 1.2 1998/10/11 03:01:16 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Constructor Index

 o OpLocalVariable(int)
Create an OpLocalVariable given the index of the local variable referenced.

Method Index

 o getIndex()
Get the local variable index
 o toString()
Return a human-readable representation of this Operand.

Constructors

 o OpLocalVariable
 public OpLocalVariable(int local_variable_index)
Create an OpLocalVariable given the index of the local variable referenced.

Methods

 o getIndex
 public int getIndex()
Get the local variable index

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

Overrides:
toString in class Operand

All Packages  Class Hierarchy  This Package  Previous  Next  Index