org.apache.jackrabbit.core.query.sql
Class ASTLiteral

java.lang.Object
  extended bySimpleNode
      extended byorg.apache.jackrabbit.core.query.sql.ASTLiteral

public class ASTLiteral
extends SimpleNode

See Also:
Serialized Form

Constructor Summary
ASTLiteral(int id)
           
ASTLiteral(JCRSQLParser p, int id)
           
 
Method Summary
 int getType()
           
 String getValue()
           
 Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
          Accept the visitor.
 void setType(int type)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTLiteral

public ASTLiteral(int id)

ASTLiteral

public ASTLiteral(JCRSQLParser p,
                  int id)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public int getType()

setType

public void setType(int type)

jjtAccept

public Object jjtAccept(JCRSQLParserVisitor visitor,
                        Object data)
Accept the visitor. *


toString

public String toString()


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.