Modifier and Type | Method and Description |
---|---|
private static void |
LValueCondense.applyLValueCondense(AssignmentSimple a1,
AssignmentSimple a2,
Op03SimpleStatement stm1,
Op03SimpleStatement stm2) |
private static void |
LValueCondense.applyLValueSwap(AssignmentSimple a1,
AssignmentSimple a2,
Op03SimpleStatement stm1,
Op03SimpleStatement stm2) |
private void |
InlineDeAssigner.deAssign(AssignmentSimple assignmentSimple,
Op03SimpleStatement container,
java.util.List<Op03SimpleStatement> added) |
Modifier and Type | Field and Description |
---|---|
private AssignmentSimple |
ForStatement.initial |
Modifier and Type | Method and Description |
---|---|
AssignmentSimple |
ForStatement.getInitial() |
Modifier and Type | Method and Description |
---|---|
void |
WhileStatement.replaceWithForLoop(AssignmentSimple initial,
java.util.List<AbstractAssignmentExpression> assignment) |
Constructor and Description |
---|
ForStatement(BytecodeLoc loc,
ConditionalExpression conditionalExpression,
BlockIdentifier blockIdentifier,
AssignmentSimple initial,
java.util.List<AbstractAssignmentExpression> assignments) |
Modifier and Type | Field and Description |
---|---|
private AssignmentSimple |
StructuredFor.initial |
private AssignmentSimple |
UnstructuredFor.initial |
Constructor and Description |
---|
StructuredFor(BytecodeLoc loc,
ConditionalExpression condition,
AssignmentSimple initial,
java.util.List<AbstractAssignmentExpression> assignments,
Op04StructuredStatement body,
BlockIdentifier block) |
UnstructuredFor(BytecodeLoc loc,
ConditionalExpression condition,
BlockIdentifier blockIdentifier,
AssignmentSimple initial,
java.util.List<AbstractAssignmentExpression> assignments) |