| Package | Description |
|---|---|
| org.sonarsource.slang.api | |
| org.sonarsource.slang.impl |
| Modifier and Type | Method and Description |
|---|---|
UnaryExpressionTree.Operator |
UnaryExpressionTree.operator() |
static UnaryExpressionTree.Operator |
UnaryExpressionTree.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryExpressionTree.Operator[] |
UnaryExpressionTree.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UnaryExpressionTree.Operator |
UnaryExpressionTreeImpl.operator() |
| Constructor and Description |
|---|
UnaryExpressionTreeImpl(TreeMetaData metaData,
UnaryExpressionTree.Operator operator,
Tree operand) |
Copyright © 2009–2018 SonarSource. All rights reserved.