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