public final class IdentityrefListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processIdentityrefEntry(TreeWalkListener listener,
GeneratedYangParser.IdentityrefSpecificationContext ctx)
Performs validation and updates the data model tree when parser receives an input
matching the grammar rule (identityref).
|
static void |
processIdentityrefExit(TreeWalkListener listener,
GeneratedYangParser.IdentityrefSpecificationContext ctx)
Performs validations and update the data model tree when parser exits from grammar
rule (identityref).
|
public static void processIdentityrefEntry(TreeWalkListener listener, GeneratedYangParser.IdentityrefSpecificationContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processIdentityrefExit(TreeWalkListener listener, GeneratedYangParser.IdentityrefSpecificationContext ctx)
listener - Listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.