|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bcel.generic.Instruction
org.apache.bcel.generic.ArrayInstruction
org.apache.bcel.generic.AASTORE
public class AASTORE
AASTORE - Store into reference array
Stack: ..., arrayref, index, value -> ...
| Field Summary |
|---|
| Fields inherited from class org.apache.bcel.generic.Instruction |
|---|
length, opcode |
| Constructor Summary | |
|---|---|
AASTORE()
Store into reference 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, dispose, 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 AASTORE()
| 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 | |||||||||