ExpressionAntlrParserBaseListener.EnterEveryRule(ParserRuleContext) 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.
Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
public virtual void EnterEveryRule (Antlr4.Runtime.ParserRuleContext context);
abstract member EnterEveryRule : Antlr4.Runtime.ParserRuleContext -> unit
override this.EnterEveryRule : Antlr4.Runtime.ParserRuleContext -> unit
Public Overridable Sub EnterEveryRule (context As ParserRuleContext)
Parameters
- context
- Antlr4.Runtime.ParserRuleContext
Implements
Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Remarks
The default implementation does nothing.