Uses of Class
jp.co.future.uroborosql.coverage.LineRange
-
Packages that use LineRange Package Description jp.co.future.uroborosql.coverage -
-
Uses of LineRange in jp.co.future.uroborosql.coverage
Methods in jp.co.future.uroborosql.coverage that return types with arguments of type LineRange Modifier and Type Method Description static List<LineRange>
CoverageHandler. getLineRanges(String sql)
各行のindex範囲を取得static List<LineRange>
CoverageHandler. parseLineRanges(String sql)
各行のindex範囲を取得しカバレッジに不要な行を除外する
-