Uses of Enum
de.inetsoftware.jwebassembly.module.TypeManager.StructTypeKind
Packages that use TypeManager.StructTypeKind
-
Uses of TypeManager.StructTypeKind in de.inetsoftware.jwebassembly.module
Subclasses with type arguments of type TypeManager.StructTypeKind in de.inetsoftware.jwebassembly.moduleFields in de.inetsoftware.jwebassembly.module declared as TypeManager.StructTypeKindModifier and TypeFieldDescriptionprivate final TypeManager.StructTypeKindTypeManager.StructType.kindMethods in de.inetsoftware.jwebassembly.module that return TypeManager.StructTypeKindModifier and TypeMethodDescriptionTypeManager.StructType.getKind()Get kind of the StructTypestatic TypeManager.StructTypeKindReturns the enum constant of this type with the specified name.static TypeManager.StructTypeKind[]TypeManager.StructTypeKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.inetsoftware.jwebassembly.module with parameters of type TypeManager.StructTypeKindModifierConstructorDescriptionprotectedStructType(String name, TypeManager.StructTypeKind kind, TypeManager manager) Create a reference to type -
Uses of TypeManager.StructTypeKind in de.inetsoftware.jwebassembly.wasm
Constructors in de.inetsoftware.jwebassembly.wasm with parameters of type TypeManager.StructTypeKindModifierConstructorDescriptionprivateArrayType(String name, TypeManager.StructTypeKind kind, TypeManager manager, AnyType arrayType) Create a new instance