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 AnalysisAdapter.caseTNot(TNot node)
           
 void Analysis.caseTNot(TNot node)
           
 

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

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

Methods in org.xwiki.query.jpql.node with parameters of type TNot
 void ANotSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void AIsSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void ALikeExpression.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-2013 XWiki. All Rights Reserved.