Searched refs:sourceDebugExtension (Results 1 – 2 of 2) sorted by relevance
92 Annotation sourceDebugExtension = getSourceDebugExtension(attribs); in getAnnotations() local98 if (sourceDebugExtension != null) { in getAnnotations()99 result = Annotations.combine(result, sourceDebugExtension); in getAnnotations()
115 return sourceDebugExtension(cf, offset, length, observer); in parse0()733 private Attribute sourceDebugExtension(DirectClassFile cf, int offset, int length, in sourceDebugExtension() method in StdAttributeFactory