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