| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedYangParser.PositionContext |
GeneratedYangParser.position() |
GeneratedYangParser.PositionContext |
GeneratedYangParser.PositionStatementContext.position() |
GeneratedYangParser.PositionContext |
GeneratedYangParser.position() |
GeneratedYangParser.PositionContext |
GeneratedYangParser.PositionStatementContext.position() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterPosition(GeneratedYangParser.PositionContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule position.
|
void |
GeneratedYangListener.exitPosition(GeneratedYangParser.PositionContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterPosition(GeneratedYangParser.PositionContext ctx) |
void |
TreeWalkListener.exitPosition(GeneratedYangParser.PositionContext ctx) |
Copyright © 2016. All rights reserved.