Frames | No Frames |
Classes derived from org.apache.bcel.generic.ArrayInstruction | |
class | AALOAD - Load reference from array
Stack: ..., arrayref, index -> value |
class | AASTORE - Store into reference array
Stack: ..., arrayref, index, value -> ... |
class | BALOAD - Load byte or boolean from array
Stack: ..., arrayref, index -> ..., value |
class | BASTORE - Store into byte or boolean array
Stack: ..., arrayref, index, value -> ... |
class | CALOAD - Load char from array
Stack: ..., arrayref, index -> ..., value |
class | CASTORE - Store into char array
Stack: ..., arrayref, index, value -> ... |
class | DALOAD - Load double from array
Stack: ..., arrayref, index -> ..., result.word1, result.word2 |
class | DASTORE - Store into double array
Stack: ..., arrayref, index, value.word1, value.word2 -> ... |
class | FALOAD - Load float from array
Stack: ..., arrayref, index -> ..., value |
class | FASTORE - Store into float array
Stack: ..., arrayref, index, value -> ... |
class | IALOAD - Load int from array
Stack: ..., arrayref, index -> ..., value |
class | IASTORE - Store into int array
Stack: ..., arrayref, index, value -> ... |
class | LALOAD - Load long from array
Stack: ..., arrayref, index -> ..., value1, value2 |
class | LASTORE - Store into long array
Stack: ..., arrayref, index, value.word1, value.word2 -> ... |
class | SALOAD - Load short from array
Stack: ..., arrayref, index -> ..., value |
class | SASTORE - Store into short array
Stack: ..., arrayref, index, value -> ... |
Methods with parameter type org.apache.bcel.generic.ArrayInstruction | |
void | |
void |
Methods with return type org.apache.bcel.generic.ArrayInstruction | |
ArrayInstruction | |
ArrayInstruction |