Uses of Class
de.inetsoftware.jwebassembly.wasm.ValueType
-
-
Uses of ValueType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary that return ValueType Modifier and Type Method Description (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 ValueType Modifier and Type Method Description protected voidBinaryModuleWriter. writeConst(java.lang.Number value, ValueType valueType)Write a constant number value(package private) voidWasmOutputStream. writeConst(java.lang.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 ValueType Modifier and Type Field Description private ValueTypeWasmMemoryInstruction. typeprivate ValueTypeWasmConstInstruction. valueTypeprivate ValueTypeWasmNumericInstruction. valueTypeMethods in de.inetsoftware.jwebassembly.module that return ValueType Modifier and Type Method Description private static ValueTypeMultiArrayFunctionName. getElementType(ArrayType type)The element type of the arrayprivate static ValueTypeWasmConstInstruction. getValueType(java.lang.Number value)Find the matching ValueType for the given value.Methods in de.inetsoftware.jwebassembly.module with parameters of type ValueType Modifier and Type Method Description protected voidWasmCodeBuilder. addConstInstruction(java.lang.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(java.lang.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 ValueType Constructor Description WasmConstInstruction(java.lang.Number value, ValueType valueType, int javaCodePos, int lineNumber)Create an instance of a constant instructionWasmMemoryInstruction(MemoryOperator op, ValueType type, int offset, int alignment, int javaCodePos, int lineNumber)Create an instance of a load/store to the linear memory instructionWasmNumericInstruction(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 ValueType Modifier and Type Method Description protected voidTextModuleWriter. writeConst(java.lang.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
Methods in de.inetsoftware.jwebassembly.wasm that return ValueType Modifier and Type Method Description static ValueTypeValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueType in de.inetsoftware.jwebassembly.watparser
Methods in de.inetsoftware.jwebassembly.watparser with parameters of type ValueType Modifier and Type Method Description private intWatParser. addMemoryInstruction(MemoryOperator op, ValueType type, java.util.List<java.lang.String> tokens, int i, int lineNumber)Parse the optional tokens of a load memory instruction and add it.
-