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 AFuncAggregateExpression.getPath()
           
 PPath ACollectionMemberDeclaration.getPath()
           
 PPath AAsSubselectIdentificationVariableDeclaration.getPath()
           
 PPath AObjectSelectExpression.getPath()
           
 PPath APathStringPrimary.getPath()
           
 PPath AJoin.getPath()
           
 PPath ACollectionMemberExpression.getPath()
           
 PPath APathSubselectIdentificationVariableDeclaration.getPath()
           
 PPath APathSimpleSelectExpression.getPath()
           
 PPath APathCountArg.getPath()
           
 PPath ASizeFunctionsReturningNumerics.getPath()
           
 PPath APathSelectExpression.getPath()
           
 PPath APathArithmeticPrimary.getPath()
           
 PPath APathComparableItem.getPath()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PPath
 void AFetchJoin.setPath(PPath node)
           
 void AFuncAggregateExpression.setPath(PPath node)
           
 void ACollectionMemberDeclaration.setPath(PPath node)
           
 void AAsSubselectIdentificationVariableDeclaration.setPath(PPath node)
           
 void AObjectSelectExpression.setPath(PPath node)
           
 void APathStringPrimary.setPath(PPath node)
           
 void AJoin.setPath(PPath node)
           
 void ACollectionMemberExpression.setPath(PPath node)
           
 void APathSubselectIdentificationVariableDeclaration.setPath(PPath node)
           
 void APathSimpleSelectExpression.setPath(PPath node)
           
 void APathCountArg.setPath(PPath node)
           
 void ASizeFunctionsReturningNumerics.setPath(PPath node)
           
 void APathSelectExpression.setPath(PPath node)
           
 void APathArithmeticPrimary.setPath(PPath node)
           
 void APathComparableItem.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_)
           
AJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, PPath _path_, TAs _as_, PVariable _variable_)
           
AObjectSelectExpression(TObject _object_, TLbr _lbr_, PPath _path_, TRbr _rbr_)
           
APathArithmeticPrimary(PPath _path_)
           
APathComparableItem(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–2014 XWiki. All rights reserved.