Class METHOD_THROW

java.lang.Object
janala.logger.inst.Instruction
janala.logger.inst.METHOD_THROW
All Implemented Interfaces:
Serializable

public class METHOD_THROW extends Instruction
A special marker instruction indicating that the method is exiting abruptly due to an exception being thrown, and thus the stack frame must be destroyed.
See Also:
  • Constructor Details

    • METHOD_THROW

      public METHOD_THROW()
  • Method Details