LGTemplateParserBaseListener.ExitContext(LGTemplateParser+ContextContext) Method

Definition

Exit a parse tree produced by context().

The default implementation does nothing.

public virtual void ExitContext (LGTemplateParser.ContextContext context);
abstract member ExitContext : LGTemplateParser.ContextContext -> unit
override this.ExitContext : LGTemplateParser.ContextContext -> unit
Public Overridable Sub ExitContext (context As LGTemplateParser.ContextContext)

Parameters

context
LGTemplateParser.ContextContext

The parse tree.

Implements

Applies to