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.java142 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in ConstructorDeclaration
143 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
DMethodDeclaration.java168 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in MethodDeclaration
169 return super.setThrownExceptions(thrownExceptions); in setThrownExceptions()
DCallableDeclaration.java82 setThrownExceptions(thrownExceptions); in CallableDeclaration()
160 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.java324 n.setThrownExceptions(thrownExceptions); in visit()
638 n.setThrownExceptions(thrownExceptions); in visit()