Searched defs:exceptionTypes (Results 1 – 12 of 12) sorted by relevance
43 private List<ResolvedType> exceptionTypes = new ArrayList<>(); field in MethodUsage66 List<ResolvedType> exceptionTypes) { in MethodUsage()71 … List<ResolvedType> exceptionTypes, ResolvedTypeParametersMap typeParametersMap) { in MethodUsage()189 public List<ResolvedType> exceptionTypes() { in exceptionTypes() method in MethodUsage
24 private List<ResolvedType> exceptionTypes; field in MethodType33 List<ResolvedType> exceptionTypes) { in MethodType()
51 private final List<TypeLiteral<?>> exceptionTypes; field in CheckedProviderMethod62 List<TypeLiteral<?>> exceptionTypes, in CheckedProviderMethod()
115 List<TypeLiteral<?>> exceptionTypes = typeLiteral.getExceptionTypes(method); in createProviderMethod() local
219 List<Class<? extends Throwable>> exceptionTypes = in checkThrowable() local
138 private final List<Class<? extends Throwable>> exceptionTypes; field in ThrowingProviderBinder.SecondaryBinder
23 private final Class<?>[] exceptionTypes; field in SerializableMethod
30 CtClass[] exceptionTypes, in wrapped()
36 CtClass[] exceptionTypes, in wrapped()
848 SmallVector<QualType, 4> exceptionTypes; in VisitFunctionProtoType() local1164 SmallVector<QualType, 4> exceptionTypes; in substObjCTypeArgs() local
4370 List<ReferenceType> exceptionTypes = new LinkedList<ReferenceType>(); in TryStatement() local
4870 NodeList<ReferenceType> exceptionTypes = emptyList(); in TryStatement() local