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, getScope
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002–2018 PMD. All rights reserved.