core / org.pinelang.parser / PineScriptBaseVisitor / visitObjectIdentifier
visitObjectIdentifier¶
open fun visitObjectIdentifier(ctx: ObjectIdentifierContext!): T
Visit a parse tree produced by `[PineScript#objectIdentifier`](../-pine-script/object-identifier.md).
The default implementation returns the result of calling `[#visitChildren](#) onctx`.
Parameters¶
ctx - ObjectIdentifierContext!: the parse tree
Return T: the visitor result