Uses of Class
org.benf.cfr.reader.entities.exceptions.ExceptionAggregator
Packages that use ExceptionAggregator
Package
Description
-
Uses of ExceptionAggregator in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type ExceptionAggregatorModifier and TypeMethodDescriptionstatic List<Op02WithProcessedDataAndRefs>
Op02WithProcessedDataAndRefs.insertExceptionBlocks
(List<Op02WithProcessedDataAndRefs> op2list, ExceptionAggregator exceptions, Map<Integer, Integer> lutByOffset, ConstantPool cp, long codeLength, Options options) -
Uses of ExceptionAggregator in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op02obf with parameters of type ExceptionAggregatorModifier and TypeMethodDescriptionboolean
SimpleControlFlowBase.check
(ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) static boolean
Op02Obf.detectObfuscations
(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) void
SimpleControlFlowBase.process
(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset) static void
Op02Obf.removeControlFlowExceptions
(Method method, ExceptionAggregator exceptions, List<Op02WithProcessedDataAndRefs> op2list, SortedMap<Integer, Integer> lutByOffset)