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