org.apache.jackrabbit.spi.commons.query.sql
Class ASTLiteral
java.lang.Object
org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
org.apache.jackrabbit.spi.commons.query.sql.ASTLiteral
- All Implemented Interfaces:
- Node
public class ASTLiteral
- extends SimpleNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASTLiteral
public ASTLiteral(int id)
ASTLiteral
public ASTLiteral(JCRSQLParser p,
int id)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getType
public int getType()
setType
public void setType(int type)
jjtAccept
public java.lang.Object jjtAccept(JCRSQLParserVisitor visitor,
java.lang.Object data)
- Accept the visitor. *
- Specified by:
jjtAccept in interface Node- Overrides:
jjtAccept in class SimpleNode
toString
public java.lang.String toString()
- Overrides:
toString in class SimpleNode
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.