Uses of Class
hudson.plugins.checkstyle.util.model.LineRange

Packages that use LineRange
hudson.plugins.checkstyle.util.model   
 

Uses of LineRange in hudson.plugins.checkstyle.util.model
 

Methods in hudson.plugins.checkstyle.util.model that return types with arguments of type LineRange
 java.util.Collection<LineRange> AbstractAnnotation.getLineRanges()
          Returns a collection of line ranges for this annotation.
 java.util.Collection<LineRange> FileAnnotation.getLineRanges()
          Returns a collection of line ranges for this annotation.
 

Methods in hudson.plugins.checkstyle.util.model with parameters of type LineRange
 void AbstractAnnotation.addLineRange(LineRange lineRange)
          Adds another line range to this annotation.
 



Copyright © 2009. All Rights Reserved.