public interface UnaryExpressionTree extends Tree
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnaryExpressionTree.Operator |
| Modifier and Type | Method and Description |
|---|---|
Tree |
operand() |
UnaryExpressionTree.Operator |
operator() |
children, descendants, metaData, textRangeUnaryExpressionTree.Operator operator()
Tree operand()
Copyright © 2009–2018 SonarSource. All rights reserved.