public class MethodNameDeclaration extends AbstractNameDeclaration
node| Constructor and Description |
|---|
MethodNameDeclaration(ASTMethodDeclarator node) |
MethodNameDeclaration(ASTTriggerTimingPointSection node)
Treat a TimingPointSection within a Compound Trigger like a packaged
FUNCTION or PROCEDURE.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ASTMethodDeclarator |
getMethodNameDeclaratorNode() |
int |
getParameterCount() |
java.lang.String |
getParameterDisplaySignature() |
int |
hashCode() |
boolean |
isVarargs()
PL/SQL does not currently allow varargs outside the STANDARD package.
|
java.lang.String |
toString() |
getImage, getName, getNode, getScopepublic MethodNameDeclaration(ASTMethodDeclarator node)
public MethodNameDeclaration(ASTTriggerTimingPointSection node)
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002–2017 PMD. All rights reserved.