public class ShowCreate extends Statement
| Modifier and Type | Class and Description |
|---|---|
static class |
ShowCreate.Type |
| Constructor and Description |
|---|
ShowCreate(NodeLocation location,
ShowCreate.Type type,
QualifiedName name) |
ShowCreate(ShowCreate.Type type,
QualifiedName name) |
| 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() |
ShowCreate.Type |
getType() |
int |
hashCode() |
String |
toString() |
getLocationpublic ShowCreate(ShowCreate.Type type, QualifiedName name)
public ShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name)
public QualifiedName getName()
public ShowCreate.Type getType()
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.