public final class LeafListListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processLeafListEntry(TreeWalkListener listener,
GeneratedYangParser.LeafListStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(leaf-list), performs validation and updates the data model tree.
|
static void |
processLeafListExit(TreeWalkListener listener,
GeneratedYangParser.LeafListStatementContext ctx)
It is called when parser exits from grammar rule (leaf-list), it performs
validation and updates the data model tree.
|
public static void processLeafListEntry(TreeWalkListener listener, GeneratedYangParser.LeafListStatementContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processLeafListExit(TreeWalkListener listener, GeneratedYangParser.LeafListStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.