| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(LocalDeclaration localDeclaration,
BlockScope scope) |
boolean |
ASTVisitor.visit(LocalDeclaration localDeclaration,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
Argument |
class |
FakedTrackingVariable
A faked local variable declaration used for keeping track of data flows of a
special variable.
|
| Modifier and Type | Field and Description |
|---|---|
LocalDeclaration |
ForeachStatement.elementVariable |
LocalDeclaration[] |
TryStatement.resources |
| Constructor and Description |
|---|
ForeachStatement(LocalDeclaration elementVariable,
int start) |
| Modifier and Type | Field and Description |
|---|---|
LocalDeclaration |
LocalVariableBinding.declaration |
| Modifier and Type | Method and Description |
|---|---|
LocalDeclaration[] |
BlockScope.findLocalVariableDeclarations(int position)
Returns all declarations of most specific locals containing a given position in their source range.
|
| Constructor and Description |
|---|
CatchParameterBinding(LocalDeclaration declaration,
TypeBinding type,
int modifiers,
boolean isArgument) |
LocalVariableBinding(LocalDeclaration declaration,
TypeBinding type,
int modifiers,
boolean isArgument) |
| Modifier and Type | Field and Description |
|---|---|
LocalDeclaration |
RecoveredLocalVariable.localDeclaration |
| Modifier and Type | Method and Description |
|---|---|
protected LocalDeclaration |
Parser.createLocalDeclaration(char[] localDeclarationName,
int sourceStart,
int sourceEnd) |
| Modifier and Type | Method and Description |
|---|---|
RecoveredElement |
RecoveredMethod.add(LocalDeclaration localDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredElement.add(LocalDeclaration localDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredBlock.add(LocalDeclaration localDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredInitializer.add(LocalDeclaration localDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredBlock.add(LocalDeclaration localDeclaration,
int bracketBalanceValue,
boolean delegatedByParent) |
| Constructor and Description |
|---|
RecoveredLocalVariable(LocalDeclaration localDeclaration,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.autoManagedResourcesNotBelow17(LocalDeclaration[] resources) |
void |
ProblemReporter.duplicateModifierForVariable(LocalDeclaration localDecl,
boolean complainForArgument) |
void |
ProblemReporter.illegalModifierForVariable(LocalDeclaration localDecl,
boolean complainAsArgument) |
void |
ProblemReporter.invalidUsageOfForeachStatements(LocalDeclaration elementVariable,
Expression collection) |
void |
ProblemReporter.localVariableHiding(LocalDeclaration local,
Binding hiddenVariable,
boolean isSpecialArgHidingField) |
void |
ProblemReporter.redefineLocal(LocalDeclaration localDecl) |
void |
ProblemReporter.unusedArgument(LocalDeclaration localDecl) |
void |
ProblemReporter.unusedLocalVariable(LocalDeclaration localDecl) |
Copyright © 2013. All rights reserved.