Searched refs:setThrownExceptions (Results 1 – 5 of 5) sorted by relevance
34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions() method
146 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in ConstructorDeclaration147 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
182 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in MethodDeclaration183 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
83 setThrownExceptions(thrownExceptions); in CallableDeclaration()158 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in CallableDeclaration
335 n.setThrownExceptions(thrownExceptions); in visit()667 n.setThrownExceptions(thrownExceptions); in visit()