Uses of Class
org.benf.cfr.reader.entities.exceptions.ExceptionTableEntry
Packages that use ExceptionTableEntry
-
Uses of ExceptionTableEntry in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type ExceptionTableEntryModifier and TypeFieldDescriptionprivate final List<ExceptionTableEntry> AttributeCode.exceptionTableEntriesMethods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ExceptionTableEntry -
Uses of ExceptionTableEntry in org.benf.cfr.reader.entities.exceptions
Classes in org.benf.cfr.reader.entities.exceptions that implement interfaces with type arguments of type ExceptionTableEntryModifier and TypeClassDescriptionprivate static classprivate static classclassprivate static classFields in org.benf.cfr.reader.entities.exceptions declared as ExceptionTableEntryFields in org.benf.cfr.reader.entities.exceptions with type parameters of type ExceptionTableEntryModifier and TypeFieldDescriptionprivate final NavigableMap<Integer, Set<ExceptionTableEntry>> IntervalOverlapper.endsprivate final List<ExceptionTableEntry> ExceptionAggregator.ByTarget.entriesprivate final NavigableMap<Integer, Set<ExceptionTableEntry>> IntervalOverlapper.startsMethods in org.benf.cfr.reader.entities.exceptions that return ExceptionTableEntryModifier and TypeMethodDescription(package private) ExceptionTableEntryExceptionTableEntry.aggregateWith(ExceptionTableEntry later) (package private) ExceptionTableEntryExceptionTableEntry.aggregateWithLenient(ExceptionTableEntry later) ClosedIdxExceptionEntry.convertToRaw(Map<Integer, Integer> offsetByIdx) (package private) ExceptionTableEntryExceptionTableEntry.copyWithRange(int from, int to) Methods in org.benf.cfr.reader.entities.exceptions that return types with arguments of type ExceptionTableEntryModifier and TypeMethodDescription(package private) Collection<ExceptionTableEntry> ExceptionAggregator.ByTarget.getAggregated(DecompilerComments comments) static UnaryFunction<ByteData, ExceptionTableEntry> ExceptionTableEntry.getBuilder()IntervalOverlapper.getExceptions()Methods in org.benf.cfr.reader.entities.exceptions with parameters of type ExceptionTableEntryModifier and TypeMethodDescriptionvoidExceptionGroup.add(ExceptionTableEntry entry) private voidIntervalOverlapper.addEntry(ExceptionTableEntry e) (package private) ExceptionTableEntryExceptionTableEntry.aggregateWith(ExceptionTableEntry later) (package private) ExceptionTableEntryExceptionTableEntry.aggregateWithLenient(ExceptionTableEntry later) private booleanExceptionAggregator.canExtendTo(ExceptionTableEntry a, ExceptionTableEntry b, DecompilerComments comments) intExceptionAggregator.CompareExceptionTablesByRange.compare(ExceptionTableEntry exceptionTableEntry, ExceptionTableEntry exceptionTableEntry1) intExceptionTableEntry.compareTo(ExceptionTableEntry other) private voidIntervalOverlapper.processEntry(ExceptionTableEntry e) booleanExceptionAggregator.ValidException.test(ExceptionTableEntry in) Method parameters in org.benf.cfr.reader.entities.exceptions with type arguments of type ExceptionTableEntryModifier and TypeMethodDescriptionprivate voidIntervalOverlapper.processEntries(List<ExceptionTableEntry> entries) Constructors in org.benf.cfr.reader.entities.exceptions with parameters of type ExceptionTableEntryConstructor parameters in org.benf.cfr.reader.entities.exceptions with type arguments of type ExceptionTableEntryModifierConstructorDescription(package private)ByTarget(List<ExceptionTableEntry> entries) ExceptionAggregator(List<ExceptionTableEntry> rawExceptions, BlockIdentifierFactory blockIdentifierFactory, Map<Integer, Integer> lutByOffset, List<Op01WithProcessedDataAndByteJumps> instrs, Options options, ConstantPool cp, DecompilerComments comments) (package private)IntervalOverlapper(List<ExceptionTableEntry> entries)