Home
last modified time | relevance | path

Searched defs:throws_ (Results 1 – 10 of 10) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
DConstructorDeclaration.java59 private List<ReferenceType> throws_; field in ConstructorDeclaration
73 … String name, List<Parameter> parameters, List<ReferenceType> throws_, in ConstructorDeclaration()
86 … List<Parameter> parameters, List<ReferenceType> throws_, BlockStmt block) { in ConstructorDeclaration()
169 public ConstructorDeclaration setThrows(List<ReferenceType> throws_) { in setThrows()
DMethodDeclaration.java77 private List<ReferenceType> throws_; field in MethodDeclaration
112 final List<ReferenceType> throws_, in MethodDeclaration()
135 final List<ReferenceType> throws_, in MethodDeclaration()
246 public MethodDeclaration setThrows(final List<ReferenceType> throws_) { in setThrows()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
DConstructorDeclaration.java52 private List<NameExpr> throws_; field in ConstructorDeclaration
65 … String name, List<Parameter> parameters, List<NameExpr> throws_, BlockStmt block) { in ConstructorDeclaration()
77 … List<Parameter> parameters, List<NameExpr> throws_, BlockStmt block) { in ConstructorDeclaration()
159 public void setThrows(List<NameExpr> throws_) { in setThrows()
DMethodDeclaration.java56 private List<NameExpr> throws_; field in MethodDeclaration
80 …final List<Parameter> parameters, final int arrayCount, final List<NameExpr> throws_, final BlockS… in MethodDeclaration()
95 …final List<Parameter> parameters, final int arrayCount, final List<NameExpr> throws_, final BlockS… in MethodDeclaration()
190 public void setThrows(final List<NameExpr> throws_) { in setThrows()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithThrowable.java10 T setThrows(List<ReferenceType> throws_); in setThrows()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DCloneVisitor.java265 List<NameExpr> throws_ = visit(_n.getThrows(), _arg); in visit() local
284 List<NameExpr> throws_ = visit(_n.getThrows(), _arg); in visit() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DCloneVisitor.java316 List<ReferenceType> throws_ = visit(_n.getThrows(), _arg); in visit() local
335 List<ReferenceType> throws_ = visit(_n.getThrows(), _arg); in visit() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java1179 List<ReferenceType> throws_ = null; in MethodDeclaration() local
1393 List<ReferenceType> throws_ = null; in ConstructorDeclaration() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java1177 List throws_ = null; in MethodDeclaration() local
1363 List throws_ = null; in ConstructorDeclaration() local
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java1189 NodeList<ReferenceType> throws_ = emptyList(); in MethodDeclaration() local
1484 NodeList<ReferenceType> throws_ = emptyList(); in ConstructorDeclaration() local