Class 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 Detail

      • LoadHandler

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