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 TextRange2d
TextRange2d. fullLine(int line, int lineLength)
static TextRange2d
TextRange2d. range2d(int bline, int bcol, int eline, int ecol)
static TextRange2d
TextRange2d. range2d(TextPos2d start, TextPos2d end)
TextRange2d
FileLocation. toRange2d()
Turn this into a range country.Methods in net.sourceforge.pmd.lang.document with parameters of type TextRange2d Modifier and Type Method Description int
TextRange2d. compareTo(TextRange2d o)
boolean
TextRange2d. contains(TextRange2d range)
static FileLocation
FileLocation. range(FileId fileName, TextRange2d range2d)
Creates a new location for a range of text.
-