File
Doc
Category
Size
Date
Package
IndexedInstruction.java
API Doc
Java SE 5 API
3096
Fri Aug 26 14:55:22 BST 2005
com.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
int
getIndex
()
public void
setIndex
(
int
index)
Java Code Source