org.apache.bcel.generic
Interface IndexedInstruction
- All Known Implementing Classes:
- CPInstruction, LocalVariableInstruction, RET
- public interface IndexedInstruction
Denote entity that refers to an index, e.g. local variable instructions,
RET, CPInstruction, etc.
- Version:
- $Id: IndexedInstruction.html,v 1.1.1.1 2006/05/19 19:18:01 billf Exp $
- Author:
- M. Dahm
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.