|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MethodScope 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.apt.dispatch | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler 中 MethodScope 的使用 |
|---|
| 参数类型为 MethodScope 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
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)
|
| org.eclipse.jdt.internal.compiler.apt.dispatch 中 MethodScope 的使用 |
|---|
| 参数类型为 MethodScope 的 org.eclipse.jdt.internal.compiler.apt.dispatch 中的方法 | |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration,
MethodScope scope)
|
| org.eclipse.jdt.internal.compiler.ast 中 MethodScope 的使用 |
|---|
| 声明为 MethodScope 的 org.eclipse.jdt.internal.compiler.ast 中的字段 | |
|---|---|
MethodScope |
TypeDeclaration.initializerScope
|
MethodScope |
AbstractMethodDeclaration.scope
|
MethodScope |
TypeDeclaration.staticInitializerScope
|
| 参数类型为 MethodScope 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
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 |
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)
|
| org.eclipse.jdt.internal.compiler.lookup 中 MethodScope 的使用 |
|---|
| 返回 MethodScope 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
MethodScope |
Scope.enclosingMethodScope()
|
MethodScope |
Scope.methodScope()
|
MethodScope |
Scope.outerMostMethodScope()
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||