Package janala.logger.inst
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class janala.logger.inst.Instruction
iid, mid
-
-
Constructor Summary
Constructors Constructor Description METHOD_THROW()
-