| 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.RefineChoiceStatementsContext |
GeneratedYangParser.refineChoiceStatements() |
GeneratedYangParser.RefineChoiceStatementsContext |
GeneratedYangParser.RefineStatementContext.refineChoiceStatements() |
GeneratedYangParser.RefineChoiceStatementsContext |
GeneratedYangParser.refineChoiceStatements() |
GeneratedYangParser.RefineChoiceStatementsContext |
GeneratedYangParser.RefineStatementContext.refineChoiceStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterRefineChoiceStatements(GeneratedYangParser.RefineChoiceStatementsContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule refineChoiceStatements.
|
void |
GeneratedYangListener.exitRefineChoiceStatements(GeneratedYangParser.RefineChoiceStatementsContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule refineChoiceStatements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterRefineChoiceStatements(GeneratedYangParser.RefineChoiceStatementsContext ctx) |
void |
TreeWalkListener.exitRefineChoiceStatements(GeneratedYangParser.RefineChoiceStatementsContext ctx) |
Copyright © 2016. All rights reserved.