Package org.sonarsource.slang.api
Interface UnaryExpressionTree
- All Superinterfaces:
HasTextRange,Tree
- All Known Implementing Classes:
UnaryExpressionTreeImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.sonarsource.slang.api.Tree
children, descendants, metaData, textRange
-
Method Details
-
operator
UnaryExpressionTree.Operator operator() -
operand
Tree operand()
-