Interface BooleanExpressionTree
- All Superinterfaces:
HasTextRange,JclTree
- All Known Subinterfaces:
ComparisonExpressionTree,ConcatenationTree,LogicalExpressionTree,NegateExpressionTree,NumericLiteralExpressionTree,ParenthesizedRelationalExpressionTree,RelationalKeywordTree,SymbolTree
Base interface for relational expressions that may be used as conditions in an IF/THEN/ELSE statement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Methods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange