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 voidBinaryModuleWriter.writeCast(ValueTypeConvertion cast) Cast a value from one type to another -
Uses of ValueTypeConvertion in de.inetsoftware.jwebassembly.module
Subclasses with type arguments of type ValueTypeConvertion in de.inetsoftware.jwebassembly.moduleModifier and TypeClassDescriptionenumCast operations for converting one data type to anotherFields in de.inetsoftware.jwebassembly.module declared as ValueTypeConvertionMethods in de.inetsoftware.jwebassembly.module that return ValueTypeConvertionModifier and TypeMethodDescriptionstatic ValueTypeConvertionReturns 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 voidWasmCodeBuilder.addConvertInstruction(ValueTypeConvertion conversion, int javaCodePos, int lineNumber) Add a value convert/cast instruction.protected abstract voidModuleWriter.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 voidTextModuleWriter.writeCast(ValueTypeConvertion cast) Cast a value from one type to another