Package org.sonarsource.slang.api
Interface BinaryExpressionTree
- All Superinterfaces:
HasTextRange,Tree
- All Known Implementing Classes:
BinaryExpressionTreeImpl
-
Method Details
-
operator
BinaryExpressionTree.Operator operator() -
operatorToken
Token operatorToken() -
leftOperand
Tree leftOperand() -
rightOperand
Tree rightOperand()
-