Home
last modified time | relevance | path

Searched refs:setExceptions (Results 1 – 3 of 3) sorted by relevance

/cts/tools/signature-tools/src/signature/model/impl/
DSigExecutableMember.java62 public void setExceptions(Set<ITypeReference> exceptions) { in setExceptions() method in SigExecutableMember
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java643 constructor.setExceptions(new HashSet<ITypeReference>( in convertConstructor()
713 method.setExceptions(new HashSet<ITypeReference>( in convertMethod()
742 member.setExceptions(exceptions); in addExceptions()
744 member.setExceptions(EMPTY_EXCEPTIONS); in addExceptions()
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java496 m.setExceptions(exceptions); in convertExecutableMember()