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

Packages that use TDot
org.xwiki.query.jpql.analysis   
org.xwiki.query.jpql.node   
 

Uses of TDot in org.xwiki.query.jpql.analysis
 

Methods in org.xwiki.query.jpql.analysis with parameters of type TDot
 void AnalysisAdapter.caseTDot(TDot node)
           
 void Analysis.caseTDot(TDot node)
           
 

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

Methods in org.xwiki.query.jpql.node that return TDot
 TDot AXPath.getDot()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TDot
 void AXPath.setDot(TDot node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TDot
AXPath(PXObjectDecl _xObjectDecl_, TDot _dot_, TId _property_)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.