Searched defs:Locatable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DLocatable.java36 public interface Locatable { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/
H A DLocatable.java45 public interface Locatable { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DLocatable.java34 * {@link Locatable} forms a tree structure, where each {@link Locatable}
35 * points back to the upstream {@link Locatable}.
36 * For example, imagine {@link Locatable} X that points to a particular annotation,
37 * whose upstream is {@link Locatable} Y, which points to a particular method
38 * (on which the annotation is put), whose upstream is {@link Locatable} Z,
40 * whose upstream is {@link Locatable} W,
50 public interface Locatable { interface
57 Locatable getUpstream();

Completed in 147 milliseconds