Home
last modified time | relevance | path

Searched defs:ExceptionLine (Results 1 – 1 of 1) sorted by relevance

/prebuilts/r8/src/com/android/tools/r8wrappers/retrace/
DRetraceWrapper.java251 private static class ExceptionLine extends LineWithHole { class in RetraceWrapper
254 public ExceptionLine(String line, int start, int end, ClassReference exception) { in ExceptionLine() method in RetraceWrapper.ExceptionLine