| 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.FractionDigitStatementContext |
GeneratedYangParser.fractionDigitStatement() |
GeneratedYangParser.FractionDigitStatementContext |
GeneratedYangParser.Decimal64SpecificationContext.fractionDigitStatement() |
GeneratedYangParser.FractionDigitStatementContext |
GeneratedYangParser.fractionDigitStatement() |
GeneratedYangParser.FractionDigitStatementContext |
GeneratedYangParser.Decimal64SpecificationContext.fractionDigitStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterFractionDigitStatement(GeneratedYangParser.FractionDigitStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule numericalRestrictions.
|
void |
GeneratedYangListener.exitFractionDigitStatement(GeneratedYangParser.FractionDigitStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule
numericalRestrictions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterFractionDigitStatement(GeneratedYangParser.FractionDigitStatementContext ctx) |
void |
TreeWalkListener.exitFractionDigitStatement(GeneratedYangParser.FractionDigitStatementContext currentContext) |
| Modifier and Type | Method and Description |
|---|---|
static int |
FractionDigitsListener.getValidFractionDigits(GeneratedYangParser.FractionDigitStatementContext ctx)
Validate fraction digits.
|
static void |
FractionDigitsListener.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.
|
Copyright © 2016. All rights reserved.