Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DASTConverter18Test.java3482 CatchClause catchCl = (CatchClause) catches.get(1); in testBug420660() local
3483 variable = catchCl.getException(); in testBug420660()
3486 catchCl = (CatchClause) catches.get(0); in testBug420660()
3487 variable = catchCl.getException(); in testBug420660()
H A DTypeBindingTests308.java308 CatchClause catchCl = (CatchClause) trySt.catchClauses().get(0); in test006() local
309 UnionType union = (UnionType) catchCl.getException().getType(); in test006()