Uses of Class
com.dylibso.chicory.wasm.types.Instruction
Packages that use Instruction
-
Uses of Instruction in com.dylibso.chicory.wasm.types
Subclasses of Instruction in com.dylibso.chicory.wasm.typesMethods in com.dylibso.chicory.wasm.types that return InstructionMethods in com.dylibso.chicory.wasm.types that return types with arguments of type InstructionModifier and TypeMethodDescriptionElement.initializers()Global.initInstructions()ActiveElement.offset()ActiveDataSegment.offsetInstructions()AnnotatedInstruction.Builder.scope()Methods in com.dylibso.chicory.wasm.types with parameters of type InstructionModifier and TypeMethodDescriptionAnnotatedInstruction.Builder.from(Instruction ins) AnnotatedInstruction.Builder.withScope(Instruction scope) Constructor parameters in com.dylibso.chicory.wasm.types with type arguments of type InstructionModifierConstructorDescriptionActiveDataSegment(long idx, List<Instruction> offsetInstructions, byte[] data) ActiveElement(ValueType type, List<List<Instruction>> initializers, int tableIndex, List<Instruction> offset) Construct a new instance.DeclarativeElement(ValueType type, List<List<Instruction>> initializers) Construct a new instance.Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) PassiveElement(ValueType type, List<List<Instruction>> initializers) Construct a new instance.