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

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

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

Subclasses of PCollectionMemberDeclaration in org.xwiki.query.jpql.node
 class ACollectionMemberDeclaration
           
 

Methods in org.xwiki.query.jpql.node that return PCollectionMemberDeclaration
 PCollectionMemberDeclaration AMemberSubselectIdentificationVariableDeclaration.getCollectionMemberDeclaration()
           
 PCollectionMemberDeclaration AMemberFromList.getCollectionMemberDeclaration()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PCollectionMemberDeclaration
 void AMemberSubselectIdentificationVariableDeclaration.setCollectionMemberDeclaration(PCollectionMemberDeclaration node)
           
 void AMemberFromList.setCollectionMemberDeclaration(PCollectionMemberDeclaration node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PCollectionMemberDeclaration
AMemberFromList(PCollectionMemberDeclaration _collectionMemberDeclaration_, TComma _comma_, PFromList _fromList_)
           
AMemberSubselectIdentificationVariableDeclaration(PCollectionMemberDeclaration _collectionMemberDeclaration_)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.