Interface ErrorProneEndPosTable


public interface ErrorProneEndPosTable
A compatibility wrapper around EndPosTable.
  • Field Details

    • GET_END_POS_HANDLE

      static final MethodHandle GET_END_POS_HANDLE
  • Method Details

    • create

    • getEndPosition

      default int getEndPosition(Tree tree)
    • getEndPosition

      default int getEndPosition(com.sun.tools.javac.tree.JCTree tree)
    • getEndPosition

      int getEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos)
    • getEndPosition

      static int getEndPosition(Tree tree, CompilationUnitTree unit)
    • getEndPosition

      static int getEndPosition(com.sun.tools.javac.tree.JCTree tree, CompilationUnitTree unit)
    • getEndPosition

      static int getEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, CompilationUnitTree unit)