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) ValueType
ArrayTypeEntry.getTypeForm()
Get the form of the type.(package private) ValueType
FunctionTypeEntry.getTypeForm()
Get the form of the type.(package private) ValueType
StructTypeEntry.getTypeForm()
Get the form of the type.(package private) abstract ValueType
TypeEntry.getTypeForm()
Get the form of the type.Methods in de.inetsoftware.jwebassembly.binary with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected void
BinaryModuleWriter.writeConst
(Number value, ValueType valueType) Write a constant number value(package private) void
WasmOutputStream.writeConst
(Number value, ValueType valueType) Write a constant number valueprotected void
BinaryModuleWriter.writeMemoryOperator
(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected void
BinaryModuleWriter.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 ValueType
WasmMemoryInstruction.type
private final ValueType
WasmConstInstruction.valueType
private final ValueType
WasmNumericInstruction.valueType
Methods in de.inetsoftware.jwebassembly.module that return ValueTypeModifier and TypeMethodDescriptionprivate static ValueType
MultiArrayFunctionName.getElementType
(ArrayType type) The element type of the arrayprivate static ValueType
WasmConstInstruction.getValueType
(Number value) Find the matching ValueType for the given value.Methods in de.inetsoftware.jwebassembly.module with parameters of type ValueTypeModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addConstInstruction
(Number value, ValueType valueType, int javaCodePos, int lineNumber) Add a constant instruction.protected void
WasmCodeBuilder.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 WasmNumericInstruction
WasmCodeBuilder.addNumericInstruction
(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Add a numeric operation instructionprivate void
JavaMethodWasmCodeBuilder.opCompare
(ValueType valueType, CodeInputStream byteCode, int codePos, int lineNumber) Handle the different compare operator.protected abstract void
ModuleWriter.writeConst
(Number value, ValueType valueType) Write a constant number valueprotected abstract void
ModuleWriter.writeMemoryOperator
(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected abstract void
ModuleWriter.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 void
TextModuleWriter.writeConst
(Number value, ValueType valueType) Write a constant number valueprotected void
TextModuleWriter.writeMemoryOperator
(MemoryOperator memOp, ValueType valueType, int offset, int alignment) Write a memory operation for the linear memory.protected void
TextModuleWriter.writeNumericOperator
(NumericOperator numOp, ValueType valueType) Write a add operator -
Uses of ValueType in de.inetsoftware.jwebassembly.wasm
Methods 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 int
WatParser.addMemoryInstruction
(MemoryOperator op, ValueType type, List<String> tokens, int i, int lineNumber) Parse the optional tokens of a load memory instruction and add it.