Package org.sonarsource.slang.impl
Class BinaryExpressionTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.BinaryExpressionTreeImpl
- All Implemented Interfaces:
BinaryExpressionTree,HasTextRange,Tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonarsource.slang.api.BinaryExpressionTree
BinaryExpressionTree.Operator -
Constructor Summary
ConstructorsConstructorDescriptionBinaryExpressionTreeImpl(TreeMetaData metaData, BinaryExpressionTree.Operator operator, Token operatorToken, Tree leftOperand, Tree rightOperand) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.Tree
descendants, metaData, textRange
-
Constructor Details
-
BinaryExpressionTreeImpl
public BinaryExpressionTreeImpl(TreeMetaData metaData, BinaryExpressionTree.Operator operator, Token operatorToken, Tree leftOperand, Tree rightOperand)
-
-
Method Details
-
operator
- Specified by:
operatorin interfaceBinaryExpressionTree
-
operatorToken
- Specified by:
operatorTokenin interfaceBinaryExpressionTree
-
leftOperand
- Specified by:
leftOperandin interfaceBinaryExpressionTree
-
rightOperand
- Specified by:
rightOperandin interfaceBinaryExpressionTree
-
children
-