Home
last modified time | relevance | path

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

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DNewInsertion.java20 protected boolean qualifyType; field in NewInsertion
42 qualifyType = false; in NewInsertion()
71 if (qualifyType) { in getText()
91 public void setQualifyType(boolean qualifyType) { in setQualifyType() argument
92 this.qualifyType = qualifyType; in setQualifyType()