Home
last modified time | relevance | path

Searched refs:setThrownExceptions (Results 1 – 5 of 5) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithThrownExceptions.java34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DConstructorDeclaration.java146 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in ConstructorDeclaration
147 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
DMethodDeclaration.java182 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in MethodDeclaration
183 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
DCallableDeclaration.java83 setThrownExceptions(thrownExceptions); in CallableDeclaration()
158 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in CallableDeclaration
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DModifierVisitor.java335 n.setThrownExceptions(thrownExceptions); in visit()
667 n.setThrownExceptions(thrownExceptions); in visit()