ICommonRegexListener.EnterLiteral(CommonRegexParser+LiteralContext) Method

Definition

Enter a parse tree produced by literal().

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

Parameters

context
CommonRegexParser.LiteralContext

The parse tree.

Applies to