ICommonRegexListener.ExitOctal_char(CommonRegexParser+Octal_charContext) 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.
Exit a parse tree produced by octal_char().
public void ExitOctal_char (CommonRegexParser.Octal_charContext context);
abstract member ExitOctal_char : CommonRegexParser.Octal_charContext -> unit
Public Sub ExitOctal_char (context As CommonRegexParser.Octal_charContext)
Parameters
The parse tree.