ExpressionAntlrParserBaseListener.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().
The default implementation does nothing.
public virtual void EnterStringInterpolationAtom (ExpressionAntlrParser.StringInterpolationAtomContext context);
abstract member EnterStringInterpolationAtom : ExpressionAntlrParser.StringInterpolationAtomContext -> unit
override this.EnterStringInterpolationAtom : ExpressionAntlrParser.StringInterpolationAtomContext -> unit
Public Overridable Sub EnterStringInterpolationAtom (context As ExpressionAntlrParser.StringInterpolationAtomContext)
Parameters
The parse tree.