| 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.KeyContext |
GeneratedYangParser.key() |
GeneratedYangParser.KeyContext |
GeneratedYangParser.KeyStatementContext.key() |
GeneratedYangParser.KeyContext |
GeneratedYangParser.key() |
GeneratedYangParser.KeyContext |
GeneratedYangParser.KeyStatementContext.key() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterKey(GeneratedYangParser.KeyContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule key.
|
void |
GeneratedYangListener.exitKey(GeneratedYangParser.KeyContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterKey(GeneratedYangParser.KeyContext ctx) |
void |
TreeWalkListener.exitKey(GeneratedYangParser.KeyContext ctx) |
Copyright © 2016. All rights reserved.