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

Packages that use MethodScope
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.eval   
org.eclipse.jdt.internal.formatter   
 

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

Methods in org.eclipse.jdt.internal.codeassist with parameters of type MethodScope
 void UnresolvedReferenceNameFinder.endVisit(FieldDeclaration fieldDeclaration, MethodScope methodScope)
           
 void UnresolvedReferenceNameFinder.endVisit(Initializer initializer, MethodScope methodScope)
           
 boolean UnresolvedReferenceNameFinder.visit(FieldDeclaration fieldDeclaration, MethodScope methodScope)
           
 boolean UnresolvedReferenceNameFinder.visit(Initializer initializer, MethodScope methodScope)
           
 

Uses of MethodScope in org.eclipse.jdt.internal.codeassist.complete
 

Methods in org.eclipse.jdt.internal.codeassist.complete with parameters of type MethodScope
 void CompletionOnArgumentName.bind(MethodScope scope, TypeBinding typeBinding, boolean used)
           
 void CompletionJavadoc.resolve(MethodScope scope)
          Resolve completion node if not null and throw exception to let clients know that it has been found.
 void CompletionOnFieldName.resolve(MethodScope initializationScope)
           
 

Uses of MethodScope in org.eclipse.jdt.internal.codeassist.select
 

Methods in org.eclipse.jdt.internal.codeassist.select with parameters of type MethodScope
 void SelectionOnArgumentName.bind(MethodScope scope, TypeBinding typeBinding, boolean used)
           
 void SelectionJavadoc.resolve(MethodScope scope)
          Resolve selected node if not null and throw exception to let clients know that it has been found.
 

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.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 FieldDeclaration.analyseCode(MethodScope initializationScope, FlowContext flowContext, FlowInfo flowInfo)
           
 FlowInfo Initializer.analyseCode(MethodScope currentScope, 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 FieldDeclaration.resolve(MethodScope initializationScope)
           
 void Javadoc.resolve(MethodScope methScope)
           
 void Initializer.resolve(MethodScope scope)
           
 void FieldDeclaration.traverse(ASTVisitor visitor, MethodScope scope)
           
 void Initializer.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()
           
 

Uses of MethodScope in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type MethodScope
 boolean MatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 boolean MatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 boolean SuperTypeNamesCollector.TypeDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 boolean MatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(Initializer initializer, MethodScope scope)
           
 boolean MatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(Initializer initializer, MethodScope scope)
           
 boolean SuperTypeNamesCollector.TypeDeclarationVisitor.visit(Initializer initializer, MethodScope scope)
           
 

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

Methods in org.eclipse.jdt.internal.eval with parameters of type MethodScope
 boolean CodeSnippetThisReference.checkAccess(MethodScope methodScope)
           
 

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

Methods in org.eclipse.jdt.internal.formatter with parameters of type MethodScope
 boolean CodeFormatterVisitor.visit(FieldDeclaration enumConstant, MethodScope scope)
           
 boolean CodeFormatterVisitor.visit(Initializer initializer, MethodScope scope)