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