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