|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcaas.script_nodes.IndexedList
public class IndexedList
| Constructor Summary | |
|---|---|
IndexedList(org.apache.bcel.generic.InstructionList list,
int index)
IndexedList constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object newList)
The compareTo method, implemented for the Comparable interface. |
int |
getIndex()
Returns the index |
org.apache.bcel.generic.InstructionList |
getInstructionList()
Returns the InstructionList |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedList(org.apache.bcel.generic.InstructionList list,
int index)
list - - the Instructionlistindex - - the index at which the InstructionList is to be added| Method Detail |
|---|
public int getIndex()
public org.apache.bcel.generic.InstructionList getInstructionList()
public int compareTo(java.lang.Object newList)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||