| 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.ConfigContext |
GeneratedYangParser.config() |
GeneratedYangParser.ConfigContext |
GeneratedYangParser.ConfigStatementContext.config() |
GeneratedYangParser.ConfigContext |
GeneratedYangParser.config() |
GeneratedYangParser.ConfigContext |
GeneratedYangParser.ConfigStatementContext.config() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterConfig(GeneratedYangParser.ConfigContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule config.
|
void |
GeneratedYangListener.exitConfig(GeneratedYangParser.ConfigContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterConfig(GeneratedYangParser.ConfigContext ctx) |
void |
TreeWalkListener.exitConfig(GeneratedYangParser.ConfigContext ctx) |
Copyright © 2016. All rights reserved.