Uses of Interface
org.benf.cfr.reader.bytecode.AnalysisResult
-
Packages that use AnalysisResult Package Description org.benf.cfr.reader.bytecode -
-
Uses of AnalysisResult in org.benf.cfr.reader.bytecode
Classes in org.benf.cfr.reader.bytecode that implement AnalysisResult Modifier and Type Class Description class
AnalysisResultFromException
class
AnalysisResultSuccessful
Methods in org.benf.cfr.reader.bytecode that return AnalysisResult Modifier and Type Method Description private AnalysisResult
CodeAnalyser. getAnalysisInner(java.util.List<Op01WithProcessedDataAndByteJumps> instrs, DCCommonState dcCommonState, Options options, BytecodeMeta bytecodeMeta, int passIdx)
private AnalysisResult
CodeAnalyser. getAnalysisOrWrapFail(int passIdx, java.util.List<Op01WithProcessedDataAndByteJumps> instrs, DCCommonState commonState, Options options, java.util.List<DecompilerComment> extraComments, BytecodeMeta bytecodeMeta)
-