ExpressionAntlrParserBaseListener.EnterPrimaryExp(ExpressionAntlrParser+PrimaryExpContext) Method

Definition

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

context
ExpressionAntlrParser.PrimaryExpContext

The parse tree.

Implements

Applies to