Interface ThrowInstruction
- All Superinterfaces:
ClassFileElement, CodeElement, Instruction
Models an
athrow instruction in the code array of a
Code attribute. Delivered as a CodeElement when traversing
the elements of a CodeModel.
A throw instruction has no visible state.
- Since:
- 24
- See Also:
-
Method Summary
Static MethodsMethods declared in interface Instruction
opcode, sizeInBytesModifier and TypeMethodDescriptionopcode()Returns the operation of this instruction.intReturns the size in bytes of this instruction.
-
Method Details
-
of
-