Uses of Interface
com.sun.xml.bind.v2.runtime.Location

Packages that use Location
com.sun.xml.bind.v2.model.annotation   
com.sun.xml.bind.v2.model.nav Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing). 
com.sun.xml.bind.v2.runtime   
 

Uses of Location in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation that return Location
 Location Locatable.getLocation()
          Gets the location object that this object points to.
 

Uses of Location in com.sun.xml.bind.v2.model.nav
 

Methods in com.sun.xml.bind.v2.model.nav that return Location
 Location Navigator.getClassLocation(C clazz)
          Returns a location of the specified class.
 Location Navigator.getFieldLocation(F field)
           
 Location Navigator.getMethodLocation(M getter)
           
 

Uses of Location in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type Location
 List<List<Location>> IllegalAnnotationException.getSourcePos()
          Returns a read-only list of Location that indicates where in the source code the problem has happened.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.