Searched defs:RelativeLocation (Results 1 - 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/el/
H A DRelativeLocation.java10 * A {@link RelativeLocation} holds location information for a
14 public final class RelativeLocation implements Comparable<RelativeLocation> { class in inherits:Comparable
31 * Constructs a new {@link RelativeLocation}; the arguments are assigned to
35 private RelativeLocation(int offset, int index, int type_index) { method in class:RelativeLocation
41 public static RelativeLocation createOffset(int offset, int type_index) {
42 return new RelativeLocation(offset, -1, type_index);
45 public static RelativeLocation createIndex(int index, int type_index) {
46 return new RelativeLocation(-1, index, type_index);
62 public int compareTo(RelativeLocation
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 453 milliseconds