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, getScope
public 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002–2018 PMD. All rights reserved.