Uses of Class
de.inetsoftware.jwebassembly.module.TypeManager.StructTypeKind
-
Packages that use TypeManager.StructTypeKind Package Description de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.wasm -
-
Uses of TypeManager.StructTypeKind in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as TypeManager.StructTypeKind Modifier and Type Field Description private TypeManager.StructTypeKind
TypeManager.StructType. kind
Methods in de.inetsoftware.jwebassembly.module that return TypeManager.StructTypeKind Modifier and Type Method Description TypeManager.StructTypeKind
TypeManager.StructType. getKind()
Get kind of the StructTypestatic TypeManager.StructTypeKind
TypeManager.StructTypeKind. valueOf(java.lang.String name)
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.StructTypeKind Constructor Description StructType(java.lang.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.StructTypeKind Constructor Description ArrayType(java.lang.String name, TypeManager.StructTypeKind kind, TypeManager manager, AnyType arrayType)
Create a new instance
-