Uses of Class
de.inetsoftware.jwebassembly.module.ValueTypeConvertion
-
Packages that use ValueTypeConvertion Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text -
-
Uses of ValueTypeConvertion in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type ValueTypeConvertion Modifier and Type Method Description protected voidBinaryModuleWriter. 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 ValueTypeConvertion Modifier and Type Field Description private ValueTypeConvertionWasmConvertInstruction. conversionMethods in de.inetsoftware.jwebassembly.module that return ValueTypeConvertion Modifier and Type Method Description static ValueTypeConvertionValueTypeConvertion. valueOf(java.lang.String name)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 ValueTypeConvertion Modifier and Type Method Description protected 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 ValueTypeConvertion Constructor Description 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 ValueTypeConvertion Modifier and Type Method Description protected voidTextModuleWriter. writeCast(ValueTypeConvertion cast)Cast a value from one type to another
-