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 Analysis.caseTId(TId node)
           
 void AnalysisAdapter.caseTId(TId node)
           
 

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

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

Methods in org.xwiki.query.jpql.node with parameters of type TId
 void AXClassName.setId(TId node)
           
 void AXObjectDecl.setId(TId node)
           
 void AAbstractSchemaName.setId(TId node)
           
 void APath.setId(TId node)
           
 void AVariable.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-2012 XWiki. All Rights Reserved.