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
Fields in de.inetsoftware.jwebassembly.module declared as NumericOperatorMethods in de.inetsoftware.jwebassembly.module with parameters of type NumericOperatorModifier and TypeMethodDescriptionprotected WasmNumericInstructionWasmCodeBuilder.addNumericInstruction(NumericOperator numOp, ValueType valueType, int javaCodePos, int lineNumber) Add a numeric operation instructionprivate voidJavaMethodWasmCodeBuilder.opIfCompareCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber) Handle the ifof the Java byte code. private voidJavaMethodWasmCodeBuilder.opIfCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber) Handle the ifof the Java byte code. protected abstract voidModuleWriter.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 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.