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