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

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

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

Subclasses of PVariable in org.xwiki.query.jpql.node
 class AVariable
           
 

Methods in org.xwiki.query.jpql.node that return PVariable
 PVariable AJoin.getVariable()
           
 PVariable ACollectionMemberDeclaration.getVariable()
           
 PVariable AAsSubselectIdentificationVariableDeclaration.getVariable()
           
 PVariable ARangeVariableDeclaration.getVariable()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PVariable
 void AJoin.setVariable(PVariable node)
           
 void ACollectionMemberDeclaration.setVariable(PVariable node)
           
 void AAsSubselectIdentificationVariableDeclaration.setVariable(PVariable node)
           
 void ARangeVariableDeclaration.setVariable(PVariable node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PVariable
AAsSubselectIdentificationVariableDeclaration(PPath _path_, TAs _as_, PVariable _variable_)
           
ACollectionMemberDeclaration(TIn _in_, TLbr _lbr_, PPath _path_, TRbr _rbr_, TAs _as_, PVariable _variable_)
           
AJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, PPath _path_, TAs _as_, PVariable _variable_)
           
ARangeVariableDeclaration(PAbstractSchemaName _abstractSchemaName_, TAs _as_, PVariable _variable_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.