Interface NopInstruction
- All Superinterfaces:
- ClassFileElement, CodeElement, Instruction
Models a 
nop instruction in the code
array of a Code attribute.  Delivered as a CodeElement
when traversing the elements of a CodeModel.
A no-op instruction has no visible state.
- See Java Virtual Machine Specification:
- 
6.5.nop nop
- Since:
- 24
- See Also:
- 
Method SummaryStatic MethodsMethods declared in interface Instructionopcode, sizeInBytes
- 
Method Details- 
of
 
-