Class MethodNameDeclaration
- java.lang.Object
-
- net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
-
- net.sourceforge.pmd.lang.java.symboltable.MethodNameDeclaration
-
- All Implemented Interfaces:
NameDeclaration
public class MethodNameDeclaration extends AbstractNameDeclaration
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
node
-
-
Constructor Summary
Constructors Constructor Description MethodNameDeclaration(ASTMethodDeclarator node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ASTMethodDeclarator
getMethodNameDeclaratorNode()
int
getParameterCount()
String
getParameterDisplaySignature()
int
hashCode()
boolean
isVarargs()
String
toString()
-
Methods inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
getImage, getName, getNode, getScope
-
-
-
-
Constructor Detail
-
MethodNameDeclaration
public MethodNameDeclaration(ASTMethodDeclarator node)
-
-
Method Detail
-
getParameterCount
public int getParameterCount()
-
isVarargs
public boolean isVarargs()
-
getMethodNameDeclaratorNode
public ASTMethodDeclarator getMethodNameDeclaratorNode()
-
getParameterDisplaySignature
public String getParameterDisplaySignature()
-
-