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 TypeMethodDescriptionTable.initialize()Element.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(ValType type, List<List<Instruction>> initializers, int tableIndex, List<Instruction> offset) Construct a new instance.DeclarativeElement(ValType type, List<List<Instruction>> initializers) Construct a new instance.Global(ValType valType, MutabilityType mutabilityType, List<Instruction> init) Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) Deprecated.PassiveElement(ValType type, List<List<Instruction>> initializers) Construct a new instance.Table(ValType elementType, TableLimits limits, List<Instruction> init)
Global(ValType, MutabilityType, List)