类 org.eclipse.jdt.internal.compiler.lookup.MethodScope
的使用

使用 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.compilerMethodScope 的使用
 

参数类型为 MethodScopeorg.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.dispatchMethodScope 的使用
 

参数类型为 MethodScopeorg.eclipse.jdt.internal.compiler.apt.dispatch 中的方法
 boolean AnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 

org.eclipse.jdt.internal.compiler.astMethodScope 的使用
 

声明为 MethodScopeorg.eclipse.jdt.internal.compiler.ast 中的字段
 MethodScope TypeDeclaration.initializerScope
           
 MethodScope AbstractMethodDeclaration.scope
           
 MethodScope TypeDeclaration.staticInitializerScope
           
 

参数类型为 MethodScopeorg.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.lookupMethodScope 的使用
 

返回 MethodScopeorg.eclipse.jdt.internal.compiler.lookup 中的方法
 MethodScope Scope.enclosingMethodScope()
           
 MethodScope Scope.methodScope()
           
 MethodScope Scope.outerMostMethodScope()
           
 



Copyright © 2013. All Rights Reserved.