Uses of Class
com.cosium.code.format.formatter.LineRanges
Packages that use LineRanges
-
Uses of LineRanges in com.cosium.code.format.formatter
Methods in com.cosium.code.format.formatter that return LineRangesModifier and TypeMethodDescriptionstatic LineRangesLineRanges.all()static LineRangesLineRanges.concat(LineRanges lineRanges1, LineRanges lineRanges2) static LineRangesstatic LineRangesMethods in com.cosium.code.format.formatter with parameters of type LineRangesModifier and TypeMethodDescriptionstatic LineRangesLineRanges.concat(LineRanges lineRanges1, LineRanges lineRanges2) voidCodeFormatter.format(InputStream content, LineRanges lineRanges, OutputStream formattedContent) voidGoogleJavaFormatter.format(InputStream content, LineRanges lineRanges, OutputStream formattedContent)