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()
getMethodNameDeclaratorNode
public ASTMethodDeclarator getMethodNameDeclaratorNode()
getParameterDisplaySignature
public java.lang.String getParameterDisplaySignature()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Copyright © 2002-2006 InfoEther. All Rights Reserved.