Uses of Class
de.inetsoftware.jwebassembly.module.TypeManager
Packages that use TypeManager
-
Uses of TypeManager in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as TypeManagerMethods in de.inetsoftware.jwebassembly.module that return TypeManagerModifier and TypeMethodDescriptionprotected TypeManagerWasmCodeBuilder.getTypeManager()Get the type manager.Methods in de.inetsoftware.jwebassembly.module with parameters of type TypeManagerModifier and TypeMethodDescriptionArraySyntheticFunctionName.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.Constructors in de.inetsoftware.jwebassembly.module with parameters of type TypeManagerModifierConstructorDescriptionprotectedStructType(String name, TypeManager.StructTypeKind kind, TypeManager manager) Create a reference to type -
Uses of TypeManager in de.inetsoftware.jwebassembly.wasm
Constructors in de.inetsoftware.jwebassembly.wasm with parameters of type TypeManagerModifierConstructorDescriptionArrayType(AnyType arrayType, TypeManager manager, int componentClassIndex, WasmOptions options) Create a new array typeNamedStorageType(ConstantRef ref, TypeManager types) Create a new instanceNamedStorageType(String className, FieldInfo field, TypeManager types) Create a new instanceValueTypeParser(String javaSignature, TypeManager types) Create a new parser.