Uses of Enum
de.inetsoftware.jwebassembly.module.ValueTypeConvertion
Packages that use ValueTypeConvertion
Package
Description
-
Uses of ValueTypeConvertion in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type ValueTypeConvertionModifier and TypeMethodDescriptionprotected void
BinaryModuleWriter.writeCast
(ValueTypeConvertion cast) Cast a value from one type to another -
Uses of ValueTypeConvertion in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as ValueTypeConvertionMethods in de.inetsoftware.jwebassembly.module that return ValueTypeConvertionModifier and TypeMethodDescriptionstatic ValueTypeConvertion
Returns the enum constant of this type with the specified name.static ValueTypeConvertion[]
ValueTypeConvertion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.inetsoftware.jwebassembly.module with parameters of type ValueTypeConvertionModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addConvertInstruction
(ValueTypeConvertion conversion, int javaCodePos, int lineNumber) Add a value convert/cast instruction.protected abstract void
ModuleWriter.writeCast
(ValueTypeConvertion cast) Cast a value from one type to anotherConstructors in de.inetsoftware.jwebassembly.module with parameters of type ValueTypeConvertionModifierConstructorDescription(package private)
WasmConvertInstruction
(ValueTypeConvertion conversion, int javaCodePos, int lineNumber) Create an instance of a convert instruction -
Uses of ValueTypeConvertion in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type ValueTypeConvertionModifier and TypeMethodDescriptionprotected void
TextModuleWriter.writeCast
(ValueTypeConvertion cast) Cast a value from one type to another