LGTemplateParserBaseListener.EnterIfConditionRule(LGTemplateParser+IfConditionRuleContext) Method

Definition

Enter a parse tree produced by ifConditionRule().

The default implementation does nothing.

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

Parameters

context
LGTemplateParser.IfConditionRuleContext

The parse tree.

Implements

Applies to