- 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.
- Since:
- 24
- See Also:
-
Method Summary
Static MethodsMethods inherited from interface io.smallrye.classfile.Instruction
opcode, sizeInBytes
-
Method Details
-
of
Returns a no-op instruction.- Returns:
- a no-op instruction
-