LGTemplateParserBaseListener.EnterContext(LGTemplateParser+ContextContext) Method

Definition

Enter a parse tree produced by context().

The default implementation does nothing.

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

Parameters

context
LGTemplateParser.ContextContext

The parse tree.

Implements

Applies to