Class LoadHandler
- java.lang.Object
-
- org.eolang.opeo.decompilation.handlers.LoadHandler
-
- All Implemented Interfaces:
InstructionHandler
public final class LoadHandler extends Object implements InstructionHandler
Instruction handler. This handler might understand the following instructions: aload: 1: index | → objectref | load a reference onto the stack from a local variable #index aload_0: → objectref | load a reference onto the stack from local variable 0 ...- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description LoadHandler(org.objectweb.asm.Type type)
Constructor.
-
-
-
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.
-
-