Class AnnotationElement

    • Field Detail

      • position

        public final long position
        Text position, encoded in the form of a long. Upper half is the line number, lower half is the column.
    • Constructor Detail

      • AnnotationElement

        protected AnnotationElement​(long position)
    • Method Detail

      • line

        public static int line​(long pos)
      • column

        public static int column​(long pos)
      • makePosition

        public static long makePosition​(int line,
                                        int column)
      • positionToString

        public static String positionToString​(long pos)