| 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.UniqueContext |
GeneratedYangParser.unique() |
GeneratedYangParser.UniqueContext |
GeneratedYangParser.UniqueStatementContext.unique() |
GeneratedYangParser.UniqueContext |
GeneratedYangParser.unique() |
GeneratedYangParser.UniqueContext |
GeneratedYangParser.UniqueStatementContext.unique() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterUnique(GeneratedYangParser.UniqueContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule unique.
|
void |
GeneratedYangListener.exitUnique(GeneratedYangParser.UniqueContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule unique.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterUnique(GeneratedYangParser.UniqueContext ctx) |
void |
TreeWalkListener.exitUnique(GeneratedYangParser.UniqueContext ctx) |
Copyright © 2016. All rights reserved.