Uses of Class
org.benf.cfr.reader.entities.exceptions.ExceptionTableEntry
-
Packages that use ExceptionTableEntry Package Description org.benf.cfr.reader.entities.attributes org.benf.cfr.reader.entities.exceptions -
-
Uses of ExceptionTableEntry in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type ExceptionTableEntry Modifier and Type Field Description private java.util.List<ExceptionTableEntry>AttributeCode. exceptionTableEntriesMethods in org.benf.cfr.reader.entities.attributes that return types with arguments of type ExceptionTableEntry Modifier and Type Method Description java.util.List<ExceptionTableEntry>AttributeCode. getExceptionTableEntries() -
Uses of ExceptionTableEntry in org.benf.cfr.reader.entities.exceptions
Fields in org.benf.cfr.reader.entities.exceptions declared as ExceptionTableEntry Modifier and Type Field Description private ExceptionTableEntryExceptionGroup.Entry. entryFields in org.benf.cfr.reader.entities.exceptions with type parameters of type ExceptionTableEntry Modifier and Type Field Description private java.util.NavigableMap<java.lang.Integer,java.util.Set<ExceptionTableEntry>>IntervalOverlapper. endsprivate java.util.List<ExceptionTableEntry>ExceptionAggregator.ByTarget. entriesprivate java.util.NavigableMap<java.lang.Integer,java.util.Set<ExceptionTableEntry>>IntervalOverlapper. startsMethods in org.benf.cfr.reader.entities.exceptions that return ExceptionTableEntry Modifier and Type Method Description (package private) ExceptionTableEntryExceptionTableEntry. aggregateWith(ExceptionTableEntry later)(package private) ExceptionTableEntryExceptionTableEntry. aggregateWithLenient(ExceptionTableEntry later)ExceptionTableEntryClosedIdxExceptionEntry. convertToRaw(java.util.Map<java.lang.Integer,java.lang.Integer> offsetByIdx)(package private) ExceptionTableEntryExceptionTableEntry. copyWithRange(int from, int to)ExceptionTableEntryExceptionTableEntry.ExceptionTableEntryBuilder. invoke(ByteData arg)Methods in org.benf.cfr.reader.entities.exceptions that return types with arguments of type ExceptionTableEntry Modifier and Type Method Description (package private) java.util.Collection<ExceptionTableEntry>ExceptionAggregator.ByTarget. getAggregated(DecompilerComments comments)static UnaryFunction<ByteData,ExceptionTableEntry>ExceptionTableEntry. getBuilder()java.util.List<ExceptionTableEntry>IntervalOverlapper. getExceptions()Methods in org.benf.cfr.reader.entities.exceptions with parameters of type ExceptionTableEntry Modifier and Type Method Description voidExceptionGroup. 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 ExceptionTableEntry Modifier and Type Method Description private voidIntervalOverlapper. processEntries(java.util.List<ExceptionTableEntry> entries)Constructors in org.benf.cfr.reader.entities.exceptions with parameters of type ExceptionTableEntry Constructor Description Entry(ExceptionTableEntry entry)Constructor parameters in org.benf.cfr.reader.entities.exceptions with type arguments of type ExceptionTableEntry Constructor Description ByTarget(java.util.List<ExceptionTableEntry> entries)ExceptionAggregator(java.util.List<ExceptionTableEntry> rawExceptions, BlockIdentifierFactory blockIdentifierFactory, java.util.Map<java.lang.Integer,java.lang.Integer> lutByOffset, java.util.List<Op01WithProcessedDataAndByteJumps> instrs, Options options, ConstantPool cp, DecompilerComments comments)IntervalOverlapper(java.util.List<ExceptionTableEntry> entries)
-