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