visitElement

open fun visitElement(ctx: SNBTParser.ElementContext): T

Visit a parse tree produced by SNBTParser#element.

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