public final class DescriptionListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processDescriptionEntry(TreeWalkListener listener,
GeneratedYangParser.DescriptionStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(description), perform validations and updates the data model tree.
|
public static void processDescriptionEntry(TreeWalkListener listener, GeneratedYangParser.DescriptionStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.