public class BinaryExpressionTreeImpl extends BaseTreeImpl implements BinaryExpressionTree
BinaryExpressionTree.Operator| Constructor and Description |
|---|
BinaryExpressionTreeImpl(TreeMetaData metaData,
BinaryExpressionTree.Operator operator,
Token operatorToken,
Tree leftOperand,
Tree rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
Tree |
leftOperand() |
BinaryExpressionTree.Operator |
operator() |
Token |
operatorToken() |
Tree |
rightOperand() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic BinaryExpressionTreeImpl(TreeMetaData metaData, BinaryExpressionTree.Operator operator, Token operatorToken, Tree leftOperand, Tree rightOperand)
public BinaryExpressionTree.Operator operator()
operator in interface BinaryExpressionTreepublic Token operatorToken()
operatorToken in interface BinaryExpressionTreepublic Tree leftOperand()
leftOperand in interface BinaryExpressionTreepublic Tree rightOperand()
rightOperand in interface BinaryExpressionTreeCopyright © 2009–2018 SonarSource. All rights reserved.