FileDocCategorySizeDatePackage
IndexedInstruction.javaAPI DocJava SE 5 API3096Fri Aug 26 14:55:22 BST 2005com.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.1.1 2001/10/29 20:00:18 jvanzyl Exp $
author
M. Dahm

Fields Summary
Constructors Summary
Methods Summary
public intgetIndex()

public voidsetIndex(int index)