Home
last modified time | relevance | path

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

/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/view/component/
H A DTypePage.java237 String highlightScope = parameters.get("highlightScope"); in matchQueryAndAddDocumentRange() local
246 if (matchScope(highlightScope, data.owner)) { in matchQueryAndAddDocumentRange()
267 if (matchScope(highlightScope, declaration.typeName)) { in matchQueryAndAddDocumentRange()
284 if (matchScope(highlightScope, reference.owner)) { in matchQueryAndAddDocumentRange()