Uses of Enum
de.inetsoftware.jwebassembly.module.WasmInstruction.Type
Packages that use WasmInstruction.Type
-
Uses of WasmInstruction.Type in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that return WasmInstruction.TypeModifier and TypeMethodDescription(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 instructionstatic WasmInstruction.Type
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.