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(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() |
getImage, getName, getNode, getScope
public MethodNameDeclaration(ASTMethodDeclarator node)
public MethodNameDeclaration(ASTTriggerTimingPointSection node)
node
- public int getParameterCount()
public boolean isVarargs()
public ASTMethodDeclarator getMethodNameDeclaratorNode()
public String getParameterDisplaySignature()
Copyright © 2002–2017 PMD. All rights reserved.