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 AXAbstractSchemaName.getXObjectDecl()
           
 PXObjectDecl AXPath.getXObjectDecl()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PXObjectDecl
 void AXAbstractSchemaName.setXObjectDecl(PXObjectDecl node)
           
 void AXPath.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–2014 XWiki. All rights reserved.