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
-
Field Summary
FieldsFields inherited from class org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredComment
EMPTY_COMMENT
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
e
-
-
Constructor Details
-
StructuredFakeDecompFailure
-
-
Method Details
-
dump
- Specified by:
dump
in interfaceDumpable
- Overrides:
dump
in classStructuredComment
-