core / org.pinelang.parser / PineScriptVisitor / visitExpression
visitExpression¶
abstract fun visitExpression(ctx: ExpressionContext!): T
Visit a parse tree produced by PineScript#expression.
Parameters¶
ctx
- ExpressionContext!: the parse tree
Return T: the visitor result