public final class Decimal64Listener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processDecimal64Entry(TreeWalkListener listener,
GeneratedYangParser.Decimal64SpecificationContext ctx)
It is called when parser enters grammar rule (decimal64), it perform
validations and updates the data model tree.
|
static void |
processDecimal64Exit(TreeWalkListener listener,
GeneratedYangParser.Decimal64SpecificationContext ctx)
Performs validation and updates the data model tree.
|
public static void processDecimal64Entry(TreeWalkListener listener, GeneratedYangParser.Decimal64SpecificationContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processDecimal64Exit(TreeWalkListener listener, GeneratedYangParser.Decimal64SpecificationContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.