libclassfile - v2.1.0
Preparing search index...
BytecodeInstruction
Interface BytecodeInstruction
The general type of a bytecode instruction. Use BytecodeInstructionType for a more narrow type.
interface
BytecodeInstruction
{
mnemonic
:
string
;
opcode
:
number
;
operands
:
(
number
|
bigint
|
(
number
|
bigint
)
[]
|
(
number
|
bigint
)
[]
[]
)
[]
;
pos
:
number
;
wide
:
boolean
;
}
Index
Properties
mnemonic
opcode
operands
pos
wide
Properties
mnemonic
mnemonic
:
string
opcode
opcode
:
number
operands
operands
:
(
number
|
bigint
|
(
number
|
bigint
)
[]
|
(
number
|
bigint
)
[]
[]
)
[]
pos
pos
:
number
wide
wide
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mnemonic
opcode
operands
pos
wide
libclassfile - v2.1.0
Loading...
The general type of a bytecode instruction. Use BytecodeInstructionType for a more narrow type.