core / org.pinelang.parser / PineScriptVisitor / visitStringLiteral
visitStringLiteral¶
abstract fun visitStringLiteral(ctx: StringLiteralContext!): T
Visit a parse tree produced by `[PineScript#stringLiteral`](../-pine-script/string-literal.md).
Parameters¶
ctx - StringLiteralContext!: the parse tree
Return T: the visitor result