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