public class UnstructuredBreak extends AbstractUnStructuredStatement
Modifier and Type | Field and Description |
---|---|
private java.util.Set<BlockIdentifier> |
blocksEnding |
Constructor and Description |
---|
UnstructuredBreak(BytecodeLoc loc,
java.util.Set<BlockIdentifier> blocksEnding) |
Modifier and Type | Method and Description |
---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper dumper) |
BytecodeLoc |
getCombinedLoc() |
StructuredStatement |
informBlockHeirachy(java.util.Vector<BlockIdentifier> blockIdentifiers) |
findCreatedHere, getBreakableBlockOrNull, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, linearizeInto, match, rewriteExpressions, suggestName, traceLocalVariableScope, transformStructuredChildren, transformStructuredChildrenInReverse
addLoc, alwaysDefines, canDefine, canFall, claimBlock, fallsNopToNext, getContainer, getInline, getLoc, inlineable, isScopeBlock, markCreator, setContainer, supportsBreak, supportsContinueBreak, toString
private final java.util.Set<BlockIdentifier> blocksEnding
public UnstructuredBreak(BytecodeLoc loc, java.util.Set<BlockIdentifier> blocksEnding)
public void collectTypeUsages(TypeUsageCollector collector)
public BytecodeLoc getCombinedLoc()
public StructuredStatement informBlockHeirachy(java.util.Vector<BlockIdentifier> blockIdentifiers)
informBlockHeirachy
in interface StructuredStatement
informBlockHeirachy
in class AbstractStructuredStatement