Class MethodNameDeclaration

java.lang.Object
net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
net.sourceforge.pmd.lang.plsql.symboltable.MethodNameDeclaration
All Implemented Interfaces:
NameDeclaration

public class MethodNameDeclaration extends AbstractNameDeclaration
  • Constructor Details

    • MethodNameDeclaration

      public MethodNameDeclaration(ASTMethodDeclarator node)
    • MethodNameDeclaration

      public MethodNameDeclaration(ASTTriggerTimingPointSection node)
      Treat a TimingPointSection within a Compound Trigger like a packaged FUNCTION or PROCEDURE. SRT
      Parameters:
      node -
  • Method Details

    • getParameterCount

      public int getParameterCount()
    • isVarargs

      public boolean isVarargs()
      PL/SQL does not currently allow varargs outside the STANDARD package.
      Returns:
      false
    • getMethodNameDeclaratorNode

      public ASTMethodDeclarator getMethodNameDeclaratorNode()
    • getParameterDisplaySignature

      public String getParameterDisplaySignature()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object