(package private) WasmInstruction.Type |
DupThis.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
JumpInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmArrayInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmBlockInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmCallInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmCallInterfaceInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmCallVirtualInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmConstInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmConvertInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmGlobalInstruction.getType() |
Get the type of instruction
|
(package private) abstract WasmInstruction.Type |
WasmInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmLocalInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmMemoryInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmNopInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmNumericInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmStructInstruction.getType() |
Get the type of instruction
|
(package private) WasmInstruction.Type |
WasmTableInstruction.getType() |
Get the type of instruction
|
static WasmInstruction.Type |
WasmInstruction.Type.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WasmInstruction.Type[] |
WasmInstruction.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|