visitList

open fun visitList(ctx: SNBTParser.ListContext): T

Visit a parse tree produced by SNBTParser#list.

The default implementation returns the result of calling visitChildren on {@code ctx}.