| 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.NotificationStatementContext |
GeneratedYangParser.notificationStatement() |
GeneratedYangParser.NotificationStatementContext |
GeneratedYangParser.notificationStatement() |
GeneratedYangParser.NotificationStatementContext |
GeneratedYangParser.BodyStatementsContext.notificationStatement(int i) |
GeneratedYangParser.NotificationStatementContext |
GeneratedYangParser.BodyStatementsContext.notificationStatement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GeneratedYangParser.NotificationStatementContext> |
GeneratedYangParser.BodyStatementsContext.notificationStatement() |
List<GeneratedYangParser.NotificationStatementContext> |
GeneratedYangParser.BodyStatementsContext.notificationStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterNotificationStatement(GeneratedYangParser.NotificationStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule notificationStatement.
|
void |
GeneratedYangListener.exitNotificationStatement(GeneratedYangParser.NotificationStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule notificationStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterNotificationStatement(GeneratedYangParser.NotificationStatementContext ctx) |
void |
TreeWalkListener.exitNotificationStatement(GeneratedYangParser.NotificationStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NotificationListener.processNotificationEntry(TreeWalkListener listener,
GeneratedYangParser.NotificationStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(notification), performs validation and updates the data model tree.
|
static void |
NotificationListener.processNotificationExit(TreeWalkListener listener,
GeneratedYangParser.NotificationStatementContext ctx)
It is called when parser exits from grammar rule (notification), it perform
validations and updates the data model tree.
|
Copyright © 2016. All rights reserved.