Searched refs:ANNOTATIONS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFieldWriter.java171 if (!ClassReader.ANNOTATIONS) {
225 if (ClassReader.ANNOTATIONS && anns != null) {
229 if (ClassReader.ANNOTATIONS && ianns != null) {
261 if (ClassReader.ANNOTATIONS && anns != null) {
264 if (ClassReader.ANNOTATIONS && ianns != null) {
287 if (ClassReader.ANNOTATIONS && anns != null) {
291 if (ClassReader.ANNOTATIONS && ianns != null) {
H A DClassReader.java84 static final boolean ANNOTATIONS = true; field in class:ClassReader
556 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
565 } else if (ANNOTATIONS && "RuntimeInvisibleAnnotations".equals(attrName)) {
603 if (ANNOTATIONS) {
672 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
674 } else if (ANNOTATIONS && "RuntimeInvisibleAnnotations".equals(attrName)) {
699 if (ANNOTATIONS) {
761 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
763 } else if (ANNOTATIONS && "AnnotationDefault".equals(attrName)) {
767 } else if (ANNOTATIONS
[all...]
H A DClassWriter.java659 if (!ClassReader.ANNOTATIONS) {
791 if (ClassReader.ANNOTATIONS && anns != null) {
796 if (ClassReader.ANNOTATIONS && ianns != null) {
857 if (ClassReader.ANNOTATIONS && anns != null) {
861 if (ClassReader.ANNOTATIONS && ianns != null) {
H A DMethodWriter.java495 if (!ClassReader.ANNOTATIONS) {
506 if (!ClassReader.ANNOTATIONS) {
528 if (!ClassReader.ANNOTATIONS) {
1874 if (ClassReader.ANNOTATIONS && annd != null) {
1878 if (ClassReader.ANNOTATIONS && anns != null) {
1882 if (ClassReader.ANNOTATIONS && ianns != null) {
1886 if (ClassReader.ANNOTATIONS && panns != null) {
1893 if (ClassReader.ANNOTATIONS && ipanns != null) {
1936 if (ClassReader.ANNOTATIONS && annd != null) {
1939 if (ClassReader.ANNOTATIONS
[all...]

Completed in 41 milliseconds