Class BinaryExpression

    • Field Detail

      • leftValue

        private final WasmValue leftValue
      • rightValue

        private final WasmValue rightValue
      • textCode

        private final java.lang.String textCode
      • binaryCode

        private final byte binaryCode
    • Constructor Detail

      • BinaryExpression

        protected BinaryExpression​(WasmValue leftValue,
                                   WasmValue rightValue,
                                   java.lang.String textCode,
                                   byte binaryCode)