Constructor and Description |
---|
DecompilerComment(java.lang.String comment) |
DecompilerComment(java.lang.String comment,
boolean failed) |
DecompilerComment(java.lang.String comment,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
Dumper |
dump(Dumper d) |
java.lang.String |
getSummaryMessage() |
boolean |
isException() |
boolean |
isFailed() |
java.lang.String |
toString() |
public static final DecompilerComment UNABLE_TO_STRUCTURE
public static final DecompilerComment AGGRESSIVE_TOPOLOGICAL_SORT
public static final DecompilerComment AGGRESSIVE_EXCEPTION_AGG
public static final DecompilerComment AGGRESSIVE_EXCEPTION_VERY_AGG
public static final DecompilerComment COND_PROPAGATE
public static final DecompilerComment RETURNING_IFS
public static final DecompilerComment PRUNE_EXCEPTIONS
public static final DecompilerComment COMMENT_MONITORS
public static final DecompilerComment DROP_EXCEPTIONS
public static final DecompilerComment PARAMETER_CORRUPTION
public static final DecompilerComment TRY_BACKEDGE_REMOVED
public static final DecompilerComment LOOPING_EXCEPTIONS
public static final DecompilerComment TYPE_CLASHES
public static final DecompilerComment ITERATED_TYPE_HINTS
public static final DecompilerComment LOOSE_CATCH_BLOCK
public static final DecompilerComment VOID_DECLARATION
public static final DecompilerComment NEIGHBOUR_RETURN
public static final DecompilerComment CLASS_RENAMED
public static final DecompilerComment RENAME_MEMBERS
public static final DecompilerComment ILLEGAL_IDENTIFIERS
public static final DecompilerComment WHOLE_CLASS_EXCEPTION
public static final DecompilerComment EXPERIMENTAL_FEATURE
public static final DecompilerComment PACKAGE_INFO_CODE
public static final DecompilerComment BAD_ANNOTATION
public static final DecompilerComment BAD_ANNOTATION_ON_INNER
public static final DecompilerComment CASE_CLASH_FS
public static final DecompilerComment DYNAMIC_CONSTANTS
public static final DecompilerComment MULTI_VERSION
public static final DecompilerComment UNVERIFIABLE_BYTECODE_BAD_JUMP
public static final DecompilerComment UNVERIFIABLE_BYTECODE_BAD_MERGE
public static final DecompilerComment BAD_SIGNATURE
public static final DecompilerComment IMPOSSIBLE_LOOP_WITH_FIRST
public static final DecompilerComment IMPOSSIBLE_LOOP_WITH_COPY
public static final DecompilerComment DUFF_HANDLING
public static final DecompilerComment MALFORMED_SWITCH
public static final DecompilerComment DYNAMIC_SIGNATURE_MISMATCH
private final java.lang.String comment
private final java.lang.String summaryMessage
private final boolean failed
private final boolean exception
public DecompilerComment(java.lang.String comment)
public DecompilerComment(java.lang.String comment, boolean failed)
public DecompilerComment(java.lang.String comment, java.lang.Exception e)