Home | History | Annotate | Download | only in classfile

Lines Matching full:scene

43  * being rewritten with information from a scene.  Also see {@link
64 * Throughout this class, "scene" refers to the {@link AScene} this class is
70 // from scene into the parsing done by ClassReader
76 // - To visit the class' annotations in the scene, right before the code for
78 // ensure that all extended annotations in the scene are visited once.
87 // annotations in the scene at the first call of visit{Code, End}.
97 * The scene from which to get additional annotations.
99 private final AScene scene;
102 * The representation of this class in the scene.
113 * Whether or not this has visited the corresponding annotations in scene.
119 * in a class file if a similar annotation is found in scene.
130 * insert all the annotations in <code> scene </code> into the class that
131 * it visits. <code> scene </code> must be an {@link AScene} over the
135 * @param scene the annotation scene containing annotations to be inserted
138 public ClassAnnotationSceneWriter(ClassReader cr, AScene scene, boolean overwrite) {
140 this.scene = scene;
152 * from merging all the annotations in the scene into the class file
174 aClass = scene.classes.vivify(name);
196 // its annotations in the scene.
210 // its annotations in the scene.
234 // If annotation exists in scene, and in overwrite mode,
235 // return empty visitor, since annotation from scene will be visited later.
250 // If annotation exists in scene, and in overwrite mode,
251 // return empty visitor, annotation from scene will be visited later.
261 * Have this class visit the annotations in scene if and only if it has not
330 * information useful to asm from scene-library data structures.
485 * corresponding field annotations in scene.
524 // If annotation exists in scene, and in overwrite mode,
525 // return empty visitor, annotation from scene will be visited later.
541 // If annotation exists in scene, and in overwrite mode,
542 // return empty visitor, annotation from scene will be visited later.
561 * and also ensures that this visits all its annotations in the scene.
572 * Has this visit the annotations on the corresponding field in scene.
620 * visits each of the extended annotations in scene in the correct
629 * The AMethod that represents this method in scene.
634 * Whether or not this has visit the method's annotations in scene.
686 // If annotation exists in scene, and in overwrite mode,
687 // return empty visitor, annotation from scene will be visited later.
704 // If annotation exists in scene, and in overwrite mode,
705 // return empty visitor, annotation from scene will be visited later.
1334 * Have this method visit the annotations in scene if and only if