net.sourceforge.pmd.ast
public class ASTMethodDeclaration extends AccessNode
Constructor Summary | |
---|---|
ASTMethodDeclaration(int id) | |
ASTMethodDeclaration(JavaParser p, int id) |
Method Summary | |
---|---|
void | dump(String prefix) |
ASTBlock | getBlock() |
String | getMethodName()
Gets the name of the method.
|
ASTResultType | getResultType() |
boolean | isAbstract() |
boolean | isInterfaceMember() |
boolean | isPublic() |
boolean | isSyntacticallyAbstract() |
boolean | isSyntacticallyPublic() |
boolean | isVoid() |
Object | jjtAccept(JavaParserVisitor visitor, Object data)
Accept the visitor. |
Returns: a String representing the name of the method