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 voidBinaryModuleWriter.writeNumericOperator(NumericOperator numOp, ValueType valueType) Write a add operator -
Uses of NumericOperator in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type NumericOperatorModifier and TypeMethodDescriptionprotected de.inetsoftware.jwebassembly.module.WasmNumericInstructionWasmCodeBuilder.addNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Add a numeric operation instructionprotected abstract voidModuleWriter.writeNumericOperator(NumericOperator numOp, ValueType valueType) Write a add operator -
Uses of NumericOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type NumericOperatorModifier and TypeMethodDescriptionprotected voidTextModuleWriter.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 NumericOperatorReturns 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.