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