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