Home
last modified time | relevance | path

Searched refs:getMethodThrownExceptionsProperty (Results 1 – 1 of 1) 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/rewrite/describing/
H A DASTRewritingMethodDeclTest.java82 private ChildListPropertyDescriptor getMethodThrownExceptionsProperty(AST ast) { in getMethodThrownExceptionsProperty() method in ASTRewritingMethodDeclTest
992 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertFirst(newThrownEx… in testListInserts()
1034 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertAfter(newThrownEx… in testListInserts()
1076 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListInserts()
1181 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListInsert()
1235 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListCombinations()
1238 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListCombinations()
1263 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListCombinations()
1286 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListCombinations()
1338 …rewrite.getListRewrite(methodDecl, getMethodThrownExceptionsProperty(ast)).insertLast(newThrownExc… in testListCombination()
[all …]