Lines Matching defs:insert
34 = "usage: insert-annotations [options] class1 indexfile1 class2 indexfile2 ..."
39 + "the index file a.b.C.jaif and insert them into the class a.b.C, then"
54 * tool, one should probably use the insert() methods instead.
82 System.out.printf("insert-annotations (%s)",
114 System.out.println("Run insert-annotations --help for usage information");
123 // annotations loaded from index file into scene, now insert them
128 insert(scene, className, true);
133 insert(scene, className, outputFileName, true);
139 System.out.println("Unknown error trying to insert annotations from: " +
157 * @param scene the scene containing the annotations to insert into a class
169 public static void insert(
174 // can't just call other insert, because this closes the input stream
196 * @param scene the scene containing the annotations to insert into a class
206 public static void insert(AScene scene, InputStream in,
225 * @param scene the scene containing the annotations to insert into a class
235 public static void insert(AScene scene,