Class StoreToArrayHandler
- java.lang.Object
-
- org.eolang.opeo.decompilation.handlers.StoreToArrayHandler
-
- All Implemented Interfaces:
InstructionHandler
public final class StoreToArrayHandler extends Object implements InstructionHandler
Store to array instruction handler. Store a reference in an array Opcodes: aastore Stack [before]->[after]: "arrayref, index, value →"- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description StoreToArrayHandler()
-
-
-
Method Detail
-
handle
public void handle(DecompilerState state)
Description copied from interface:InstructionHandler
Handle instruction.- Specified by:
handle
in interfaceInstructionHandler
- Parameters:
state
- Current instruction to handle together with operand stack and variables.
-
-