public final class KeyListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processKeyEntry(TreeWalkListener listener,
GeneratedYangParser.KeyStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(key), perform validations and updates the data model tree.
|
public static void processKeyEntry(TreeWalkListener listener, GeneratedYangParser.KeyStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.