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