Home
last modified time | relevance | path

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

/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DASTPathCriterion.java625 SynchronizedTree synchronizzed = (SynchronizedTree) actualNode;
627 return synchronizzed.getExpression();
629 return synchronizzed.getBlock();
/external/annotation-tools/scene-lib/src/annotations/io/
DASTPath.java1195 SynchronizedTree synchronizzed = (SynchronizedTree) actualNode; in matches() local
1197 next = synchronizzed.getExpression(); in matches()
1199 next = synchronizzed.getBlock(); in matches()