Searched refs:setThrownExceptions (Results 1 – 5 of 5) sorted by relevance
34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions() method
142 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in ConstructorDeclaration143 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
168 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in MethodDeclaration169 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
82 setThrownExceptions(thrownExceptions); in CallableDeclaration()160 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in CallableDeclaration
324 n.setThrownExceptions(thrownExceptions); in visit()638 n.setThrownExceptions(thrownExceptions); in visit()