Class BranchManager.IfParsedBlock

    • Constructor Detail

      • IfParsedBlock

        private IfParsedBlock​(int startPosition,
                              int offset,
                              int lineNumber,
                              WasmNumericInstruction instr,
                              JumpInstruction jump)
        Create new instance
        Parameters:
        startPosition - the byte position of the start position
        offset - the relative jump position
        lineNumber - the Java line number for possible error messages
        instr - the compare instruction
    • Method Detail

      • negateCompare

        private void negateCompare()
        Negate the compare operation.