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