ICommonRegexListener.ExitExpr(CommonRegexParser+ExprContext) Method

Definition

Exit a parse tree produced by expr().

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

Parameters

context
CommonRegexParser.ExprContext

The parse tree.

Applies to