| 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.PathContext |
GeneratedYangParser.path() |
GeneratedYangParser.PathContext |
GeneratedYangParser.PathStatementContext.path() |
GeneratedYangParser.PathContext |
GeneratedYangParser.path() |
GeneratedYangParser.PathContext |
GeneratedYangParser.PathStatementContext.path() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterPath(GeneratedYangParser.PathContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule path.
|
void |
GeneratedYangListener.exitPath(GeneratedYangParser.PathContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterPath(GeneratedYangParser.PathContext ctx) |
void |
TreeWalkListener.exitPath(GeneratedYangParser.PathContext ctx) |
Copyright © 2016. All rights reserved.