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

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

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

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

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



Copyright © 2004-2012. All Rights Reserved.