|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--org.apache.bcel.generic.Instruction
|
+--org.apache.bcel.generic.ArrayInstruction
|
+--org.apache.bcel.generic.IASTORE
IASTORE - Store into int array
Stack: ..., arrayref, index, value -> ...
| Field Summary |
|---|
| Fields inherited from class org.apache.bcel.generic.Instruction |
|---|
length, opcode |
| Constructor Summary | |
|---|---|
IASTORE()
Store into int array |
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s). |
| Methods inherited from class org.apache.bcel.generic.ArrayInstruction |
|---|
getExceptions, getType |
| Methods inherited from class org.apache.bcel.generic.Instruction |
|---|
consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.bcel.generic.StackConsumer |
|---|
consumeStack |
| Constructor Detail |
public IASTORE()
| Method Detail |
public void accept(Visitor v)
accept in class Instructionv - Visitor object
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||