| Modifier and Type | Method and Description |
|---|---|
void |
SymbolVisitor.visitAssignmentExpression(AssignmentExpressionTree tree)
When an assignment is done to a symbol that has not been declared before,
a global variable is created with the left-hand side identifier as name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visitAssignmentExpression(AssignmentExpressionTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentExpressionTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitAssignmentExpression(AssignmentExpressionTree tree) |
void |
TreeVisitor.visitAssignmentExpression(AssignmentExpressionTree tree) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.