Searched refs:annotatations (Results 1 – 3 of 3) sorted by relevance
69 @Nonnull private TreeMap<Integer, AnnotationEndpoint> annotatations = Maps.newTreeMap(); field in AnnotatedBytes138 AnnotationEndpoint startPoint = annotatations.get(cursor); in annotate()141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate()165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); in annotate()206 annotatations.put(cursor, startPoint); in annotate()216 annotatations.put(exclusiveEndOffset, endPoint); in annotate()224 Integer endOffset = annotatations.higherKey(offset); in formatAnnotation()292 Integer[] keys = new Integer[annotatations.size()]; in writeAnnotations()293 keys = annotatations.keySet().toArray(keys); in writeAnnotations()295 AnnotationEndpoint[] values = new AnnotationEndpoint[annotatations.size()]; in writeAnnotations()[all …]
309 // Configuration for actions based on annotatations.
848 // We call annotatations only for the default Allocator because other allocators