Uses of Interface
org.benf.cfr.reader.bytecode.AnalysisResult
Packages that use AnalysisResult
-
Uses of AnalysisResult in org.benf.cfr.reader.bytecode
Classes in org.benf.cfr.reader.bytecode that implement AnalysisResultModifier and TypeClassDescriptionclass
class
Methods in org.benf.cfr.reader.bytecode that return AnalysisResultModifier and TypeMethodDescriptionprivate AnalysisResult
CodeAnalyser.getAnalysisInner
(List<Op01WithProcessedDataAndByteJumps> instrs, DCCommonState dcCommonState, Options options, BytecodeMeta bytecodeMeta, int passIdx) private AnalysisResult
CodeAnalyser.getAnalysisOrWrapFail
(int passIdx, List<Op01WithProcessedDataAndByteJumps> instrs, DCCommonState commonState, Options options, List<DecompilerComment> extraComments, BytecodeMeta bytecodeMeta)