public class ASTIdentifier extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ASTIdentifier(int id) |
ASTIdentifier(JCRSQLParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
Name |
getName() |
Object |
jjtAccept(JCRSQLParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
setName(Name name) |
String |
toString() |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
public ASTIdentifier(int id)
public ASTIdentifier(JCRSQLParser p, int id)
public void setName(Name name)
public Name getName()
public Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public String toString()
toString
in class SimpleNode
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.