Class IndexedPosition

java.lang.Object
com.google.errorprone.fixes.IndexedPosition

public class IndexedPosition extends Object
Describes a position that only has a start and end index.
  • Constructor Details

    • IndexedPosition

      public IndexedPosition(int startPos, int endPos)
  • Method Details

    • getTree

      public com.sun.tools.javac.tree.JCTree getTree()
    • getStartPosition

      public int getStartPosition()
    • getPreferredPosition

      public int getPreferredPosition()
    • getEndPosition

      public int getEndPosition(com.sun.tools.javac.tree.EndPosTable endPosTable)