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 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 NumericOperator Modifier and Type Field Description (package private) NumericOperatorWasmNumericInstruction. numOpMethods in de.inetsoftware.jwebassembly.module with parameters of type NumericOperator Modifier and Type Method Description protected 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 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 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 NumericOperator Modifier and Type Method Description static NumericOperatorNumericOperator. 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.
-