Class EndOfFileException

    • Constructor Detail

      • EndOfFileException

        public EndOfFileException​(int offset)
        Since:
        5.2
      • EndOfFileException

        public EndOfFileException​(int offset,
                                  boolean endsInactiveCode)
        Since:
        5.2
    • Method Detail

      • endsInactiveCode

        public boolean endsInactiveCode()
        Since:
        5.1
      • getEndOffset

        public int getEndOffset()
        Returns the offset at which the translation unit ends, or -1 if not known.
        Since:
        5.2