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