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 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 ValueTypeConvertion Modifier and Type Field Description private ValueTypeConvertion
WasmConvertInstruction. conversion
Methods in de.inetsoftware.jwebassembly.module that return ValueTypeConvertion Modifier and Type Method Description static ValueTypeConvertion
ValueTypeConvertion. 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 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 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 void
TextModuleWriter. writeCast(ValueTypeConvertion cast)
Cast a value from one type to another
-