core / org.pinelang.parser / PineScriptBaseVisitor / visitExpression
visitExpression¶
open fun visitExpression(ctx: ExpressionContext!): T
Visit a parse tree produced by PineScript#expression.
The default implementation returns the result of calling `[
#visitChildren](#) on
ctx`.
Parameters¶
ctx
- ExpressionContext!: the parse tree
Return T: the visitor result