Lines Matching full:scene
51 final AScene scene;
66 super(IndexFileWriter.this.scene);
424 : scene.packages.entrySet()) {
437 : scene.classes.entrySet()) {
524 private IndexFileWriter(AScene scene,
526 this.scene = scene;
533 * Writes the annotations in <code>scene</code> and their definitions to
545 * <li>There is one case in which, even if a scene is written successfully,
546 * reading it back in produces a different scene. Consider a scene
553 * file is read into a new scene, the definitions of both annotations
554 * will have known element type, whereas in the original scene, one had
559 AScene scene,
561 new IndexFileWriter(scene, out);
565 * Writes the annotations in <code>scene</code> and their definitions to
570 AScene scene,
572 write(scene, new FileWriter(filename));