Uses of Enum
de.inetsoftware.jwebassembly.binary.ExternalKind
Packages that use ExternalKind
-
Uses of ExternalKind in de.inetsoftware.jwebassembly.binary
Subclasses with type arguments of type ExternalKind in de.inetsoftware.jwebassembly.binaryModifier and TypeClassDescription(package private) enumA single-byte unsigned integer indicating the kind of definition being imported or defined.Fields in de.inetsoftware.jwebassembly.binary declared as ExternalKindMethods in de.inetsoftware.jwebassembly.binary that return ExternalKindModifier and TypeMethodDescriptionstatic ExternalKindReturns the enum constant of this type with the specified name.static ExternalKind[]ExternalKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.inetsoftware.jwebassembly.binary with parameters of type ExternalKindModifierConstructorDescription(package private)ExportEntry(String name, ExternalKind kind, int id) Create an entry for the export section.