Uses of Interface
de.inetsoftware.jwebassembly.wasm.AnyType
Packages that use AnyType
Package
Description
-
Uses of AnyType in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type AnyTypeModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeDefaultValue(AnyType type) Write the default/initial value for a type.protected voidBinaryModuleWriter.writeGlobalAccess(boolean load, FunctionName name, AnyType type) Write a global variable operationprotected voidBinaryModuleWriter.writeMethodParam(String kind, AnyType valueType, String name) Write a method parameter.protected voidBinaryModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operationprotected voidBinaryModuleWriter.writeVirtualFunctionCall(FunctionName name, AnyType type) Write a function call to an instance function. -
Uses of AnyType in de.inetsoftware.jwebassembly.javascript
Constructors in de.inetsoftware.jwebassembly.javascript with parameters of type AnyType -
Uses of AnyType in de.inetsoftware.jwebassembly.module
Classes in de.inetsoftware.jwebassembly.module that implement AnyTypeModifier and TypeClassDescriptionstatic classA type that can use for a blockstatic classA reference to a type.Methods in de.inetsoftware.jwebassembly.module that return types with arguments of type AnyTypeModifier and TypeMethodDescriptionTypeManager.BlockType.getParams()TypeManager.BlockType.getResults()ArraySyntheticFunctionName.getSignature(TypeManager types) Get the method signature iterator for parameter and return values.FunctionName.getSignature(TypeManager types) Get the method signature iterator for parameter and return values.Methods in de.inetsoftware.jwebassembly.module with parameters of type AnyTypeModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addArrayInstruction(ArrayOperator op, AnyType type, int javaCodePos, int lineNumber) Add an array operation to the instruction list as marker on the code position.protected voidWasmCodeBuilder.addGlobalInstruction(boolean load, FunctionName name, AnyType type, FunctionName clinit, int javaCodePos, int lineNumber) Add a global instructionprotected voidWasmCodeBuilder.addJumpPlaceholder(int jumpPos, int popCount, AnyType pushValueType, int javaCodePos, int lineNumber) Add a Jump instruction for later stack inspectionprotected voidWasmCodeBuilder.addLoadStoreInstruction(AnyType valueType, boolean load, int javaIdx, int javaCodePos, int lineNumber) Create a WasmLoadStoreInstruction.Get the array type for the given component type.booleanTypeManager.BlockType.isSubTypeOf(AnyType type) Check if this is a sub type of given type.booleanTypeManager.StructType.isSubTypeOf(AnyType type) Check if this is a sub type of given type.protected abstract voidModuleWriter.writeDefaultValue(AnyType type) Write the default/initial value for a type.protected abstract voidModuleWriter.writeGlobalAccess(boolean load, FunctionName name, AnyType type) Write a global variable operationprotected abstract voidModuleWriter.writeMethodParam(String kind, AnyType valueType, String name) Write a method parameter.protected abstract voidModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operationprotected abstract voidModuleWriter.writeVirtualFunctionCall(FunctionName name, AnyType type) Write a function call to an instance function.Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type AnyTypeModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.reset(LocalVariableTable variableTable, MethodInfo method, Iterator<AnyType> signature) Reset the code builder.Constructors in de.inetsoftware.jwebassembly.module with parameters of type AnyTypeModifierConstructorDescriptionArraySyntheticFunctionName(String className, String name, AnyType... signatureTypes) Create a new instance.ArraySyntheticFunctionName(String className, String name, String signature, AnyType... signatureTypes) Create a new instance.Constructor parameters in de.inetsoftware.jwebassembly.module with type arguments of type AnyType -
Uses of AnyType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type AnyTypeModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeDefaultValue(AnyType type) Write the default/initial value for a type.protected voidTextModuleWriter.writeGlobalAccess(boolean load, FunctionName name, AnyType type) Write a global variable operationprotected voidTextModuleWriter.writeMethodParam(String kind, AnyType valueType, String name) Write a method parameter.protected voidTextModuleWriter.writeStructOperator(StructOperator op, AnyType type, NamedStorageType fieldName, int idx) Write a struct operationprotected voidTextModuleWriter.writeVirtualFunctionCall(FunctionName name, AnyType type) Write a function call to an instance function. -
Uses of AnyType in de.inetsoftware.jwebassembly.wasm
Classes in de.inetsoftware.jwebassembly.wasm that implement AnyTypeClasses in de.inetsoftware.jwebassembly.wasm that implement interfaces with type arguments of type AnyTypeMethods in de.inetsoftware.jwebassembly.wasm that return AnyTypeModifier and TypeMethodDescriptionArrayType.getArrayType()The element type of the arrayArrayType.getNativeArrayType()The native webassembly array type that we wrapNamedStorageType.getType()Get the type.ValueTypeParser.next()Get the next value in the signature or null if the parameter are end or the signature is end.Methods in de.inetsoftware.jwebassembly.wasm with parameters of type AnyTypeModifier and TypeMethodDescriptionbooleanAnyType.isSubTypeOf(AnyType other) Check if this is a sub type of given type.booleanArrayType.isSubTypeOf(AnyType type) Check if this is a sub type of given type.booleanValueType.isSubTypeOf(AnyType type) Check if this is a sub type of given type.Constructors in de.inetsoftware.jwebassembly.wasm with parameters of type AnyTypeModifierConstructorDescriptionArrayType(AnyType arrayType, TypeManager manager, int componentClassIndex, WasmOptions options) Create a new array typeNamedStorageType(AnyType type, String className, String name) Create a new instance -
Uses of AnyType in de.inetsoftware.jwebassembly.watparser
Method parameters in de.inetsoftware.jwebassembly.watparser with type arguments of type AnyTypeModifier and TypeMethodDescriptionvoidWatParser.parse(String wat, MethodInfo method, Iterator<AnyType> signature, int lineNumber) Parse the given wasm text format and generate a list of WasmInstuctions