| 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.PositionStatementContext |
GeneratedYangParser.positionStatement() |
GeneratedYangParser.PositionStatementContext |
GeneratedYangParser.BitBodyStatementContext.positionStatement() |
GeneratedYangParser.PositionStatementContext |
GeneratedYangParser.positionStatement() |
GeneratedYangParser.PositionStatementContext |
GeneratedYangParser.BitBodyStatementContext.positionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterPositionStatement(GeneratedYangParser.PositionStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule positionStatement.
|
void |
GeneratedYangListener.exitPositionStatement(GeneratedYangParser.PositionStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule positionStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterPositionStatement(GeneratedYangParser.PositionStatementContext ctx) |
void |
TreeWalkListener.exitPositionStatement(GeneratedYangParser.PositionStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PositionListener.processPositionEntry(TreeWalkListener listener,
GeneratedYangParser.PositionStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(position), perform validations and update the data model tree.
|
Copyright © 2016. All rights reserved.