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