Uses of Class
de.inetsoftware.jwebassembly.wasm.ArrayType
-
Packages that use ArrayType Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text -
-
Uses of ArrayType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type ArrayType Modifier and Type Method Description protected void
BinaryModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation. -
Uses of ArrayType in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as ArrayType Modifier and Type Field Description private ArrayType
WasmArrayInstruction. arrayType
private ArrayType
MultiArrayFunctionName. type
Methods in de.inetsoftware.jwebassembly.module that return ArrayType Modifier and Type Method Description ArrayType
TypeManager. arrayType(AnyType arrayType)
Get the array type for the given component type.Methods in de.inetsoftware.jwebassembly.module with parameters of type ArrayType Modifier and Type Method Description protected void
WasmCodeBuilder. addMultiNewArrayInstruction(int dim, ArrayType type, int javaCodePos, int lineNumber)
Add a new multi dimensional array instructionprivate static java.lang.String
MultiArrayFunctionName. createName(int dim, ArrayType type)
Create the unique name depends on dimension and typeprivate static AnyType[]
MultiArrayFunctionName. createSignature(int dim, ArrayType type)
Create the signature of the function.private static ValueType
MultiArrayFunctionName. getElementType(ArrayType type)
The element type of the arrayprotected abstract void
ModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation.Constructors in de.inetsoftware.jwebassembly.module with parameters of type ArrayType Constructor Description MultiArrayFunctionName(int dim, ArrayType type)
Create a new instance -
Uses of ArrayType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type ArrayType Modifier and Type Method Description protected void
TextModuleWriter. writeArrayOperator(ArrayOperator op, ArrayType type)
Write an array operation.
-