nop
: do nothing :
index
:
visitInsn()
Description
This instruction has no effect - compilers sometimes generate nop's for debugging, testing or timing purposes.
Example
nop ; do nothing
Stack
Before
After
...
...
Bytecode
Type
Description
u1
nop opcode = 0x0 (0)