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](#) on
ctx`.
Parameters¶
ctx
- StringLiteralContext!: the parse tree
Return T: the visitor result