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