Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.MethodDeclaration
Packages that use MethodDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of MethodDeclaration in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassInterTypeMethodDeclaration DOM AST node.Methods in org.aspectj.org.eclipse.jdt.core.dom that return MethodDeclarationModifier and TypeMethodDescriptionRecordDeclaration.getMethods()Returns the ordered list of method declarations of this type declaration.TypeDeclaration.getMethods()Returns the ordered list of method declarations of this type declaration.AST.newMethodDeclaration()Creates an unparented method declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type MethodDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(MethodDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(MethodDeclaration node, Object other) Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(MethodDeclaration methodDecl, AbstractMethodDeclaration methodDeclaration) protected voidASTConverter.setModifiers(MethodDeclaration methodDecl, AbstractMethodDeclaration methodDeclaration) protected voidAjASTConverter.setTypeForMethodDeclaration(MethodDeclaration methodDeclaration, Type type, int extraDimension) protected voidASTConverter.setTypeForMethodDeclaration(MethodDeclaration methodDeclaration, Type type, int extraDimension) booleanAjNaiveASTFlattener.visit(MethodDeclaration node) booleanASTVisitor.visit(MethodDeclaration node) Visits the given type-specific AST node. -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type MethodDeclarationModifier and TypeMethodDescriptionvoidDOMToModelPopulator.endVisit(MethodDeclaration decl) booleanDOMToModelPopulator.visit(MethodDeclaration method) -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type MethodDeclaration -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type MethodDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(MethodDeclaration node) booleanASTRewriteFlattener.visit(MethodDeclaration node) -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type MethodDeclaration -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type MethodDeclarationModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(MethodDeclaration node) booleanSpacePreparator.visit(MethodDeclaration node) -
Uses of MethodDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type MethodDeclaration