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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TFrom
 TFrom ATrimDesc.getFrom()
           
 TFrom AFromClause.getFrom()
           
 TFrom ASubqueryFromClause.getFrom()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TFrom
 void ATrimDesc.setFrom(TFrom node)
           
 void AFromClause.setFrom(TFrom node)
           
 void ASubqueryFromClause.setFrom(TFrom node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TFrom
AFromClause(TFrom _from_, PFromList _fromList_)
           
ASubqueryFromClause(TFrom _from_, PSubselectFromList _subselectFromList_)
           
ATrimDesc(TTrimSpecification _trimSpecification_, PTrimCharacter _trimCharacter_, TFrom _from_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.