| 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.BitStatementContext |
GeneratedYangParser.bitStatement() |
GeneratedYangParser.BitStatementContext |
GeneratedYangParser.bitStatement() |
GeneratedYangParser.BitStatementContext |
GeneratedYangParser.BitsSpecificationContext.bitStatement(int i) |
GeneratedYangParser.BitStatementContext |
GeneratedYangParser.BitsSpecificationContext.bitStatement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GeneratedYangParser.BitStatementContext> |
GeneratedYangParser.BitsSpecificationContext.bitStatement() |
List<GeneratedYangParser.BitStatementContext> |
GeneratedYangParser.BitsSpecificationContext.bitStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterBitStatement(GeneratedYangParser.BitStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule bitStatement.
|
void |
GeneratedYangListener.exitBitStatement(GeneratedYangParser.BitStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule bitStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterBitStatement(GeneratedYangParser.BitStatementContext ctx) |
void |
TreeWalkListener.exitBitStatement(GeneratedYangParser.BitStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BitListener.processBitEntry(TreeWalkListener listener,
GeneratedYangParser.BitStatementContext ctx)
It is called when parser enters grammar rule (bit), it perform
validations and updates the data model tree.
|
static void |
BitListener.processBitExit(TreeWalkListener listener,
GeneratedYangParser.BitStatementContext ctx)
It is called when parser exits from grammar rule (bit), it perform
validations and update the data model tree.
|
Copyright © 2016. All rights reserved.