public final class UnionListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processUnionEntry(TreeWalkListener listener,
GeneratedYangParser.UnionSpecificationContext ctx)
It is called when parser enters grammar rule (union), it perform
validations and updates the data model tree.
|
static void |
processUnionExit(TreeWalkListener listener,
GeneratedYangParser.UnionSpecificationContext ctx)
It is called when parser exits from grammar rule (union), it perform
validations and update the data model tree.
|
public static void processUnionEntry(TreeWalkListener listener, GeneratedYangParser.UnionSpecificationContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processUnionExit(TreeWalkListener listener, GeneratedYangParser.UnionSpecificationContext ctx)
listener - Listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.