| 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.BitsSpecificationContext |
GeneratedYangParser.bitsSpecification() |
GeneratedYangParser.BitsSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.bitsSpecification() |
GeneratedYangParser.BitsSpecificationContext |
GeneratedYangParser.bitsSpecification() |
GeneratedYangParser.BitsSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.bitsSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterBitsSpecification(GeneratedYangParser.BitsSpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule bitsSpecification.
|
void |
GeneratedYangListener.exitBitsSpecification(GeneratedYangParser.BitsSpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule bitsSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterBitsSpecification(GeneratedYangParser.BitsSpecificationContext ctx) |
void |
TreeWalkListener.exitBitsSpecification(GeneratedYangParser.BitsSpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BitsListener.processBitsEntry(TreeWalkListener listener,
GeneratedYangParser.BitsSpecificationContext ctx)
It is called when parser enters grammar rule (bits), it perform
validations and updates the data model tree.
|
static void |
BitsListener.processBitsExit(TreeWalkListener listener,
GeneratedYangParser.BitsSpecificationContext ctx)
It is called when parser exits from grammar rule (bits), it perform
validations and update the data model tree.
|
Copyright © 2016. All rights reserved.