public final class DeviationListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processDeviationEntry(TreeWalkListener listener,
GeneratedYangParser.DeviationStatementContext ctx)
Performs validation and updates the data model tree.
|
static void |
processDeviationExit(TreeWalkListener listener,
GeneratedYangParser.DeviationStatementContext ctx)
Performs validation and updates the data model tree.
|
public static void processDeviationEntry(TreeWalkListener listener, GeneratedYangParser.DeviationStatementContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processDeviationExit(TreeWalkListener listener, GeneratedYangParser.DeviationStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2018. All rights reserved.