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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TId
 TId AAbstractSchemaName.getId()
           
 TId AXObjectDecl.getId()
           
 TId AVariable.getId()
           
 TId AXClassName.getId()
           
 TId APath.getId()
           
 TId AXPath.getProperty()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TId
 void AAbstractSchemaName.setId(TId node)
           
 void AXObjectDecl.setId(TId node)
           
 void AVariable.setId(TId node)
           
 void AXClassName.setId(TId node)
           
 void APath.setId(TId node)
           
 void AXPath.setProperty(TId node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TId
AAbstractSchemaName(TId _id_)
           
APath(TId _id_)
           
AVariable(TId _id_)
           
AXClassName(TId _id_)
           
AXObjectDecl(TId _id_, TLbr _lbr_, PXClassName _xClassName_, TRbr _rbr_)
           
AXPath(PXObjectDecl _xObjectDecl_, TDot _dot_, TId _property_)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.