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 Details

    • LoadHandler

      public LoadHandler(org.objectweb.asm.Type type)
      Constructor.
      Parameters:
      type - Type of the variable.
  • Method Details