Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/
H A DIJavaSearchConstants.java312 int CATCH_TYPE_REFERENCE = 0x1000; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaSearchFineGrainTests.java255 CATCH_TYPE_REFERENCE |
388 search(setUpTypeRef(0), CATCH_TYPE_REFERENCE); in testTypeRef_Catch()
625 search("*", TYPE, CATCH_TYPE_REFERENCE, getJavaSearchWorkingCopiesScope()); in testTypeRefAll_Catch()
1330 search("*", TYPE, CATCH_TYPE_REFERENCE, getJavaSearchWorkingCopiesScope()); in testTypeRefQualifiedAll_Catch()
H A DJavaSearchBugsTests.java12911 …search("RuntimeException", IJavaSearchConstants.TYPE, CATCH_TYPE_REFERENCE, scope, this.resultColl… in testBug336322b()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DMatchLocations.java187 …oup, SearchMessages.MatchLocations_catch_clauses_label, IJavaSearchConstants.CATCH_TYPE_REFERENCE); in createTypeMatchLocationsControls()
307 if (isSet(locations, IJavaSearchConstants.CATCH_TYPE_REFERENCE)) { in getMatchLocationDescription()
403 if (isSet(locations, IJavaSearchConstants.CATCH_TYPE_REFERENCE)) { in getNumberOfSelectedSettings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DJavaSearchPattern.java127 case IJavaSearchConstants.CATCH_TYPE_REFERENCE: in getFineGrainFlagString()
H A DMatchLocatorParser.java663 if ((this.patternFineGrain & IJavaSearchConstants.CATCH_TYPE_REFERENCE) != 0) { in consumeStatementCatch()