Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
Packages, die MethodDeclaration verwenden
Package
Beschreibung
-
Verwendungen von MethodDeclaration in org.aspectj.ajdt.internal.compiler.ast
Unterklassen von MethodDeclaration in org.aspectj.ajdt.internal.compiler.astModifizierer und TypKlasseBeschreibungclassRepresents before, after and around advice in an aspect.classRoot class for all MethodDeclaration objects created by the parser.classclassclassclassAn inter-type constructor declaration.classBase type for all inter-type declarations including methods, fields and constructors.classAn inter-type field declaration.classAn inter-type method declaration.classpointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];Felder in org.aspectj.ajdt.internal.compiler.ast, die deklariert sind als MethodDeclarationMethoden in org.aspectj.ajdt.internal.compiler.ast, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungstatic MethodDeclarationAstUtil.makeMethodDeclaration(MethodBinding binding) Methoden in org.aspectj.ajdt.internal.compiler.ast mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidMakeDeclsPublicVisitor.endVisit(MethodDeclaration decl, ClassScope scope) intIfPseudoToken.postParse(TypeDeclaration typeDec, MethodDeclaration enclosingDec, int counter) enclosingDec is either AdviceDeclaration or PointcutDeclarationvoidPointcutDesignator.postParse(TypeDeclaration typeDec, MethodDeclaration enclosingDec) intPseudoToken.postParse(TypeDeclaration typeDec, MethodDeclaration enclosingDec, int tokenNumber) voidPseudoTokens.postParse(TypeDeclaration typeDec, MethodDeclaration enclosingDec) static voidAstUtil.setStatements(MethodDeclaration ret, List statements) booleanAddAtAspectJAnnotationsVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) booleanValidateAtAspectJAnnotationsVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) -
Verwendungen von MethodDeclaration in org.aspectj.ajdt.internal.compiler.parser
Methoden in org.aspectj.ajdt.internal.compiler.parser, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungDeclarationFactory.createAfterAdviceDeclaration(CompilationResult result) DeclarationFactory.createAroundAdviceDeclaration(CompilationResult result) DeclarationFactory.createBeforeAdviceDeclaration(CompilationResult result) DeclarationFactory.createDeclareAnnotationDeclaration(CompilationResult result, ASTNode pseudoTokens, Annotation annotation, Parser parser, char kind) DeclarationFactory.createDeclareDeclaration(CompilationResult result, ASTNode pseudoTokens, Parser parser) DeclarationFactory.createInterTypeConstructorDeclaration(CompilationResult result) DeclarationFactory.createInterTypeFieldDeclaration(CompilationResult result, TypeReference onType) DeclarationFactory.createInterTypeMethodDeclaration(CompilationResult result) DeclarationFactory.createMethodDeclaration(CompilationResult result) DeclarationFactory.createPointcutDeclaration(CompilationResult result) Methoden in org.aspectj.ajdt.internal.compiler.parser mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungbooleanDeclarationFactory.isAfterAdvice(MethodDeclaration adviceDecl) voidDeclarationFactory.setAfterReturningAdviceKind(MethodDeclaration adviceDecl) voidDeclarationFactory.setAfterThrowingAdviceKind(MethodDeclaration adviceDecl) voidDeclarationFactory.setDeclaredModifiers(MethodDeclaration interTypeDecl, int modifiers) voidDeclarationFactory.setExtraArgument(MethodDeclaration adviceDeclaration, Argument arg) voidDeclarationFactory.setInitialization(MethodDeclaration itdFieldDecl, Expression initialization) voidDeclarationFactory.setOnType(MethodDeclaration interTypeDecl, TypeReference onType) voidDeclarationFactory.setPointcutDesignatorOnAdvice(MethodDeclaration adviceDecl, ASTNode des) voidDeclarationFactory.setPointcutDesignatorOnPointcut(MethodDeclaration pcutDecl, ASTNode des) voidDeclarationFactory.setSelector(MethodDeclaration interTypeDecl, char[] selector) -
Verwendungen von MethodDeclaration in org.aspectj.ajdt.internal.core.builder
Methoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidAsmHierarchyBuilder.endVisit(MethodDeclaration methodDeclaration, ClassScope scope) protected voidAsmHierarchyBuilder.genBytecodeInfo(MethodDeclaration methodDeclaration, IProgramElement peNode) voidAsmElementFormatter.genLabelAndKind(MethodDeclaration methodDeclaration, IProgramElement node) booleanAsmHierarchyBuilder.visit(MethodDeclaration methodDeclaration, ClassScope scope) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidUnresolvedReferenceNameFinder.endVisit(MethodDeclaration methodDeclaration, ClassScope classScope) booleanUnresolvedReferenceNameFinder.visit(MethodDeclaration methodDeclaration, ClassScope classScope) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Unterklassen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifizierer und TypKlasseBeschreibungclassclassclassMethoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungCompletionParser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) CompletionParser.parseSomeStatements(int start, int end, int fakeBlocksCount, CompilationUnitDeclaration unit) Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidCompletionNodeDetector.endVisit(MethodDeclaration methodDeclaration, ClassScope scope) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.impl mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidAssistParser.parseBlockStatements(MethodDeclaration md, CompilationUnitDeclaration unit) Parse the block statements inside the given method declaration and try to complete at the cursor location. -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungSourceElementParser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(MethodDeclaration methodDeclaration, ClassScope scope) voidClassFile.generateMissingAbstractMethods(MethodDeclaration[] methodDeclarations, CompilationResult compilationResult) INTERNAL USE-ONLY Generate the byte for problem method infos that correspond to missing abstract methods.booleanASTVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) booleanGenericAstVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) -
Verwendungen von MethodDeclaration 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 MethodDeclarationModifizierer und TypMethodeBeschreibungbooleanAnnotationDiscoveryVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Unterklassen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.astFelder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als MethodDeclarationMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungTypeDeclaration.addMissingAbstractMethodFor(MethodBinding methodBinding) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.parser, die MethodDeclaration zurückgebenModifizierer und TypMethodeBeschreibungTheOriginalJDTParserClass.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult) Parser.IDeclarationFactory.createAfterAdviceDeclaration(CompilationResult result) Parser.IDeclarationFactory.createAroundAdviceDeclaration(CompilationResult result) Parser.IDeclarationFactory.createBeforeAdviceDeclaration(CompilationResult result) Parser.IDeclarationFactory.createDeclareAnnotationDeclaration(CompilationResult result, ASTNode pseudoTokens, Annotation annotation, Parser parser, char kind) Parser.IDeclarationFactory.createDeclareDeclaration(CompilationResult result, ASTNode pseudoTokens, Parser parser) Parser.IDeclarationFactory.createInterTypeConstructorDeclaration(CompilationResult result) Parser.IDeclarationFactory.createInterTypeFieldDeclaration(CompilationResult result, TypeReference onType) Parser.IDeclarationFactory.createInterTypeMethodDeclaration(CompilationResult result) protected MethodDeclarationParser.createMethodDeclaration(CompilationResult result) Parser.IDeclarationFactory.createMethodDeclaration(CompilationResult result) protected MethodDeclarationTheOriginalJDTParserClass.createMethodDeclaration(CompilationResult result) Parser.IDeclarationFactory.createPointcutDeclaration(CompilationResult result) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.parser mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungbooleanParser.IDeclarationFactory.isAfterAdvice(MethodDeclaration adviceDecl) voidTheOriginalJDTParserClass.parse(MethodDeclaration md, CompilationUnitDeclaration unit) voidParser.IDeclarationFactory.setAfterReturningAdviceKind(MethodDeclaration adviceDecl) voidParser.IDeclarationFactory.setAfterThrowingAdviceKind(MethodDeclaration adviceDecl) voidParser.IDeclarationFactory.setDeclaredModifiers(MethodDeclaration interTypeDecl, int modifiers) voidParser.IDeclarationFactory.setExtraArgument(MethodDeclaration adviceDeclaration, Argument arg) voidParser.IDeclarationFactory.setInitialization(MethodDeclaration itdFieldDecl, Expression initialization) voidParser.IDeclarationFactory.setOnType(MethodDeclaration interTypeDecl, TypeReference onType) voidParser.IDeclarationFactory.setPointcutDesignatorOnAdvice(MethodDeclaration adviceDecl, ASTNode des) voidParser.IDeclarationFactory.setPointcutDesignatorOnPointcut(MethodDeclaration adviceDecl, ASTNode des) voidParser.IDeclarationFactory.setSelector(MethodDeclaration interTypeDecl, char[] selector) -
Verwendungen von MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ MethodDeclarationModifizierer und TypMethodeBeschreibungvoidProblemReporter.defaultMethodsNotBelow18(MethodDeclaration md) voidProblemReporter.invalidAnnotationMemberType(MethodDeclaration methodDecl) voidProblemReporter.methodCanBeDeclaredStatic(MethodDeclaration methodDecl) voidProblemReporter.methodCanBePotentiallyDeclaredStatic(MethodDeclaration methodDecl) voidProblemReporter.methodNeedingNoBody(MethodDeclaration methodDecl) voidProblemReporter.methodWithConstructorName(MethodDeclaration methodDecl) voidProblemReporter.staticInterfaceMethodsNotBelow18(MethodDeclaration md) -
Verwendungen von MethodDeclaration 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 MethodDeclarationModifizierer und TypMethodeBeschreibungintAndLocator.match(MethodDeclaration node, MatchingNodeSet nodeSet) intMethodLocator.match(MethodDeclaration node, MatchingNodeSet nodeSet) intOrLocator.match(MethodDeclaration node, MatchingNodeSet nodeSet) intPatternLocator.match(MethodDeclaration node, MatchingNodeSet nodeSet) booleanMatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) booleanMatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope) booleanSuperTypeNamesCollector.TypeDeclarationVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope)