Interface ErrorProneEndPosTable
public interface ErrorProneEndPosTable
A compatibility wrapper around
EndPosTable.-
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorProneEndPosTablecreate(CompilationUnitTree unit) static ErrorProneEndPosTablecreate(com.sun.tools.javac.tree.EndPosTable endPosTable) default intgetEndPosition(Tree tree) static intgetEndPosition(Tree tree, CompilationUnitTree unit) default intgetEndPosition(com.sun.tools.javac.tree.JCTree tree) static intgetEndPosition(com.sun.tools.javac.tree.JCTree tree, CompilationUnitTree unit) intgetEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos) static intgetEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, CompilationUnitTree unit)
-
Method Details
-
create
-
create
-
getEndPosition
-
getEndPosition
default int getEndPosition(com.sun.tools.javac.tree.JCTree tree) -
getEndPosition
int getEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos) -
getEndPosition
-
getEndPosition
-
getEndPosition
static int getEndPosition(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, CompilationUnitTree unit)
-