Package org.benf.cfr.reader.bytecode
Class AnalysisResultFromException
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.AnalysisResultFromException
-
- All Implemented Interfaces:
AnalysisResult
public class AnalysisResultFromException extends java.lang.Object implements AnalysisResult
-
-
Field Summary
Fields Modifier and Type Field Description private Op04StructuredStatementcodeprivate DecompilerCommentscomments
-
Constructor Summary
Constructors Constructor Description AnalysisResultFromException(java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymousClassUsagegetAnonymousClassUsage()Op04StructuredStatementgetCode()DecompilerCommentsgetComments()booleanisFailed()booleanisThrown()
-
-
-
Field Detail
-
code
private final Op04StructuredStatement code
-
comments
private final DecompilerComments comments
-
-
Method Detail
-
isFailed
public boolean isFailed()
- Specified by:
isFailedin interfaceAnalysisResult
-
isThrown
public boolean isThrown()
- Specified by:
isThrownin interfaceAnalysisResult
-
getCode
public Op04StructuredStatement getCode()
- Specified by:
getCodein interfaceAnalysisResult
-
getComments
public DecompilerComments getComments()
- Specified by:
getCommentsin interfaceAnalysisResult
-
getAnonymousClassUsage
public AnonymousClassUsage getAnonymousClassUsage()
- Specified by:
getAnonymousClassUsagein interfaceAnalysisResult
-
-