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