|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDeclaration | |
|---|---|
| org.eclipse.jdt.core.dom | |
| org.eclipse.jdt.internal.core.dom | |
| org.eclipse.jdt.internal.core.dom.rewrite | |
| org.eclipse.jdt.internal.core.util | |
| Uses of MethodDeclaration in org.eclipse.jdt.core.dom |
|---|
| Methods in org.eclipse.jdt.core.dom that return MethodDeclaration | |
|---|---|
MethodDeclaration[] |
TypeDeclaration.getMethods()
Returns the ordered list of method declarations of this type declaration. |
MethodDeclaration |
AST.newMethodDeclaration()
Creates an unparented method declaration node owned by this AST. |
| Methods in org.eclipse.jdt.core.dom with parameters of type MethodDeclaration | |
|---|---|
void |
ASTVisitor.endVisit(MethodDeclaration node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(MethodDeclaration node,
java.lang.Object other)
Returns whether the given node and the other object match. |
boolean |
ASTVisitor.visit(MethodDeclaration node)
Visits the given type-specific AST node. |
| Uses of MethodDeclaration in org.eclipse.jdt.internal.core.dom |
|---|
| Methods in org.eclipse.jdt.internal.core.dom with parameters of type MethodDeclaration | |
|---|---|
boolean |
NaiveASTFlattener.visit(MethodDeclaration node)
|
| Uses of MethodDeclaration in org.eclipse.jdt.internal.core.dom.rewrite |
|---|
| Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type MethodDeclaration | |
|---|---|
boolean |
ASTRewriteAnalyzer.visit(MethodDeclaration node)
|
boolean |
ASTRewriteFlattener.visit(MethodDeclaration node)
|
| Uses of MethodDeclaration in org.eclipse.jdt.internal.core.util |
|---|
| Methods in org.eclipse.jdt.internal.core.util with parameters of type MethodDeclaration | |
|---|---|
boolean |
DOMFinder.visit(MethodDeclaration node)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||