public final class ASTStringLiteral extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
String |
value |
children, id, parent| Constructor and Description |
|---|
ASTStringLiteral(int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
jjtAccept(JBossQLParserVisitor visitor,
Object data)
Accept the visitor.
|
String |
toString() |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toStringpublic String value
public String toString()
toString in class SimpleNodepublic Object jjtAccept(JBossQLParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.