|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Fields in org.eclipse.jdt.internal.compiler.ast declared as LocalDeclaration | |
---|---|
LocalDeclaration |
ForeachStatement.elementVariable
|
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 | |
---|---|
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 |
RecoveredBlock.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredMethod.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredInitializer.add(LocalDeclaration localDeclaration,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredElement.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |