Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodScope
Packages, die MethodScope verwenden
Package
Beschreibung
-
Verwendungen von MethodScope in org.aspectj.ajdt.internal.compiler
Konstruktoren in org.aspectj.ajdt.internal.compiler mit Parametern vom Typ MethodScope -
Verwendungen von MethodScope in org.aspectj.ajdt.internal.compiler.ast
Methoden in org.aspectj.ajdt.internal.compiler.ast mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungvoidMakeDeclsPublicVisitor.endVisit(FieldDeclaration decl, MethodScope scope) booleanValidateAtAspectJAnnotationsVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) -
Verwendungen von MethodScope in org.aspectj.ajdt.internal.core.builder
Methoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungvoidAsmHierarchyBuilder.endVisit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanAsmHierarchyBuilder.visit(FieldDeclaration fieldDeclaration, MethodScope scope) booleanAsmHierarchyBuilder.visit(Initializer initializer, MethodScope scope) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungvoidUnresolvedReferenceNameFinder.endVisit(FieldDeclaration fieldDeclaration, MethodScope methodScope) voidUnresolvedReferenceNameFinder.endVisit(Initializer initializer, MethodScope methodScope) booleanUnresolvedReferenceNameFinder.visit(FieldDeclaration fieldDeclaration, MethodScope methodScope) booleanUnresolvedReferenceNameFinder.visit(Initializer initializer, MethodScope methodScope) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungCompletionOnArgumentName.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) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.select mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungSelectionOnArgumentName.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. -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungvoidClassFile.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) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungbooleanAnnotationDiscoveryVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als MethodScopeModifizierer und TypFeldBeschreibungTypeDeclaration.initializerScopeAbstractMethodDeclaration.scopeLambdaExpression.scopeTypeDeclaration.staticInitializerScopeMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die MethodScope zurückgebenMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungFieldDeclaration.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) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Typparametern vom Typ MethodScopeMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die MethodScope zurückgebenModifizierer und TypMethodeBeschreibungfinal MethodScopeScope.enclosingLambdaScope()final MethodScopeScope.enclosingMethodScope()final MethodScopeScope.methodScope()final MethodScopeScope.namedMethodScope()final MethodScopeScope.outerMostMethodScope()Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ MethodScopeModifiziererKonstruktorBeschreibungLocalVariableBinding(LocalDeclaration declaration, TypeBinding type, int modifiers, MethodScope declaringScope) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungprotected IJavaElementSelectionRequestor.findLocalElement(int pos, MethodScope scope) -
Verwendungen von MethodScope in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ MethodScopeModifizierer und TypMethodeBeschreibungbooleanMatchLocatorParser.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)