Class MethodNameDeclaration

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.symboltable.NameDeclaration

    public class MethodNameDeclaration
    extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
    • Method Detail

      • getParameterCount

        public int getParameterCount()
      • isVarargs

        public boolean isVarargs()
      • getParameterDisplaySignature

        public String getParameterDisplaySignature()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object