LGTemplateParserBaseListener.EnterContext(LGTemplateParser+ContextContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.