Home | History | Annotate | Download | only in annotator

Lines Matching defs:insert

79  * using the shell script <tt>insert-annotations-to-source</tt>.
84 * <li>annotation (index) files, which indicate the annotations to insert</li>
113 * <li id="option:comments"><b>-c</b> <b>--comments=</b><i>boolean</i>. Insert annotations in comments [default false]</li>
161 @Option("-c Insert annotations in comments")
500 System.out.printf("insert-annotations-to-source (%s)",
548 // The Java files into which to insert.
830 // If it's already there, don't re-insert. This is a hack!
853 src.insert(pos, toInsert);
890 dbug.debug("%d imports to insert%n", imports.size());
896 // insert import statements
926 src.insert(importIndex, toInsert);