net.sourceforge.pmd.symboltable
Class MethodNameDeclaration
java.lang.Object
net.sourceforge.pmd.symboltable.AbstractNameDeclaration
net.sourceforge.pmd.symboltable.MethodNameDeclaration
- All Implemented Interfaces:
- NameDeclaration
public class MethodNameDeclaration
- extends AbstractNameDeclaration
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodNameDeclaration
public MethodNameDeclaration(ASTMethodDeclarator node)
getParameterCount
public int getParameterCount()
isVarargs
public boolean isVarargs()
getMethodNameDeclaratorNode
public ASTMethodDeclarator getMethodNameDeclaratorNode()
getParameterDisplaySignature
public java.lang.String getParameterDisplaySignature()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object