ICommonRegexListener.ExitLiteral(CommonRegexParser+LiteralContext) Method

Definition

Exit a parse tree produced by literal().

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

Parameters

context
CommonRegexParser.LiteralContext

The parse tree.

Applies to