Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.statement | |
org.benf.cfr.reader.bytecode.analysis.structured.statement |
Modifier and Type | Method and Description |
---|---|
AssignmentSimple |
ForStatement.getInitial() |
Modifier and Type | Method and Description |
---|---|
void |
WhileStatement.replaceWithForLoop(AssignmentSimple initial,
List<AbstractAssignmentExpression> assignment) |
Constructor and Description |
---|
StructuredFor(BytecodeLoc loc,
ConditionalExpression condition,
AssignmentSimple initial,
List<AbstractAssignmentExpression> assignments,
Op04StructuredStatement body,
BlockIdentifier block) |
UnstructuredFor(BytecodeLoc loc,
ConditionalExpression condition,
BlockIdentifier blockIdentifier,
AssignmentSimple initial,
List<AbstractAssignmentExpression> assignments) |
Copyright © 2011-2021. All Rights Reserved.