| 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.PresenceStatementContext |
GeneratedYangParser.presenceStatement() |
GeneratedYangParser.PresenceStatementContext |
GeneratedYangParser.presenceStatement() |
GeneratedYangParser.PresenceStatementContext |
GeneratedYangParser.ContainerStatementContext.presenceStatement(int i) |
GeneratedYangParser.PresenceStatementContext |
GeneratedYangParser.RefineContainerStatementsContext.presenceStatement(int i) |
GeneratedYangParser.PresenceStatementContext |
GeneratedYangParser.ContainerStatementContext.presenceStatement(int i) |
GeneratedYangParser.PresenceStatementContext |
GeneratedYangParser.RefineContainerStatementsContext.presenceStatement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GeneratedYangParser.PresenceStatementContext> |
GeneratedYangParser.ContainerStatementContext.presenceStatement() |
List<GeneratedYangParser.PresenceStatementContext> |
GeneratedYangParser.RefineContainerStatementsContext.presenceStatement() |
List<GeneratedYangParser.PresenceStatementContext> |
GeneratedYangParser.ContainerStatementContext.presenceStatement() |
List<GeneratedYangParser.PresenceStatementContext> |
GeneratedYangParser.RefineContainerStatementsContext.presenceStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterPresenceStatement(GeneratedYangParser.PresenceStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule presenceStatement.
|
void |
GeneratedYangListener.exitPresenceStatement(GeneratedYangParser.PresenceStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule presenceStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterPresenceStatement(GeneratedYangParser.PresenceStatementContext ctx) |
void |
TreeWalkListener.exitPresenceStatement(GeneratedYangParser.PresenceStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PresenceListener.processPresenceEntry(TreeWalkListener listener,
GeneratedYangParser.PresenceStatementContext ctx)
It is called when parser receives an input matching the grammar
rule (presence), performs validation and updates the data model
tree.
|
Copyright © 2016. All rights reserved.