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