public final class FractionDigitsListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getValidFractionDigits(GeneratedYangParser.FractionDigitStatementContext ctx)
Validate fraction digits.
|
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 rulepublic static int getValidFractionDigits(GeneratedYangParser.FractionDigitStatementContext ctx)
ctx - context object of the grammar ruleCopyright © 2016. All rights reserved.