Preview
Second Preview of ClassFile API (JEP 466).
Programs can only use Instruction
when preview features are enabled.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
Modifier and Type | Method and Description |
---|---|
public Opcode | |
public int | Returns: the size in bytes of this instructionReturns the size in bytes of this instruction. |
opcode | back to summary |
---|---|
public Opcode opcode() Returns the opcode of this instruction.
|
sizeInBytes | back to summary |
---|---|
public int sizeInBytes() Returns the size in bytes of this instruction.
|