Uses of Enum
de.inetsoftware.jwebassembly.wasm.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary that return ValueTypeModifier and TypeMethodDescription(package private) ValueTypeArrayTypeEntry.getTypeForm()Get the form of the type.(package private) ValueTypeFunctionTypeEntry.getTypeForm()Get the form of the type.(package private) ValueTypeStructTypeEntry.getTypeForm()Get the form of the type.(package private) abstract ValueTypeTypeEntry.getTypeForm()Get the form of the type.Methods in de.inetsoftware.jwebassembly.binary with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeConst(Number value, ValueType valueType) Write a constant number value(package private) voidWasmOutputStream.writeConst(Number value, ValueType valueType) Write a constant number valueprotected voidBinaryModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected voidBinaryModuleWriter.writeNumericOperator(NumericOperator numOp, ValueType valueType) Write a add operator -
Uses of ValueType in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as ValueTypeModifier and TypeFieldDescriptionprivate ValueTypeWasmMemoryInstruction.typeprivate final ValueTypeWasmConstInstruction.valueTypeprivate final ValueTypeWasmNumericInstruction.valueTypeMethods in de.inetsoftware.jwebassembly.module that return ValueTypeModifier and TypeMethodDescriptionprivate static ValueTypeMultiArrayFunctionName.getElementType(ArrayType type) The element type of the arrayprivate static ValueTypeWasmConstInstruction.getValueType(Number value) Find the matching ValueType for the given value.Methods in de.inetsoftware.jwebassembly.module with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addConstInstruction(Number value, ValueType valueType, int javaCodePos, int lineNumber) Add a constant instruction.protected voidWasmCodeBuilder.addMemoryInstruction(MemoryOperator op, ValueType type, int offset, int alignment, int javaCodePos, int lineNumber) Create an instance of a load/store to the linear memory instructionprotected WasmNumericInstructionWasmCodeBuilder.addNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Add a numeric operation instructionprivate voidJavaMethodWasmCodeBuilder.opCompare(ValueType valueType, CodeInputStream byteCode, int codePos, int lineNumber) Handle the different compare operator.protected abstract voidModuleWriter.writeConst(Number value, ValueType valueType) Write a constant number valueprotected abstract voidModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected abstract voidModuleWriter.writeNumericOperator(NumericOperator numOp, ValueType valueType) Write a add operatorConstructors in de.inetsoftware.jwebassembly.module with parameters of type ValueTypeModifierConstructorDescription(package private)WasmConstInstruction(Number value, ValueType valueType, int javaCodePos, int lineNumber) Create an instance of a constant instruction(package private)WasmMemoryInstruction(MemoryOperator op, ValueType type, int offset, int alignment, int javaCodePos, int lineNumber) Create an instance of a load/store to the linear memory instruction(package private)WasmNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Create an instance of numeric operation. -
Uses of ValueType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeConst(Number value, ValueType valueType) Write a constant number valueprotected voidTextModuleWriter.writeMemoryOperator(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected voidTextModuleWriter.writeNumericOperator(NumericOperator numOp, ValueType valueType) Write a add operator -
Uses of ValueType in de.inetsoftware.jwebassembly.wasm
Subclasses with type arguments of type ValueType in de.inetsoftware.jwebassembly.wasmMethods in de.inetsoftware.jwebassembly.wasm that return ValueType -
Uses of ValueType in de.inetsoftware.jwebassembly.watparser
Methods in de.inetsoftware.jwebassembly.watparser with parameters of type ValueTypeModifier and TypeMethodDescriptionprivate intWatParser.addMemoryInstruction(MemoryOperator op, ValueType type, List<String> tokens, int i, int lineNumber) Parse the optional tokens of a load memory instruction and add it.