public class UnstructuredBreak extends AbstractUnStructuredStatement
| Constructor and Description |
|---|
UnstructuredBreak(BytecodeLoc loc,
Set<BlockIdentifier> blocksEnding) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper dumper) |
BytecodeLoc |
getCombinedLoc() |
StructuredStatement |
informBlockHeirachy(Vector<BlockIdentifier> blockIdentifiers) |
findCreatedHere, getBreakableBlockOrNull, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, linearizeInto, match, rewriteExpressions, suggestName, traceLocalVariableScope, transformStructuredChildren, transformStructuredChildrenInReverseaddLoc, alwaysDefines, canDefine, canFall, claimBlock, fallsNopToNext, getContainer, getInline, getLoc, inlineable, isScopeBlock, markCreator, setContainer, supportsBreak, supportsContinueBreak, toStringpublic UnstructuredBreak(BytecodeLoc loc, Set<BlockIdentifier> blocksEnding)
public void collectTypeUsages(TypeUsageCollector collector)
public BytecodeLoc getCombinedLoc()
public StructuredStatement informBlockHeirachy(Vector<BlockIdentifier> blockIdentifiers)
informBlockHeirachy in interface StructuredStatementinformBlockHeirachy in class AbstractStructuredStatementCopyright © 2011-2021. All Rights Reserved.