Class MethodNameDeclaration
java.lang.Object
net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
net.sourceforge.pmd.lang.plsql.symboltable.MethodNameDeclaration
- All Implemented Interfaces:
NameDeclaration
-
Field Summary
Fields inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
node -
Constructor Summary
ConstructorsConstructorDescriptionTreat a TimingPointSection within a Compound Trigger like a packaged FUNCTION or PROCEDURE. -
Method Summary
Methods inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
getImage, getName, getNode, getScope
-
Constructor Details
-
MethodNameDeclaration
-
MethodNameDeclaration
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
-
getParameterDisplaySignature
-
equals
-
hashCode
public int hashCode() -
toString
-