Class Location


  • public class Location
    extends Object
    • Constructor Detail

      • Location

        public Location​(Tree javaTree,
                        int beginningOffset,
                        int endingOffset)
    • Method Detail

      • getJavaTree

        public Tree getJavaTree()
      • getIndexRange

        public IndexRange getIndexRange()
      • getBeginningOffset

        public int getBeginningOffset()
      • getEndingOffset

        public int getEndingOffset()
      • isEmpty

        public boolean isEmpty()