public interface BinaryExpressionTree extends Tree
| Modifier and Type | Interface and Description |
|---|---|
static class |
BinaryExpressionTree.Operator |
| Modifier and Type | Method and Description |
|---|---|
Tree |
leftOperand() |
BinaryExpressionTree.Operator |
operator() |
Token |
operatorToken() |
Tree |
rightOperand() |
children, descendants, metaData, textRangeBinaryExpressionTree.Operator operator()
Token operatorToken()
Tree leftOperand()
Tree rightOperand()
Copyright © 2009–2018 SonarSource. All rights reserved.