Class InvokespecialHandler

java.lang.Object
org.eolang.opeo.decompilation.handlers.InvokespecialHandler
All Implemented Interfaces:
InstructionHandler

public final class InvokespecialHandler extends Object implements InstructionHandler
Invokespecial instruction handler.
Since:
0.1
  • Constructor Details

    • InvokespecialHandler

      public InvokespecialHandler()
  • Method Details

    • handle

      public void handle(DecompilerState state)
      Handle invokespecial instruction.
      Specified by:
      handle in interface InstructionHandler
      Parameters:
      state - Current instruction to handle together with operand stack and variables.