Class StoreHandler

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

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

    • StoreHandler

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