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