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 Op04StructuredStatement
code
private DecompilerComments
comments
-
Constructor Summary
Constructors Constructor Description AnalysisResultFromException(java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymousClassUsage
getAnonymousClassUsage()
Op04StructuredStatement
getCode()
DecompilerComments
getComments()
boolean
isFailed()
boolean
isThrown()
-
-
-
Field Detail
-
code
private final Op04StructuredStatement code
-
comments
private final DecompilerComments comments
-
-
Method Detail
-
isFailed
public boolean isFailed()
- Specified by:
isFailed
in interfaceAnalysisResult
-
isThrown
public boolean isThrown()
- Specified by:
isThrown
in interfaceAnalysisResult
-
getCode
public Op04StructuredStatement getCode()
- Specified by:
getCode
in interfaceAnalysisResult
-
getComments
public DecompilerComments getComments()
- Specified by:
getComments
in interfaceAnalysisResult
-
getAnonymousClassUsage
public AnonymousClassUsage getAnonymousClassUsage()
- Specified by:
getAnonymousClassUsage
in interfaceAnalysisResult
-
-