Uses of Enum
de.inetsoftware.jwebassembly.wasm.NumericOperator
Packages that use NumericOperator
Package
Description
-
Uses of NumericOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type NumericOperatorModifier and TypeMethodDescriptionprotected 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 NumericOperatorMethods in de.inetsoftware.jwebassembly.module with parameters of type NumericOperatorModifier and TypeMethodDescriptionprotected 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 NumericOperatorModifierConstructorDescription(package private)
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 NumericOperatorModifier and TypeMethodDescriptionprotected 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 NumericOperatorModifier and TypeMethodDescriptionstatic NumericOperator
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.