public class UnaryExpressionTreeImpl extends BaseTreeImpl implements UnaryExpressionTree
UnaryExpressionTree.Operator| Constructor and Description |
|---|
UnaryExpressionTreeImpl(TreeMetaData metaData,
UnaryExpressionTree.Operator operator,
Tree operand) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
Tree |
operand() |
UnaryExpressionTree.Operator |
operator() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic UnaryExpressionTreeImpl(TreeMetaData metaData, UnaryExpressionTree.Operator operator, Tree operand)
public UnaryExpressionTree.Operator operator()
operator in interface UnaryExpressionTreepublic Tree operand()
operand in interface UnaryExpressionTreeCopyright © 2009–2018 SonarSource. All rights reserved.