|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LocalDeclaration in org.eclipse.jdt.internal.codeassist |
|---|
| Methods in org.eclipse.jdt.internal.codeassist with parameters of type LocalDeclaration | |
|---|---|
void |
UnresolvedReferenceNameFinder.endVisit(LocalDeclaration localDeclaration,
BlockScope blockScope)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.codeassist.complete |
|---|
| Subclasses of LocalDeclaration in org.eclipse.jdt.internal.codeassist.complete | |
|---|---|
class |
CompletionOnArgumentName
|
class |
CompletionOnLocalName
|
| Methods in org.eclipse.jdt.internal.codeassist.complete that return LocalDeclaration | |
|---|---|
protected LocalDeclaration |
CompletionParser.createLocalDeclaration(char[] assistName,
int sourceStart,
int sourceEnd)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.codeassist.select |
|---|
| Subclasses of LocalDeclaration in org.eclipse.jdt.internal.codeassist.select | |
|---|---|
class |
SelectionOnArgumentName
|
class |
SelectionOnLocalName
|
| Methods in org.eclipse.jdt.internal.codeassist.select that return LocalDeclaration | |
|---|---|
protected LocalDeclaration |
SelectionParser.createLocalDeclaration(char[] assistName,
int sourceStart,
int sourceEnd)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.compiler |
|---|
| Methods in org.eclipse.jdt.internal.compiler with parameters of type LocalDeclaration | |
|---|---|
void |
ASTVisitor.endVisit(LocalDeclaration localDeclaration,
BlockScope scope)
|
boolean |
ASTVisitor.visit(LocalDeclaration localDeclaration,
BlockScope scope)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.compiler.ast |
|---|
| Subclasses of LocalDeclaration in org.eclipse.jdt.internal.compiler.ast | |
|---|---|
class |
Argument
|
class |
FakedTrackingVariable
A faked local variable declaration used for keeping track of data flows of a special variable. |
| Fields in org.eclipse.jdt.internal.compiler.ast declared as LocalDeclaration | |
|---|---|
LocalDeclaration |
ForeachStatement.elementVariable
|
LocalDeclaration[] |
TryStatement.resources
|
| Constructors in org.eclipse.jdt.internal.compiler.ast with parameters of type LocalDeclaration | |
|---|---|
ForeachStatement(LocalDeclaration elementVariable,
int start)
|
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Fields in org.eclipse.jdt.internal.compiler.lookup declared as LocalDeclaration | |
|---|---|
LocalDeclaration |
LocalVariableBinding.declaration
|
| Methods in org.eclipse.jdt.internal.compiler.lookup that return LocalDeclaration | |
|---|---|
LocalDeclaration[] |
BlockScope.findLocalVariableDeclarations(int position)
Returns all declarations of most specific locals containing a given position in their source range. |
| Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type LocalDeclaration | |
|---|---|
CatchParameterBinding(LocalDeclaration declaration,
TypeBinding type,
int modifiers,
boolean isArgument)
|
|
LocalVariableBinding(LocalDeclaration declaration,
TypeBinding type,
int modifiers,
boolean isArgument)
|
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.compiler.parser |
|---|
| Fields in org.eclipse.jdt.internal.compiler.parser declared as LocalDeclaration | |
|---|---|
LocalDeclaration |
RecoveredLocalVariable.localDeclaration
|
| Methods in org.eclipse.jdt.internal.compiler.parser that return LocalDeclaration | |
|---|---|
protected LocalDeclaration |
Parser.createLocalDeclaration(char[] localDeclarationName,
int sourceStart,
int sourceEnd)
|
| Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type LocalDeclaration | |
|---|---|
RecoveredElement |
RecoveredElement.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredInitializer.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredBlock.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredMethod.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredBlock.add(LocalDeclaration localDeclaration,
int bracketBalanceValue,
boolean delegatedByParent)
|
| Constructors in org.eclipse.jdt.internal.compiler.parser with parameters of type LocalDeclaration | |
|---|---|
RecoveredLocalVariable(LocalDeclaration localDeclaration,
RecoveredElement parent,
int bracketBalance)
|
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.compiler.problem |
|---|
| Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type LocalDeclaration | |
|---|---|
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)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.core.search.matching |
|---|
| Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type LocalDeclaration | |
|---|---|
int |
LocalVariableLocator.match(LocalDeclaration node,
MatchingNodeSet nodeSet)
|
int |
PatternLocator.match(LocalDeclaration node,
MatchingNodeSet nodeSet)
|
int |
OrLocator.match(LocalDeclaration node,
MatchingNodeSet nodeSet)
|
int |
AndLocator.match(LocalDeclaration node,
MatchingNodeSet nodeSet)
|
| Uses of LocalDeclaration in org.eclipse.jdt.internal.formatter |
|---|
| Methods in org.eclipse.jdt.internal.formatter with parameters of type LocalDeclaration | |
|---|---|
boolean |
CodeFormatterVisitor.visit(LocalDeclaration localDeclaration,
BlockScope scope)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||