| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedYangParser.DeviationContext |
GeneratedYangParser.deviation() |
GeneratedYangParser.DeviationContext |
GeneratedYangParser.DeviationStatementContext.deviation() |
GeneratedYangParser.DeviationContext |
GeneratedYangParser.deviation() |
GeneratedYangParser.DeviationContext |
GeneratedYangParser.DeviationStatementContext.deviation() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterDeviation(GeneratedYangParser.DeviationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule deviation.
|
void |
GeneratedYangListener.exitDeviation(GeneratedYangParser.DeviationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule deviation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterDeviation(GeneratedYangParser.DeviationContext ctx) |
void |
TreeWalkListener.exitDeviation(GeneratedYangParser.DeviationContext ctx) |
Copyright © 2016. All rights reserved.