| 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.YangfileContext |
GeneratedYangParser.yangfile() |
GeneratedYangParser.YangfileContext |
GeneratedYangParser.yangfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterYangfile(GeneratedYangParser.YangfileContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule yangfile.
|
void |
GeneratedYangListener.exitYangfile(GeneratedYangParser.YangfileContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule yangfile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterYangfile(GeneratedYangParser.YangfileContext ctx) |
void |
TreeWalkListener.exitYangfile(GeneratedYangParser.YangfileContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BaseFileListener.processYangFileEntry(TreeWalkListener listener,
GeneratedYangParser.YangfileContext ctx)
It is called when parser receives an input matching the grammar rule
(yangfile), perform validations and update the data model tree.
|
static void |
BaseFileListener.processYangFileExit(TreeWalkListener listener,
GeneratedYangParser.YangfileContext ctx)
It is called when parser exits from grammar rule (yangfile), it perform
validations and update the data model tree.
|
Copyright © 2016. All rights reserved.