Searched refs:thrownTypes (Results 1 – 4 of 4) sorted by relevance
16 abstract ImmutableList<Equivalence.Wrapper<TypeMirror>> thrownTypes(); in thrownTypes() method in MethodSignature21 ImmutableList.Builder<Equivalence.Wrapper<TypeMirror>> thrownTypes = ImmutableList.builder(); in fromExecutableType() local26 thrownTypes.add(MoreTypes.equivalence().wrap(thrownType)); in fromExecutableType()31 thrownTypes.build()); in fromExecutableType()
209 getThrowsClause(binding.thrownTypes()), in write()506 private Snippet getThrowsClause(List<? extends TypeMirror> thrownTypes) {507 if (thrownTypes.isEmpty()) {512 .from(thrownTypes)
74 abstract ImmutableList<? extends TypeMirror> thrownTypes(); in thrownTypes() method in ProductionBinding
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...