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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TNot
 TNot ALikeExpression.getNot()
           
 TNot AIsSimpleConditionalExpressionRemainder.getNot()
           
 TNot ANotSimpleConditionalExpressionRemainder.getNot()
           
 TNot AConditionalFactor.getNot()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TNot
 void ALikeExpression.setNot(TNot node)
           
 void AIsSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void ANotSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void AConditionalFactor.setNot(TNot node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TNot
AConditionalFactor(TNot _not_, PConditionalPrimary _conditionalPrimary_)
           
AIsSimpleConditionalExpressionRemainder(TIs _is_, TNot _not_, PIsExpression _isExpression_)
           
ALikeExpression(TNot _not_, TLike _like_, PPatternValue _patternValue_, PEscapeSpec _escapeSpec_)
           
ANotSimpleConditionalExpressionRemainder(TNot _not_, PConditionWithNotExpression _conditionWithNotExpression_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.