Modifier and Type | Class and Description |
---|---|
class |
AbstractMutatingAssignmentExpression |
class |
ArithmeticMutationOperation |
class |
ArithmeticPostMutationOperation
(eg) x >>= 3, x++
|
class |
ArithmeticPreMutationOperation |
class |
AssignmentExpression |
Modifier and Type | Method and Description |
---|---|
AbstractAssignmentExpression |
AssignmentPreMutation.getInliningExpression() |
abstract AbstractAssignmentExpression |
AbstractAssignment.getInliningExpression() |
AbstractAssignmentExpression |
AssignmentSimple.getInliningExpression() |
Modifier and Type | Method and Description |
---|---|
List<AbstractAssignmentExpression> |
ForStatement.getAssignments() |
Modifier and Type | Method and Description |
---|---|
void |
WhileStatement.replaceWithForLoop(AssignmentSimple initial,
List<AbstractAssignmentExpression> assignment) |
Constructor and Description |
---|
LValueAssignmentExpressionRewriter(LValue lValue,
AbstractAssignmentExpression lValueReplacement,
Op03SimpleStatement source) |
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.