public class AnalysisResultFromException extends java.lang.Object implements AnalysisResult
Modifier and Type | Field and Description |
---|---|
private Op04StructuredStatement |
code |
private DecompilerComments |
comments |
Constructor and Description |
---|
AnalysisResultFromException(java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
AnonymousClassUsage |
getAnonymousClassUsage() |
Op04StructuredStatement |
getCode() |
DecompilerComments |
getComments() |
boolean |
isFailed() |
boolean |
isThrown() |
private final Op04StructuredStatement code
private final DecompilerComments comments
public AnalysisResultFromException(java.lang.Exception e)
public boolean isFailed()
isFailed
in interface AnalysisResult
public boolean isThrown()
isThrown
in interface AnalysisResult
public Op04StructuredStatement getCode()
getCode
in interface AnalysisResult
public DecompilerComments getComments()
getComments
in interface AnalysisResult
public AnonymousClassUsage getAnonymousClassUsage()
getAnonymousClassUsage
in interface AnalysisResult