public class UnstructuredFor extends AbstractUnStructuredStatement
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractAssignmentExpression> |
assignments |
private BlockIdentifier |
blockIdentifier |
private ConditionalExpression |
condition |
private AssignmentSimple |
initial |
Constructor and Description |
---|
UnstructuredFor(BytecodeLoc loc,
ConditionalExpression condition,
BlockIdentifier blockIdentifier,
AssignmentSimple initial,
java.util.List<AbstractAssignmentExpression> assignments) |
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, transformStructuredChildrenInReverse
addLoc, alwaysDefines, canDefine, canFall, fallsNopToNext, getContainer, getInline, getLoc, informBlockHeirachy, inlineable, isScopeBlock, markCreator, setContainer, supportsBreak, supportsContinueBreak, toString
private ConditionalExpression condition
private BlockIdentifier blockIdentifier
private AssignmentSimple initial
private java.util.List<AbstractAssignmentExpression> assignments
public UnstructuredFor(BytecodeLoc loc, ConditionalExpression condition, BlockIdentifier blockIdentifier, AssignmentSimple initial, java.util.List<AbstractAssignmentExpression> assignments)
public BytecodeLoc getCombinedLoc()
public void collectTypeUsages(TypeUsageCollector collector)
public StructuredStatement claimBlock(Op04StructuredStatement innerBlock, BlockIdentifier blockIdentifier, java.util.Vector<BlockIdentifier> blocksCurrentlyIn)
claimBlock
in interface StructuredStatement
claimBlock
in class AbstractStructuredStatement