| Package | Description |
|---|---|
| org.xwiki.query.jpql.analysis | |
| org.xwiki.query.jpql.node |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.caseTNot(TNot node) |
void |
Analysis.caseTNot(TNot node) |
| Modifier and Type | Method and Description |
|---|---|
TNot |
AIsSimpleConditionalExpressionRemainder.getNot() |
TNot |
ANotSimpleConditionalExpressionRemainder.getNot() |
TNot |
AConditionalFactor.getNot() |
TNot |
ALikeExpression.getNot() |
| Modifier and Type | Method and Description |
|---|---|
void |
AIsSimpleConditionalExpressionRemainder.setNot(TNot node) |
void |
ANotSimpleConditionalExpressionRemainder.setNot(TNot node) |
void |
AConditionalFactor.setNot(TNot node) |
void |
ALikeExpression.setNot(TNot node) |
| Constructor and Description |
|---|
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.