ICommonRegexListener.EnterExpr(CommonRegexParser+ExprContext) Method

Definition

Enter a parse tree produced by expr().

public void EnterExpr (CommonRegexParser.ExprContext context);
abstract member EnterExpr : CommonRegexParser.ExprContext -> unit
Public Sub EnterExpr (context As CommonRegexParser.ExprContext)

Parameters

context
CommonRegexParser.ExprContext

The parse tree.

Applies to