Class EndBlock
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder.AbstractPlaceholder
-
- org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder.EndBlock
-
- All Implemented Interfaces:
HasByteCodeLoc
,Matcher<StructuredStatement>
,StructuredStatement
,Dumpable
,TypeUsageCollectable
public class EndBlock extends AbstractPlaceholder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
boolean
supportsBreak()
boolean
supportsContinueBreak()
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder.AbstractPlaceholder
addLoc, alwaysDefines, canDefine, canFall, claimBlock, collectTypeUsages, dump, fallsNopToNext, findCreatedHere, getBreakableBlockOrNull, getCombinedLoc, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, isScopeBlock, linearizeInto, markCreator, rewriteExpressions, setContainer, suggestName, traceLocalVariableScope, transformStructuredChildren, transformStructuredChildrenInReverse
-
-
-
-
Field Detail
-
block
private final Block block
-
-
Constructor Detail
-
EndBlock
public EndBlock(Block block)
-
-
Method Detail
-
match
public boolean match(MatchIterator<StructuredStatement> matchIterator, MatchResultCollector matchResultCollector)
-
supportsContinueBreak
public boolean supportsContinueBreak()
-
supportsBreak
public boolean supportsBreak()
-
-