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

Method Summary
intgetIndex()
voidsetIndex(int index)

Method Detail

getIndex

public int getIndex()

setIndex

public void setIndex(int index)
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.