| 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.PathStatementContext |
GeneratedYangParser.pathStatement() |
GeneratedYangParser.PathStatementContext |
GeneratedYangParser.LeafrefSpecificationContext.pathStatement() |
GeneratedYangParser.PathStatementContext |
GeneratedYangParser.pathStatement() |
GeneratedYangParser.PathStatementContext |
GeneratedYangParser.LeafrefSpecificationContext.pathStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterPathStatement(GeneratedYangParser.PathStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule pathStatement.
|
void |
GeneratedYangListener.exitPathStatement(GeneratedYangParser.PathStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule pathStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterPathStatement(GeneratedYangParser.PathStatementContext ctx) |
void |
TreeWalkListener.exitPathStatement(GeneratedYangParser.PathStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PathListener.processPathEntry(TreeWalkListener listener,
GeneratedYangParser.PathStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(path), performs validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.