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