Home
last modified time | relevance | path

Searched defs:setThrownExceptions (Results 1 – 4 of 4) 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
DCallableDeclaration.java160 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in CallableDeclaration
DMethodDeclaration.java168 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions() method in MethodDeclaration