| 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.LeafStatementContext |
GeneratedYangParser.leafStatement() |
GeneratedYangParser.LeafStatementContext |
GeneratedYangParser.DataDefStatementContext.leafStatement() |
GeneratedYangParser.LeafStatementContext |
GeneratedYangParser.ShortCaseStatementContext.leafStatement() |
GeneratedYangParser.LeafStatementContext |
GeneratedYangParser.leafStatement() |
GeneratedYangParser.LeafStatementContext |
GeneratedYangParser.DataDefStatementContext.leafStatement() |
GeneratedYangParser.LeafStatementContext |
GeneratedYangParser.ShortCaseStatementContext.leafStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterLeafStatement(GeneratedYangParser.LeafStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule leafStatement.
|
void |
GeneratedYangListener.exitLeafStatement(GeneratedYangParser.LeafStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule leafStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterLeafStatement(GeneratedYangParser.LeafStatementContext ctx) |
void |
TreeWalkListener.exitLeafStatement(GeneratedYangParser.LeafStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LeafListener.processLeafEntry(TreeWalkListener listener,
GeneratedYangParser.LeafStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(leaf), performs validation and updates the data model tree.
|
static void |
LeafListener.processLeafExit(TreeWalkListener listener,
GeneratedYangParser.LeafStatementContext ctx)
It is called when parser exits from grammar rule (leaf), performs
validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.