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