Package org.sonar.plugins.jcl.api.tree
Interface ExpressionTree
- All Superinterfaces:
HasTextRange,JclTree
- All Known Subinterfaces:
ConcatenationTree,DataGroupExpressionTree,EmptyStringTree,KeyValueExpressionTree,QuotedStringTree,SymbolTree,TupleExpressionTree,UnquotedStringTree
Base interface for all expressions that can be used as parameter values.
-
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