Home
last modified time | relevance | path

Searched refs:getSpecifiedException (Results 1 – 11 of 11) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedMethodLikeDeclaration.java146 ResolvedType getSpecifiedException(int index); in getSpecifiedException() method
154 exceptions.add(getSpecifiedException(i)); in getSpecifiedExceptions()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
DDefaultConstructorDeclaration.java79 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in DefaultConstructorDeclaration
DJavaParserConstructorDeclaration.java95 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in JavaParserConstructorDeclaration
DJavaParserMethodDeclaration.java163 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in JavaParserMethodDeclaration
DJavaParserEnumDeclaration.java378 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in JavaParserEnumDeclaration.ValuesMethod
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionConstructorDeclaration.java92 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in ReflectionConstructorDeclaration
DReflectionMethodDeclaration.java149 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in ReflectionMethodDeclaration
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistConstructorDeclaration.java141 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in JavassistConstructorDeclaration
DJavassistMethodDeclaration.java185 public ResolvedType getSpecifiedException(int index) { in getSpecifiedException() method in JavassistMethodDeclaration
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
DMethodUsage.java54 exceptionTypes.add(declaration.getSpecifiedException(i)); in MethodUsage()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DTypeInference.java552 ResolvedType thrownType = methodDeclaration.getSpecifiedException(j); in appearInThrowsClause()