public final class FractionDigitsListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processFractionDigitsEntry(TreeWalkListener listener,
GeneratedYangParser.FractionDigitStatementContext ctx)
It is called when parser enters grammar rule (fraction-digits), it perform
validations and updates the data model tree.
|
public static void processFractionDigitsEntry(TreeWalkListener listener, GeneratedYangParser.FractionDigitStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2018. All rights reserved.