Class StructuredFakeDecompFailure
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.structured.statement.AbstractStructuredStatement
-
- org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredComment
-
- org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredFakeDecompFailure
-
- All Implemented Interfaces:
HasByteCodeLoc
,Matcher<StructuredStatement>
,StructuredStatement
,Dumpable
,TypeUsageCollectable
public class StructuredFakeDecompFailure extends StructuredComment
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception
e
-
Fields inherited from class org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredComment
EMPTY_COMMENT
-
-
Constructor Summary
Constructors Constructor Description StructuredFakeDecompFailure(java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dumper
dump(Dumper dumper)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredComment
collectTypeUsages, getCombinedLoc, isEffectivelyNOP, linearizeInto, rewriteExpressions, traceLocalVariableScope, transformStructuredChildren
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.structured.statement.AbstractStructuredStatement
addLoc, alwaysDefines, canDefine, canFall, claimBlock, fallsNopToNext, findCreatedHere, getBreakableBlockOrNull, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isProperlyStructured, isRecursivelyStructured, isScopeBlock, markCreator, match, setContainer, suggestName, supportsBreak, supportsContinueBreak, toString, transformStructuredChildrenInReverse
-
-