core / org.pinelang.parser / PineScriptBaseVisitor / visitBinaryOperation
visitBinaryOperation¶
open fun visitBinaryOperation(ctx: BinaryOperationContext!): T
Visit a parse tree produced by `[
PineScript#binaryOperation`](../-pine-script/binary-operation.md).
The default implementation returns the result of calling `[
#visitChildren](#) on
ctx`.
Parameters¶
ctx
- BinaryOperationContext!: the parse tree
Return T: the visitor result