Uses of Class
de.inetsoftware.jwebassembly.module.TypeManager.StructType
-
Packages that use TypeManager.StructType Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of TypeManager.StructType in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as TypeManager.StructType Modifier and Type Field Description private TypeManager.StructTypeBinaryModuleWriter. classTypeprivate TypeManager.StructTypeBinaryModuleWriter. stringTypeMethods in de.inetsoftware.jwebassembly.binary with parameters of type TypeManager.StructType Modifier and Type Method Description protected intBinaryModuleWriter. writeStructType(TypeManager.StructType type)Write a type/struct. -
Uses of TypeManager.StructType in de.inetsoftware.jwebassembly.module
Subclasses of TypeManager.StructType in de.inetsoftware.jwebassembly.module Modifier and Type Class Description (package private) classTypeManager.LambdaTypeA generated type that represent a lambda expressionFields in de.inetsoftware.jwebassembly.module declared as TypeManager.StructType Modifier and Type Field Description private TypeManager.StructTypeTypeManager.LambdaType. interfaceTypeprivate TypeManager.StructTypeWasmCallIndirectInstruction. typeprivate TypeManager.StructTypeWasmStructInstruction. typeFields in de.inetsoftware.jwebassembly.module with type parameters of type TypeManager.StructType Modifier and Type Field Description private java.util.Set<TypeManager.StructType>TypeManager.StructType. instanceOFsprivate java.util.Map<TypeManager.StructType,java.util.List<FunctionName>>TypeManager.StructType. interfaceMethodsprivate java.util.Map<java.lang.Object,TypeManager.StructType>TypeManager. structTypesMethods in de.inetsoftware.jwebassembly.module that return TypeManager.StructType Modifier and Type Method Description (package private) TypeManager.StructTypeTypeManager.LambdaType. getInterfaceType()The implemented interface type(package private) TypeManager.StructTypeWasmStructInstruction. getStructType()Get the struct type of this instruction.(package private) TypeManager.StructTypeWasmCallIndirectInstruction. getThisType()Get the type of this.TypeManager.StructTypeTypeManager. valueOf(java.lang.String name)Get the StructType.Methods in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.StructType Modifier and Type Method Description (package private) TypeManager.LambdaTypeTypeManager. lambdaType(BootstrapMethod method, java.util.ArrayList<AnyType> params, TypeManager.StructType interfaceType, java.lang.String interfaceMethodName)Create a lambda type(package private) voidWasmStructInstruction. setStructType(TypeManager.StructType type)Set a new type for NULL const.protected abstract intModuleWriter. writeStructType(TypeManager.StructType type)Write a type/struct.Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type TypeManager.StructType Modifier and Type Method Description private voidTypeManager.StructType. listInterfaceTypes(ClassFile classFile, TypeManager types, ClassFileLoader classFileLoader, java.util.Set<TypeManager.StructType> interfaceTypes, java.util.Set<java.lang.String> interfaceNames)List all interface StrucTypes recursively.Constructors in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.StructType Constructor Description LambdaType(java.lang.String name, BootstrapMethod method, java.util.ArrayList<AnyType> params, TypeManager.StructType interfaceType, FunctionName syntheticLambdaFunctionName, java.lang.String interfaceMethodName, TypeManager manager)Create a lambda typeWasmStructInstruction(StructOperator op, TypeManager.StructType type, NamedStorageType fieldName, int javaCodePos, int lineNumber, TypeManager types)Create an instance of numeric operation. -
Uses of TypeManager.StructType in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type TypeManager.StructType Modifier and Type Method Description protected intTextModuleWriter. writeStructType(TypeManager.StructType type)Write a type/struct. -
Uses of TypeManager.StructType in de.inetsoftware.jwebassembly.wasm
Subclasses of TypeManager.StructType in de.inetsoftware.jwebassembly.wasm Modifier and Type Class Description classArrayTypeA reference to an array type
-