Skip to content

core / org.pinelang.parser / PineScriptBaseVisitor / visitCallableExpression

visitCallableExpression

open fun visitCallableExpression(ctx: CallableExpressionContext!): T

Visit a parse tree produced by `[PineScript#callableExpression`](../-pine-script/callable-expression.md).

The default implementation returns the result of calling `[#visitChildren](#) onctx`.

Parameters

ctx - CallableExpressionContext!: the parse tree

Return T: the visitor result