Uses of Class
net.sourceforge.pmd.lang.document.TextRange2d
Packages that use TextRange2d
Package
Description
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 TextRange2dModifier and TypeMethodDescriptionstatic TextRange2dTextRange2d.fullLine(int line, int lineLength) static TextRange2dTextRange2d.range2d(int bline, int bcol, int eline, int ecol) static TextRange2dFileLocation.toRange2d()Turn this into a range country.Methods in net.sourceforge.pmd.lang.document with parameters of type TextRange2dModifier and TypeMethodDescriptionintTextRange2d.compareTo(TextRange2d o) booleanTextRange2d.contains(TextRange2d range) static FileLocationFileLocation.range(FileId fileName, TextRange2d range2d) Creates a new location for a range of text.