net.sourceforge.pmd.lang.plsql.symboltable
Class MethodNameDeclaration

java.lang.Object
  extended by net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
      extended by net.sourceforge.pmd.lang.plsql.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
MethodNameDeclaration(ASTMethodDeclarator node)
           
MethodNameDeclaration(ASTTriggerTimingPointSection node)
          Treat a TimingPointSection within a Compound Trigger like a packaged FUNCTION or PROCEDURE.
 
Method Summary
 boolean equals(Object o)
           
 ASTMethodDeclarator getMethodNameDeclaratorNode()
           
 int getParameterCount()
           
 String getParameterDisplaySignature()
           
 int hashCode()
           
 boolean isVarargs()
          PL/SQL does not currently allow varargs outside the STANDARD package.
 String toString()
           
 
Methods inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
getImage, getName, getNode, getScope
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 Detail

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


Copyright © 2002-2016 InfoEther. All Rights Reserved.