Home
last modified time | relevance | path

Searched refs:NewInsertion (Results 1 – 5 of 5) sorted by relevance

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DNewInsertion.java14 public class NewInsertion extends TypedInsertion { class
38 public NewInsertion(Type type, Criteria criteria, in NewInsertion() method in NewInsertion
DTreeFinder.java1094 NewInsertion neu = (NewInsertion) i;
1281 NewInsertion neu = (NewInsertion) i;
1715 private void addNewType(TreePath path, NewInsertion neu,
DInsertions.java337 if (ins instanceof NewInsertion) { in organizeTypedInsertions()
338 NewInsertion nins = (NewInsertion) ins; in organizeTypedInsertions()
533 tins = new NewInsertion(type, criteria, inners); in organizeTypedInsertions()
/external/annotation-tools/annotation-file-utilities/src/annotator/specification/
DIndexFileSpecification.java45 import annotator.find.NewInsertion;
346 NewInsertion neu = null; in parseElement()
367 neu = new NewInsertion(new DeclaredType(), in parseElement()
394 neu = new NewInsertion(type, criteria, innerTypeInsertions); in parseElement()
/external/annotation-tools/annotation-file-utilities/src/annotator/
DMain.java58 import annotator.find.NewInsertion;
816 NewInsertion ni = (NewInsertion) iToInsert;