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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TTrimSpecification
 TTrimSpecification ATrimDesc.getTrimSpecification()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TTrimSpecification
 void ATrimDesc.setTrimSpecification(TTrimSpecification node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TTrimSpecification
ATrimDesc(TTrimSpecification _trimSpecification_, PTrimCharacter _trimCharacter_, TFrom _from_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.