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

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

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

Subclasses of PPath in org.xwiki.query.jpql.node
 class APath
           
 class AXPath
           
 

Methods in org.xwiki.query.jpql.node that return PPath
 PPath AFetchJoin.getPath()
           
 PPath AAsSubselectIdentificationVariableDeclaration.getPath()
           
 PPath APathSimpleSelectExpression.getPath()
           
 PPath AJoin.getPath()
           
 PPath APathSelectExpression.getPath()
           
 PPath APathArithmeticPrimary.getPath()
           
 PPath AGroupbyItem.getPath()
           
 PPath APathCountArg.getPath()
           
 PPath ACollectionMemberExpression.getPath()
           
 PPath AOrderbyItem.getPath()
           
 PPath AObjectSelectExpression.getPath()
           
 PPath ACollectionMemberDeclaration.getPath()
           
 PPath ASizeFunctionsReturningNumerics.getPath()
           
 PPath APathStringPrimary.getPath()
           
 PPath AFuncAggregateExpression.getPath()
           
 PPath APathSubselectIdentificationVariableDeclaration.getPath()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PPath
 void AFetchJoin.setPath(PPath node)
           
 void AAsSubselectIdentificationVariableDeclaration.setPath(PPath node)
           
 void APathSimpleSelectExpression.setPath(PPath node)
           
 void AJoin.setPath(PPath node)
           
 void APathSelectExpression.setPath(PPath node)
           
 void APathArithmeticPrimary.setPath(PPath node)
           
 void AGroupbyItem.setPath(PPath node)
           
 void APathCountArg.setPath(PPath node)
           
 void ACollectionMemberExpression.setPath(PPath node)
           
 void AOrderbyItem.setPath(PPath node)
           
 void AObjectSelectExpression.setPath(PPath node)
           
 void ACollectionMemberDeclaration.setPath(PPath node)
           
 void ASizeFunctionsReturningNumerics.setPath(PPath node)
           
 void APathStringPrimary.setPath(PPath node)
           
 void AFuncAggregateExpression.setPath(PPath node)
           
 void APathSubselectIdentificationVariableDeclaration.setPath(PPath node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PPath
AAsSubselectIdentificationVariableDeclaration(PPath _path_, TAs _as_, PVariable _variable_)
           
ACollectionMemberDeclaration(TIn _in_, TLbr _lbr_, PPath _path_, TRbr _rbr_, TAs _as_, PVariable _variable_)
           
ACollectionMemberExpression(TMember _member_, TOf _of_, PPath _path_)
           
AFetchJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, TFetch _fetch_, PPath _path_)
           
AFuncAggregateExpression(TAggregateFunc _aggregateFunc_, TLbr _lbr_, TDistinct _distinct_, PPath _path_, TRbr _rbr_)
           
AGroupbyItem(PPath _path_)
           
AJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, PPath _path_, TAs _as_, PVariable _variable_)
           
AObjectSelectExpression(TObject _object_, TLbr _lbr_, PPath _path_, TRbr _rbr_)
           
AOrderbyItem(PPath _path_, TOrderbySpec _orderbySpec_)
           
APathArithmeticPrimary(PPath _path_)
           
APathCountArg(PPath _path_)
           
APathSelectExpression(PPath _path_)
           
APathSimpleSelectExpression(PPath _path_)
           
APathStringPrimary(PPath _path_)
           
APathSubselectIdentificationVariableDeclaration(PPath _path_)
           
ASizeFunctionsReturningNumerics(TSize _size_, TLbr _lbr_, PPath _path_, TRbr _rbr_)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.