Uses of Enum
de.inetsoftware.jwebassembly.module.WasmInstruction.Type
Packages that use WasmInstruction.Type
-
Uses of WasmInstruction.Type in de.inetsoftware.jwebassembly.module
Subclasses with type arguments of type WasmInstruction.Type in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescription(package private) static enumType of instruction to faster differ as with instanceof.Methods in de.inetsoftware.jwebassembly.module that return WasmInstruction.TypeModifier and TypeMethodDescription(package private) WasmInstruction.TypeDupThis.getType()Get the type of instruction(package private) WasmInstruction.TypeJumpInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmArrayInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmBlockInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmCallInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmCallInterfaceInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmCallVirtualInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmConstInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmConvertInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmGlobalInstruction.getType()Get the type of instruction(package private) abstract WasmInstruction.TypeWasmInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmLocalInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmMemoryInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmNopInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmNumericInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmStructInstruction.getType()Get the type of instruction(package private) WasmInstruction.TypeWasmTableInstruction.getType()Get the type of instructionstatic WasmInstruction.TypeReturns 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.