FileDocCategorySizeDatePackage
IndexedInstruction.javaAPI DocJava SE 6 API3099Tue Jun 10 00:22:20 BST 2008com.sun.org.apache.bcel.internal.generic

IndexedInstruction

public interface IndexedInstruction
Denote entity that refers to an index, e.g. local variable instructions, RET, CPInstruction, etc.
version
$Id: IndexedInstruction.java,v 1.1.2.1 2005/07/31 23:45:29 jeffsuttor Exp $
author
M. Dahm

Fields Summary
Constructors Summary
Methods Summary
public intgetIndex()

public voidsetIndex(int index)