Uses of Class
org.eclipse.jdt.internal.compiler.lookup.MethodScope

Packages that use 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   
 

Uses of MethodScope in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type MethodScope
 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)
           
 

Uses of MethodScope in org.eclipse.jdt.internal.compiler.apt.dispatch
 

Methods in org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type MethodScope
 boolean AnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 

Uses of MethodScope in org.eclipse.jdt.internal.compiler.ast
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as MethodScope
 MethodScope TypeDeclaration.initializerScope
           
 MethodScope AbstractMethodDeclaration.scope
           
 MethodScope TypeDeclaration.staticInitializerScope
           
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type MethodScope
 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)
           
 

Uses of MethodScope in org.eclipse.jdt.internal.compiler.lookup
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return MethodScope
 MethodScope Scope.enclosingMethodScope()
           
 MethodScope Scope.methodScope()
           
 MethodScope Scope.outerMostMethodScope()
           
 



Copyright © 2012. All Rights Reserved.