Class ExceptionAggregator.ByTarget
- java.lang.Object
-
- org.benf.cfr.reader.entities.exceptions.ExceptionAggregator.ByTarget
-
- Enclosing class:
- ExceptionAggregator
private class ExceptionAggregator.ByTarget extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<ExceptionTableEntry>
entries
-
Constructor Summary
Constructors Constructor Description ByTarget(java.util.List<ExceptionTableEntry> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Collection<ExceptionTableEntry>
getAggregated(DecompilerComments comments)
-
-
-
Field Detail
-
entries
private final java.util.List<ExceptionTableEntry> entries
-
-
Constructor Detail
-
ByTarget
ByTarget(java.util.List<ExceptionTableEntry> entries)
-
-
Method Detail
-
getAggregated
java.util.Collection<ExceptionTableEntry> getAggregated(DecompilerComments comments)
-
-