Skip to content

core / org.pinelang.parser / PineScriptBaseVisitor / visitStringLiteral

visitStringLiteral

open fun visitStringLiteral(ctx: StringLiteralContext!): T

Visit a parse tree produced by `[PineScript#stringLiteral`](../-pine-script/string-literal.md).

The default implementation returns the result of calling `[#visitChildren](#) onctx`.

Parameters

ctx - StringLiteralContext!: the parse tree

Return T: the visitor result