Package org.benf.cfr.reader.bytecode
Interface AnalysisResult
-
- All Known Implementing Classes:
AnalysisResultFromException
,AnalysisResultSuccessful
public interface AnalysisResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnonymousClassUsage
getAnonymousClassUsage()
Op04StructuredStatement
getCode()
DecompilerComments
getComments()
boolean
isFailed()
boolean
isThrown()
-
-
-
Method Detail
-
isFailed
boolean isFailed()
-
isThrown
boolean isThrown()
-
getCode
Op04StructuredStatement getCode()
-
getComments
DecompilerComments getComments()
-
getAnonymousClassUsage
AnonymousClassUsage getAnonymousClassUsage()
-
-