Uses of Class
de.inetsoftware.jwebassembly.wasm.NumericOperator
-
Packages that use NumericOperator Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of NumericOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type NumericOperator Modifier and Type Method Description protected void
BinaryModuleWriter. writeNumericOperator(NumericOperator numOp, ValueType valueType)
Write a add operator -
Uses of NumericOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as NumericOperator Modifier and Type Field Description (package private) NumericOperator
WasmNumericInstruction. numOp
Methods in de.inetsoftware.jwebassembly.module with parameters of type NumericOperator Modifier and Type Method Description protected WasmNumericInstruction
WasmCodeBuilder. addNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber)
Add a numeric operation instructionprivate void
JavaMethodWasmCodeBuilder. opIfCompareCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)
Handle the ifof the Java byte code. private void
JavaMethodWasmCodeBuilder. opIfCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)
Handle the ifof the Java byte code. protected abstract void
ModuleWriter. writeNumericOperator(NumericOperator numOp, ValueType valueType)
Write a add operatorConstructors in de.inetsoftware.jwebassembly.module with parameters of type NumericOperator Constructor Description WasmNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber)
Create an instance of numeric operation. -
Uses of NumericOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type NumericOperator Modifier and Type Method Description protected void
TextModuleWriter. writeNumericOperator(NumericOperator numOp, ValueType valueType)
Write a add operator -
Uses of NumericOperator in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return NumericOperator Modifier and Type Method Description static NumericOperator
NumericOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumericOperator[]
NumericOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-