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 AIsSimpleConditionalExpressionRemainder.getNot()
           
 TNot ANotSimpleConditionalExpressionRemainder.getNot()
           
 TNot AConditionalFactor.getNot()
           
 TNot ALikeExpression.getNot()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TNot
 void AIsSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void ANotSimpleConditionalExpressionRemainder.setNot(TNot node)
           
 void AConditionalFactor.setNot(TNot node)
           
 void ALikeExpression.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–2014 XWiki. All rights reserved.