| Package | Description |
|---|---|
| org.onosproject.yangutils.parser.antlrgencode |
ANTLR interfaces to be implemented by listener.
|
| org.onosproject.yangutils.parser.impl |
Parse the YANG information from ANTLR generated parse tree.
|
| org.onosproject.yangutils.parser.impl.listeners |
Provide call back functions for listeners based tree walk.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedYangParser.Decimal64SpecificationContext |
GeneratedYangParser.decimal64Specification() |
GeneratedYangParser.Decimal64SpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.decimal64Specification() |
GeneratedYangParser.Decimal64SpecificationContext |
GeneratedYangParser.decimal64Specification() |
GeneratedYangParser.Decimal64SpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.decimal64Specification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterDecimal64Specification(GeneratedYangParser.Decimal64SpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule numericalRestrictions.
|
void |
GeneratedYangListener.exitDecimal64Specification(GeneratedYangParser.Decimal64SpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule numericalRestrictions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterDecimal64Specification(GeneratedYangParser.Decimal64SpecificationContext ctx) |
void |
TreeWalkListener.exitDecimal64Specification(GeneratedYangParser.Decimal64SpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Decimal64Listener.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 |
Decimal64Listener.processDecimal64Exit(TreeWalkListener listener,
GeneratedYangParser.Decimal64SpecificationContext ctx)
Performs validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.