Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodScope
Packages that use MethodScope
Package
Description
-
Uses of MethodScope in org.aspectj.ajdt.internal.compiler
Constructors in org.aspectj.ajdt.internal.compiler with parameters of type MethodScope -
Uses of MethodScope in org.aspectj.ajdt.internal.compiler.ast
Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type MethodScopeModifier and TypeMethodDescriptionvoidMakeDeclsPublicVisitor.endVisit(FieldDeclaration decl, MethodScope scope) booleanValidateAtAspectJAnnotationsVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) -
Uses of MethodScope in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder with parameters of type MethodScopeModifier and TypeMethodDescriptionvoidAsmHierarchyBuilder.endVisit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanAsmHierarchyBuilder.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanAsmHierarchyBuilder.visit(Initializer initializer, MethodScope scope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type MethodScopeModifier and TypeMethodDescriptionvoidUnresolvedReferenceNameFinder.endVisit(FieldDeclaration fieldDeclaration, MethodScope methodScope) voidUnresolvedReferenceNameFinder.endVisit(Initializer initializer, MethodScope methodScope) booleanUnresolvedReferenceNameFinder.visit(FieldDeclaration fieldDeclaration, MethodScope methodScope) booleanUnresolvedReferenceNameFinder.visit(Initializer initializer, MethodScope methodScope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type MethodScopeModifier and TypeMethodDescriptionCompletionOnArgumentName.bind(MethodScope scope, TypeBinding typeBinding, boolean used) voidCompletionJavadoc.resolve(MethodScope scope) Resolve completion node if not null and throw exception to let clients know that it has been found.voidCompletionOnFieldName.resolve(MethodScope initializationScope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.select with parameters of type MethodScopeModifier and TypeMethodDescriptionSelectionOnArgumentName.bind(MethodScope scope, TypeBinding typeBinding, boolean used) voidSelectionJavadoc.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.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type MethodScopeModifier and TypeMethodDescriptionvoidClassFile.completeCodeAttribute(int codeAttributeOffset, MethodScope scope) INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.voidClassFile.completeCodeAttributeForClinit(int codeAttributeOffset, int problemLine, MethodScope scope) INTERNAL USE-ONLY That method completes the creation of the code attribute by setting - the attribute_length - max_stack - max_locals - code_length - exception table - and debug attributes if necessary.voidASTVisitor.endVisit(FieldDeclaration fieldDeclaration, MethodScope scope) voidASTVisitor.endVisit(Initializer initializer, MethodScope scope) booleanASTVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanASTVisitor.visit(Initializer initializer, MethodScope scope) booleanGenericAstVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanGenericAstVisitor.visit(Initializer initializer, MethodScope scope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type MethodScopeModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as MethodScopeModifier and TypeFieldDescriptionTypeDeclaration.initializerScopeAbstractMethodDeclaration.scopeLambdaExpression.scopeTypeDeclaration.staticInitializerScopeMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return MethodScopeMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type MethodScopeModifier and TypeMethodDescriptionFieldDeclaration.analyseCode(MethodScope initializationScope, FlowContext flowContext, FlowInfo flowInfo) Initializer.analyseCode(MethodScope currentScope, FlowContext flowContext, FlowInfo flowInfo) Argument.bind(MethodScope scope, TypeBinding typeBinding, boolean used) Argument.createBinding(MethodScope scope, TypeBinding typeBinding) voidConstructorDeclaration.generateSyntheticFieldInitializationsIfNecessary(MethodScope methodScope, CodeStream codeStream, ReferenceBinding declaringClass) voidFieldDeclaration.resolve(MethodScope initializationScope) voidInitializer.resolve(MethodScope scope) voidJavadoc.resolve(MethodScope methScope) voidFieldDeclaration.resolveJavadoc(MethodScope initializationScope) voidFieldDeclaration.traverse(ASTVisitor visitor, MethodScope scope) voidInitializer.traverse(ASTVisitor visitor, MethodScope scope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with type parameters of type MethodScopeMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return MethodScopeModifier and TypeMethodDescriptionfinal MethodScopeScope.enclosingLambdaScope()final MethodScopeScope.enclosingMethodScope()final MethodScopeScope.methodScope()final MethodScopeScope.namedMethodScope()final MethodScopeScope.outerMostMethodScope()Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type MethodScopeModifierConstructorDescriptionLocalVariableBinding(LocalDeclaration declaration, TypeBinding type, int modifiers, MethodScope declaringScope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type MethodScopeModifier and TypeMethodDescriptionprotected IJavaElementSelectionRequestor.findLocalElement(int pos, MethodScope scope) -
Uses of MethodScope in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type MethodScopeModifier and TypeMethodDescriptionbooleanMatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanMatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(Initializer initializer, MethodScope scope) booleanMatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanMatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(Initializer initializer, MethodScope scope) booleanSuperTypeNamesCollector.TypeDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanSuperTypeNamesCollector.TypeDeclarationVisitor.visit(Initializer initializer, MethodScope scope)