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