Class FixedPosition
java.lang.Object
com.google.errorprone.fixes.FixedPosition
A
JCDiagnostic.DiagnosticPosition
with a fixed position.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getEndPosition
(com.sun.tools.javac.tree.EndPosTable endPosTable) int
int
com.sun.tools.javac.tree.JCTree
getTree()
-
Constructor Details
-
FixedPosition
-
-
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)
-