org.apache.bcel.generic
Interface IndexedInstruction
public
interface
IndexedInstruction
Denote entity that refers to an index, e.g. local variable instructions,
RET, CPInstruction, etc.
Version: $Id: IndexedInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
Author: M. Dahm
public int getIndex()
public void setIndex(int index)
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.