LGTemplateParserBaseListener.EnterSwitchCaseStat(LGTemplateParser+SwitchCaseStatContext) Method

Definition

Enter a parse tree produced by switchCaseStat().

The default implementation does nothing.

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

Parameters

context
LGTemplateParser.SwitchCaseStatContext

The parse tree.

Implements

Applies to