ICommonRegexListener.EnterExpr(CommonRegexParser+ExprContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.