HomeSort by relevance Sort by last modified time
    Searched refs:visitedExceptionTypes (Results 1 - 3 of 3) sorted by null

  /external/desugar/java/com/google/devtools/build/android/desugar/
TryWithResourcesRewriter.java 108 private final Set<String> visitedExceptionTypes;
130 Set<String> visitedExceptionTypes,
135 this.visitedExceptionTypes = visitedExceptionTypes;
185 Collections.addAll(visitedExceptionTypes, exceptions);
277 visitedExceptionTypes.add(type); // type in a try-catch block must extend Throwable.
341 visitedExceptionTypes.add(checkNotNull(owner)); // owner extends Throwable.
353 if (visitedExceptionTypes.contains(owner)) {
Desugar.java 269 private final Set<String> visitedExceptionTypes = new HashSet<>();
586 visitedExceptionTypes,
654 visitedExceptionTypes,
    [all...]
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
TryWithResourcesRewriterTest.java 78 assertThat(classLoader.visitedExceptionTypes)
388 private final Set<String> visitedExceptionTypes = new HashSet<>();
421 visitedExceptionTypes,

Completed in 653 milliseconds