public class MethodNameDeclaration extends AbstractNameDeclaration
node| Constructor and Description |
|---|
MethodNameDeclaration(ASTMethodDeclarator node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ASTMethodDeclarator |
getMethodNameDeclaratorNode() |
int |
getParameterCount() |
java.lang.String |
getParameterDisplaySignature() |
int |
hashCode() |
boolean |
isVarargs() |
java.lang.String |
toString() |
getImage, getName, getNode, getScopepublic MethodNameDeclaration(ASTMethodDeclarator node)
public int getParameterCount()
public boolean isVarargs()
public ASTMethodDeclarator getMethodNameDeclaratorNode()
public java.lang.String getParameterDisplaySignature()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002–2017 PMD. All rights reserved.