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