IExpressionAntlrParserListener.ExitIdAtom(ExpressionAntlrParser+IdAtomContext) 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 the idAtom
labeled alternative in primaryExpression().
public void ExitIdAtom (ExpressionAntlrParser.IdAtomContext context);
abstract member ExitIdAtom : ExpressionAntlrParser.IdAtomContext -> unit
Public Sub ExitIdAtom (context As ExpressionAntlrParser.IdAtomContext)
Parameters
The parse tree.