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