Uses of Class
com.dylibso.chicory.wasm.types.OpCode
-
Packages that use OpCode Package Description com.dylibso.chicory.wasm.types -
-
Uses of OpCode in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return OpCode Modifier and Type Method Description static OpCodeOpCode. byOpCode(int opcode)OpCodeInstruction. opcode()static OpCodeOpCode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpCode[]OpCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dylibso.chicory.wasm.types with parameters of type OpCode Modifier and Type Method Description static WasmEncoding[]OpCode. getSignature(OpCode o)Constructors in com.dylibso.chicory.wasm.types with parameters of type OpCode Constructor Description Instruction(int address, OpCode opcode, long[] operands)
-