core / org.pinelang.parser / PineScriptVisitor / visitBinaryOperation
visitBinaryOperation¶
abstract fun visitBinaryOperation(ctx: BinaryOperationContext!): T
Visit a parse tree produced by `[PineScript#binaryOperation`](../-pine-script/binary-operation.md).
Parameters¶
ctx - BinaryOperationContext!: the parse tree
Return T: the visitor result