public final class LengthRestrictionListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processLengthRestrictionEntry(TreeWalkListener lis,
GeneratedYangParser.LengthStatementContext ctx)
Processes pattern restriction, when parser receives an input matching
the grammar rule (length), performs validation and updates the data
model tree.
|
static void |
processLengthRestrictionExit(TreeWalkListener lis,
GeneratedYangParser.LengthStatementContext ctx)
Performs validation and updates the data model tree.
|
public static void processLengthRestrictionEntry(TreeWalkListener lis, GeneratedYangParser.LengthStatementContext ctx)
lis - listener objectctx - context objectpublic static void processLengthRestrictionExit(TreeWalkListener lis, GeneratedYangParser.LengthStatementContext ctx)
lis - listener objectctx - context objectCopyright © 2018. All rights reserved.