ICommonRegexListener.EnterAtom(CommonRegexParser+AtomContext) 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 atom().
public void EnterAtom (CommonRegexParser.AtomContext context);
abstract member EnterAtom : CommonRegexParser.AtomContext -> unit
Public Sub EnterAtom (context As CommonRegexParser.AtomContext)
Parameters
- context
- CommonRegexParser.AtomContext
The parse tree.