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

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

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

Subclasses of PRangeVariableDeclaration in org.xwiki.query.jpql.node
 class ARangeVariableDeclaration
           
 

Methods in org.xwiki.query.jpql.node that return PRangeVariableDeclaration
 PRangeVariableDeclaration AIdentificationVariableDeclaration.getRangeVariableDeclaration()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PRangeVariableDeclaration
 void AIdentificationVariableDeclaration.setRangeVariableDeclaration(PRangeVariableDeclaration node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PRangeVariableDeclaration
AIdentificationVariableDeclaration(PRangeVariableDeclaration _rangeVariableDeclaration_, java.util.List<PJoin> _join_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.