LGTemplateParserBaseListener.EnterExpression(LGTemplateParser+ExpressionContext) Method

Definition

Enter a parse tree produced by expression().

The default implementation does nothing.

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

Parameters

context
LGTemplateParser.ExpressionContext

The parse tree.

Implements

Applies to