org.xwiki.query.jpql.node
Class AXPath

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.PPath
          extended by org.xwiki.query.jpql.node.AXPath
All Implemented Interfaces:
Cloneable, Switchable

public final class AXPath
extends PPath


Constructor Summary
AXPath()
           
AXPath(PXObjectDecl _xObjectDecl_, TDot _dot_, TId _property_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TDot getDot()
           
 TId getProperty()
           
 PXObjectDecl getXObjectDecl()
           
 void setDot(TDot node)
           
 void setProperty(TId node)
           
 void setXObjectDecl(PXObjectDecl node)
           
 String toString()
           
 
Methods inherited from class org.xwiki.query.jpql.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AXPath

public AXPath()

AXPath

public AXPath(PXObjectDecl _xObjectDecl_,
              TDot _dot_,
              TId _property_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getXObjectDecl

public PXObjectDecl getXObjectDecl()

setXObjectDecl

public void setXObjectDecl(PXObjectDecl node)

getDot

public TDot getDot()

setDot

public void setDot(TDot node)

getProperty

public TId getProperty()

setProperty

public void setProperty(TId node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.