core / org.pinelang.parser / PineScriptVisitor / visitCallableExpression
visitCallableExpression¶
abstract fun visitCallableExpression(ctx: CallableExpressionContext!): T
Visit a parse tree produced by `[
PineScript#callableExpression`](../-pine-script/callable-expression.md).
Parameters¶
ctx
- CallableExpressionContext!: the parse tree
Return T: the visitor result