IExpressionAntlrParserListener.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().
public void EnterKey (ExpressionAntlrParser.KeyContext context);
abstract member EnterKey : ExpressionAntlrParser.KeyContext -> unit
Public Sub EnterKey (context As ExpressionAntlrParser.KeyContext)
Parameters
- context
- ExpressionAntlrParser.KeyContext
The parse tree.