Interface NegateExpressionTree
- All Superinterfaces:
BooleanExpressionTree,HasTextRange,JclTree
A negation in a relational expression, e.g.
¬(RC > 8).
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange
-
Method Details
-
negateOperator
SyntaxToken negateOperator()- Returns:
- the negation operator token (
¬orNOT).
-
expression
BooleanExpressionTree expression()- Returns:
- the negated expression.
-