Uses of Class
de.inetsoftware.jwebassembly.binary.ExternalKind
-
Packages that use ExternalKind Package Description de.inetsoftware.jwebassembly.binary -
-
Uses of ExternalKind in de.inetsoftware.jwebassembly.binary
Fields in de.inetsoftware.jwebassembly.binary declared as ExternalKind Modifier and Type Field Description private ExternalKind
ExportEntry. kind
Methods in de.inetsoftware.jwebassembly.binary that return ExternalKind Modifier and Type Method Description static ExternalKind
ExternalKind. valueOf(java.lang.String name)
Returns 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 ExternalKind Constructor Description ExportEntry(java.lang.String name, ExternalKind kind, int id)
Create an entry for the export section.
-