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