Modifier and Type | Class and Description |
---|---|
class |
LValueTypeClashCheck |
Modifier and Type | Method and Description |
---|---|
<T> void |
LValue.collectLValueAssignments(Expression assignedTo,
StatementContainer<T> statementContainer,
LValueAssignmentCollector<T> lValueAssigmentCollector) |
void |
Statement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
Modifier and Type | Method and Description |
---|---|
<Statement> |
StackSSALabel.collectLValueAssignments(Expression rhsAssigned,
StatementContainer<Statement> statementContainer,
LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
<T> void |
SentinelLocalClassLValue.collectLValueAssignments(Expression assignedTo,
StatementContainer<T> statementContainer,
LValueAssignmentCollector<T> lValueAssigmentCollector) |
<T> void |
LocalVariable.collectLValueAssignments(Expression assignedTo,
StatementContainer<T> statementContainer,
LValueAssignmentCollector<T> lValueAssigmentCollector) |
void |
AbstractFieldVariable.collectLValueAssignments(Expression assignedTo,
StatementContainer statementContainer,
LValueAssignmentCollector lValueAssigmentCollector) |
void |
ArrayVariable.collectLValueAssignments(Expression assignedTo,
StatementContainer statementContainer,
LValueAssignmentCollector lValueAssigmentCollector) |
Modifier and Type | Method and Description |
---|---|
void |
CompoundStatement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
void |
AssignmentPreMutation.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
void |
CatchStatement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
void |
AssignmentSimple.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
void |
AbstractStatement.collectLValueAssignments(LValueAssignmentCollector<Statement> lValueAssigmentCollector) |
Modifier and Type | Class and Description |
---|---|
class |
LValueAssignmentAndAliasCondenser |
Modifier and Type | Interface and Description |
---|---|
interface |
LValueScopeDiscoverer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLValueScopeDiscoverer |
class |
LocalClassScopeDiscoverImpl |
class |
LValueScopeDiscoverImpl |
Modifier and Type | Method and Description |
---|---|
void |
WildcardMatch.LValueWildcard.collectLValueAssignments(Expression assignedTo,
StatementContainer statementContainer,
LValueAssignmentCollector lValueAssigmentCollector) |
Copyright © 2011-2021. All Rights Reserved.