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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp113 bool has_annotation(ID id) { return (nth_bit((int)id) & _annotations_present) != 0; } function in class:VALUE_OBJ_CLASS_SPEC::AnnotationCollector

Completed in 31 milliseconds