| 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.
|
| org.onosproject.yangutils.parser.impl.listeners |
Provide call back functions for listeners based tree walk.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.listStatement() |
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.DataDefStatementContext.listStatement() |
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.ShortCaseStatementContext.listStatement() |
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.listStatement() |
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.DataDefStatementContext.listStatement() |
GeneratedYangParser.ListStatementContext |
GeneratedYangParser.ShortCaseStatementContext.listStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterListStatement(GeneratedYangParser.ListStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule listStatement.
|
void |
GeneratedYangListener.exitListStatement(GeneratedYangParser.ListStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule listStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterListStatement(GeneratedYangParser.ListStatementContext ctx) |
void |
TreeWalkListener.exitListStatement(GeneratedYangParser.ListStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ListListener.processListEntry(TreeWalkListener listener,
GeneratedYangParser.ListStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(list), performs validation and updates the data model tree.
|
static void |
ListListener.processListExit(TreeWalkListener listener,
GeneratedYangParser.ListStatementContext ctx)
It is called when parser exits from grammar rule (list), it performs
validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.