| 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.ContactStatementContext |
GeneratedYangParser.contactStatement() |
GeneratedYangParser.ContactStatementContext |
GeneratedYangParser.MetaStatementsContext.contactStatement() |
GeneratedYangParser.ContactStatementContext |
GeneratedYangParser.contactStatement() |
GeneratedYangParser.ContactStatementContext |
GeneratedYangParser.MetaStatementsContext.contactStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterContactStatement(GeneratedYangParser.ContactStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule contactStatement.
|
void |
GeneratedYangListener.exitContactStatement(GeneratedYangParser.ContactStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule contactStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterContactStatement(GeneratedYangParser.ContactStatementContext ctx) |
void |
TreeWalkListener.exitContactStatement(GeneratedYangParser.ContactStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContactListener.processContactEntry(TreeWalkListener listener,
GeneratedYangParser.ContactStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(contact), perform validations and update the data model tree.
|
Copyright © 2016. All rights reserved.