LGTemplateParserBaseListener.EnterIfCondition(LGTemplateParser+IfConditionContext) Method

Definition

Enter a parse tree produced by ifCondition().

The default implementation does nothing.

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

Parameters

context
LGTemplateParser.IfConditionContext

The parse tree.

Implements

Applies to