public class ShowCreateFunction extends Statement
| Constructor and Description |
|---|
ShowCreateFunction(NodeLocation location,
QualifiedName name,
Optional<List<String>> parameterTypes) |
ShowCreateFunction(QualifiedName name,
Optional<List<String>> parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
QualifiedName |
getName() |
Optional<List<String>> |
getParameterTypes() |
int |
hashCode() |
String |
toString() |
getLocationpublic ShowCreateFunction(QualifiedName name, Optional<List<String>> parameterTypes)
public ShowCreateFunction(NodeLocation location, QualifiedName name, Optional<List<String>> parameterTypes)
public QualifiedName getName()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.public List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.