org.apache.jackrabbit.spi.commons.query.sql
Class ASTIdentifier

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
      extended by org.apache.jackrabbit.spi.commons.query.sql.ASTIdentifier
All Implemented Interfaces:
Node

public class ASTIdentifier
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTIdentifier(int id)
           
ASTIdentifier(JCRSQLParser p, int id)
           
 
Method Summary
 Name getName()
           
 Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
          Accept the visitor.
 void setName(Name name)
           
 String toString()
           
 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.sql.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTIdentifier

public ASTIdentifier(int id)

ASTIdentifier

public ASTIdentifier(JCRSQLParser p,
                     int id)
Method Detail

setName

public void setName(Name name)

getName

public Name getName()

jjtAccept

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

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode

toString

public String toString()
Overrides:
toString in class SimpleNode


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