| 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 |
LambdaExpression.scope |
MethodScope |
AbstractMethodDeclaration.scope |
MethodScope |
TypeDeclaration.staticInitializerScope |
| Modifier and Type | Method and Description |
|---|---|
MethodScope |
LambdaExpression.getScope() |
| Modifier and Type | Method and Description |
|---|---|
FlowInfo |
Initializer.analyseCode(MethodScope currentScope,
FlowContext flowContext,
FlowInfo flowInfo) |
FlowInfo |
FieldDeclaration.analyseCode(MethodScope initializationScope,
FlowContext flowContext,
FlowInfo flowInfo) |
TypeBinding |
Argument.bind(MethodScope scope,
TypeBinding typeBinding,
boolean used) |
TypeBinding |
Argument.createBinding(MethodScope scope,
TypeBinding typeBinding) |
void |
ConstructorDeclaration.generateSyntheticFieldInitializationsIfNecessary(MethodScope methodScope,
CodeStream codeStream,
ReferenceBinding declaringClass) |
void |
Javadoc.resolve(MethodScope methScope) |
void |
Initializer.resolve(MethodScope scope) |
void |
FieldDeclaration.resolve(MethodScope initializationScope) |
void |
Initializer.traverse(ASTVisitor visitor,
MethodScope scope) |
void |
FieldDeclaration.traverse(ASTVisitor visitor,
MethodScope scope) |
| Modifier and Type | Method and Description |
|---|---|
MethodScope |
Scope.enclosingLambdaScope() |
MethodScope |
Scope.enclosingMethodScope() |
MethodScope |
Scope.methodScope() |
MethodScope |
Scope.namedMethodScope() |
MethodScope |
Scope.outerMostMethodScope() |
| Constructor and Description |
|---|
LocalVariableBinding(LocalDeclaration declaration,
TypeBinding type,
int modifiers,
MethodScope declaringScope) |
Copyright © 2015. All rights reserved.