Uses of Class
org.jenkinsci.plugins.cflint.parser.Location

Packages that use Location
org.jenkinsci.plugins.cflint.parser   
 

Uses of Location in org.jenkinsci.plugins.cflint.parser
 

Methods in org.jenkinsci.plugins.cflint.parser that return types with arguments of type Location
 List<Location> LintIssue.getLocations()
           
 Collection<Location> LintAnnotation.getLocations()
           
 

Methods in org.jenkinsci.plugins.cflint.parser with parameters of type Location
 void LintIssue.addLocation(Location location)
           
 void LintAnnotation.addLocation(Location location)
          Adds an additional location where this issue occurs.
 



Copyright © 2004-2014. All Rights Reserved.