Uses of Class
org.xwiki.query.jpql.node.PXObjectDecl

Packages that use PXObjectDecl
org.xwiki.query.jpql.node   
 

Uses of PXObjectDecl in org.xwiki.query.jpql.node
 

Subclasses of PXObjectDecl in org.xwiki.query.jpql.node
 class AXObjectDecl
           
 

Methods in org.xwiki.query.jpql.node that return PXObjectDecl
 PXObjectDecl AXPath.getXObjectDecl()
           
 PXObjectDecl AXAbstractSchemaName.getXObjectDecl()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PXObjectDecl
 void AXPath.setXObjectDecl(PXObjectDecl node)
           
 void AXAbstractSchemaName.setXObjectDecl(PXObjectDecl node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PXObjectDecl
AXAbstractSchemaName(PXObjectDecl _xObjectDecl_)
           
AXPath(PXObjectDecl _xObjectDecl_, TDot _dot_, TId _property_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.