Uses of Enum
de.inetsoftware.jwebassembly.module.TypeManager.StructTypeKind
Packages that use TypeManager.StructTypeKind
-
Uses of TypeManager.StructTypeKind in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as TypeManager.StructTypeKindModifier and TypeFieldDescriptionprivate final TypeManager.StructTypeKind
TypeManager.StructType.kind
Methods in de.inetsoftware.jwebassembly.module that return TypeManager.StructTypeKindModifier and TypeMethodDescriptionTypeManager.StructType.getKind()
Get kind of the StructTypestatic TypeManager.StructTypeKind
Returns 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.StructTypeKindModifierConstructorDescriptionprotected
StructType
(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.StructTypeKindModifierConstructorDescriptionprivate
ArrayType
(String name, TypeManager.StructTypeKind kind, TypeManager manager, AnyType arrayType) Create a new instance