Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/io/
DASTPath.java787 private boolean nonDecl(TreePath path) { in nonDecl() method in ASTPath.Matcher
817 while (path != null && nonDecl(path)) { in matches()