Uses of Class
com.ensoftcorp.open.commons.utilities.FormattedSourceCorrespondence.LineNumberRange
-
Packages that use FormattedSourceCorrespondence.LineNumberRange Package Description com.ensoftcorp.open.commons.utilities -
-
Uses of FormattedSourceCorrespondence.LineNumberRange in com.ensoftcorp.open.commons.utilities
Methods in com.ensoftcorp.open.commons.utilities that return FormattedSourceCorrespondence.LineNumberRange Modifier and Type Method Description static FormattedSourceCorrespondence.LineNumberRange
FormattedSourceCorrespondence. getLineNumberRange(com.ensoftcorp.atlas.core.index.common.SourceCorrespondence sc)
Gets a line number range for a given source correspondentMethods in com.ensoftcorp.open.commons.utilities that return types with arguments of type FormattedSourceCorrespondence.LineNumberRange Modifier and Type Method Description static java.util.Map<java.io.File,java.util.SortedSet<FormattedSourceCorrespondence.LineNumberRange>>
FormattedSourceCorrespondence. summarize(com.ensoftcorp.atlas.core.query.Q q)
Given a Q gets the mapping of relative files to the line number ranges for each summarized element ofMethods in com.ensoftcorp.open.commons.utilities with parameters of type FormattedSourceCorrespondence.LineNumberRange Modifier and Type Method Description int
FormattedSourceCorrespondence.LineNumberRange. compareTo(FormattedSourceCorrespondence.LineNumberRange other)
-