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