| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.apt.dispatch | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(FieldDeclaration fieldDeclaration,
MethodScope scope) |
void |
ASTVisitor.endVisit(Initializer initializer,
MethodScope scope) |
boolean |
ASTVisitor.visit(FieldDeclaration fieldDeclaration,
MethodScope scope) |
boolean |
ASTVisitor.visit(Initializer initializer,
MethodScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration,
MethodScope scope) |
| Modifier and Type | Field and Description |
|---|---|
MethodScope |
TypeDeclaration.initializerScope |
MethodScope |
AbstractMethodDeclaration.scope |
MethodScope |
TypeDeclaration.staticInitializerScope |
| Modifier and Type | Method and Description |
|---|---|
FlowInfo |
Initializer.analyseCode(MethodScope currentScope,
FlowContext flowContext,
FlowInfo flowInfo) |
FlowInfo |
FieldDeclaration.analyseCode(MethodScope initializationScope,
FlowContext flowContext,
FlowInfo flowInfo) |
void |
Argument.bind(MethodScope scope,
TypeBinding typeBinding,
boolean used) |
boolean |
ThisReference.checkAccess(MethodScope methodScope) |
void |
Argument.createBinding(MethodScope scope,
TypeBinding typeBinding) |
void |
ConstructorDeclaration.generateSyntheticFieldInitializationsIfNecessary(MethodScope methodScope,
CodeStream codeStream,
ReferenceBinding declaringClass) |
void |
Initializer.resolve(MethodScope scope) |
void |
FieldDeclaration.resolve(MethodScope initializationScope) |
void |
Javadoc.resolve(MethodScope methScope) |
void |
Initializer.traverse(ASTVisitor visitor,
MethodScope scope) |
void |
FieldDeclaration.traverse(ASTVisitor visitor,
MethodScope scope) |
| Modifier and Type | Method and Description |
|---|---|
MethodScope |
Scope.enclosingMethodScope() |
MethodScope |
Scope.methodScope() |
MethodScope |
Scope.outerMostMethodScope() |
Copyright © 2013. All rights reserved.