public class UnstructuredIter extends AbstractUnStructuredStatement
| Modifier and Type | Field and Description |
|---|---|
private BlockIdentifier |
blockIdentifier |
private LValue |
iterator |
private Expression |
list |
| Constructor and Description |
|---|
UnstructuredIter(BytecodeLoc loc,
BlockIdentifier blockIdentifier,
LValue iterator,
Expression list) |
| Modifier and Type | Method and Description |
|---|---|
StructuredStatement |
claimBlock(Op04StructuredStatement innerBlock,
BlockIdentifier blockIdentifier,
java.util.Vector<BlockIdentifier> blocksCurrentlyIn) |
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper dumper) |
BytecodeLoc |
getCombinedLoc() |
findCreatedHere, getBreakableBlockOrNull, isEffectivelyNOP, isProperlyStructured, isRecursivelyStructured, linearizeInto, match, rewriteExpressions, suggestName, traceLocalVariableScope, transformStructuredChildren, transformStructuredChildrenInReverseaddLoc, alwaysDefines, canDefine, canFall, fallsNopToNext, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isScopeBlock, markCreator, setContainer, supportsBreak, supportsContinueBreak, toStringprivate BlockIdentifier blockIdentifier
private LValue iterator
private Expression list
public UnstructuredIter(BytecodeLoc loc, BlockIdentifier blockIdentifier, LValue iterator, Expression list)
public BytecodeLoc getCombinedLoc()
public void collectTypeUsages(TypeUsageCollector collector)
public StructuredStatement claimBlock(Op04StructuredStatement innerBlock, BlockIdentifier blockIdentifier, java.util.Vector<BlockIdentifier> blocksCurrentlyIn)
claimBlock in interface StructuredStatementclaimBlock in class AbstractStructuredStatement