IExpressionAntlrParserListener.ExitPrimaryExp(ExpressionAntlrParser+PrimaryExpContext) 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 primaryExp
labeled alternative in expression().
public void ExitPrimaryExp (ExpressionAntlrParser.PrimaryExpContext context);
abstract member ExitPrimaryExp : ExpressionAntlrParser.PrimaryExpContext -> unit
Public Sub ExitPrimaryExp (context As ExpressionAntlrParser.PrimaryExpContext)
Parameters
The parse tree.