Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
ArrayLoadInstruction |
Code.aaload()
Load an object array value onto the stack; the
aaload
opcode. |
ArrayLoadInstruction |
Code.baload()
Load a byte array value onto the stack; the
baload opcode. |
ArrayLoadInstruction |
Code.caload()
Load a char array value onto the stack; the
caload opcode. |
ArrayLoadInstruction |
Code.daload()
Load a double array value onto the stack; the
daload opcode. |
ArrayLoadInstruction |
Code.faload()
Load a float array value onto the stack; the
faload opcode. |
ArrayLoadInstruction |
Code.iaload()
Load an int array value onto the stack; the
iaload opcode. |
ArrayLoadInstruction |
Code.laload()
Load a long array value onto the stack; the
laload opcode. |
ArrayLoadInstruction |
Code.saload()
Load a short array value onto the stack; the
saload opcode. |
ArrayLoadInstruction |
Code.xaload()
Load an array value onto the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterArrayLoadInstruction(ArrayLoadInstruction obj) |
void |
BCVisitor.exitArrayLoadInstruction(ArrayLoadInstruction obj) |
Copyright © 2002–2019. All rights reserved.