Searched refs:AnnotationWriter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java68 final class AnnotationWriter implements AnnotationVisitor { class in inherits:AnnotationVisitor
109 AnnotationWriter next;
114 AnnotationWriter prev;
121 * Constructs a new {@link AnnotationWriter}.
130 AnnotationWriter( method in class:AnnotationWriter
242 return new AnnotationWriter(cw, true, bv, bv, bv.length - 2);
252 return new AnnotationWriter(cw, false, bv, bv, bv.length - 2);
274 AnnotationWriter aw = this;
291 AnnotationWriter aw = this;
292 AnnotationWriter las
[all...]
H A DFieldWriter.java111 private AnnotationWriter anns;
116 private AnnotationWriter ianns;
177 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
H A DClassWriter.java392 private AnnotationWriter anns;
397 private AnnotationWriter ianns;
665 AnnotationWriter aw = new AnnotationWriter(this, true, bv, bv, 2);
H A DMethodWriter.java222 private AnnotationWriter anns;
227 private AnnotationWriter ianns;
233 private AnnotationWriter[] panns;
239 private AnnotationWriter[] ipanns;
499 return new AnnotationWriter(cw, false, annd, null, 0);
512 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
536 return new AnnotationWriter(cw, false, bv, null, 0);
540 AnnotationWriter aw = new AnnotationWriter(c
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java47 public class AnnotationWriter extends BasicWriter { class in inherits:BasicWriter
48 static AnnotationWriter instance(Context context) {
49 AnnotationWriter instance = context.get(AnnotationWriter.class);
51 instance = new AnnotationWriter(context);
55 protected AnnotationWriter(Context context) { method in class:AnnotationWriter
155 AnnotationWriter.this.write(ev.annotation_value, resolveIndices);
H A DAttributeWriter.java84 annotationWriter = AnnotationWriter.instance(context);
671 private AnnotationWriter annotationWriter;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassWriter.java340 protected AnnotationWriter annotationWriter = new AnnotationWriter();
643 protected static class AnnotationWriter class in class:ClassWriter

Completed in 43 milliseconds