Class LoadHandler
java.lang.Object
org.eolang.opeo.decompilation.handlers.LoadHandler
- All Implemented Interfaces:
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 -
Method Summary
-
Constructor Details
-
LoadHandler
public LoadHandler(org.objectweb.asm.Type type) Constructor.- Parameters:
type
- Type of the variable.
-
-
Method Details
-
handle
Description copied from interface:InstructionHandler
Handle instruction.- Specified by:
handle
in interfaceInstructionHandler
- Parameters:
state
- Current instruction to handle together with operand stack and variables.
-