Uses of Class
net.sourceforge.pmd.lang.document.TextRange2d
-
Packages that use TextRange2d Package Description net.sourceforge.pmd.lang.document Contains types to model text files and handle operations on text. -
-
Uses of TextRange2d in net.sourceforge.pmd.lang.document
Methods in net.sourceforge.pmd.lang.document that return TextRange2d Modifier and Type Method Description static TextRange2dTextRange2d. fullLine(int line, int lineLength)static TextRange2dTextRange2d. range2d(int bline, int bcol, int eline, int ecol)static TextRange2dTextRange2d. range2d(TextPos2d start, TextPos2d end)TextRange2dFileLocation. toRange2d()Turn this into a range country.Methods in net.sourceforge.pmd.lang.document with parameters of type TextRange2d Modifier and Type Method Description intTextRange2d. compareTo(TextRange2d o)booleanTextRange2d. contains(TextRange2d range)static FileLocationFileLocation. range(FileId fileName, TextRange2d range2d)Creates a new location for a range of text.
-