| 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.EnumSpecificationContext |
GeneratedYangParser.enumSpecification() |
GeneratedYangParser.EnumSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.enumSpecification() |
GeneratedYangParser.EnumSpecificationContext |
GeneratedYangParser.enumSpecification() |
GeneratedYangParser.EnumSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.enumSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterEnumSpecification(GeneratedYangParser.EnumSpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule enumSpecification.
|
void |
GeneratedYangListener.exitEnumSpecification(GeneratedYangParser.EnumSpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule enumSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterEnumSpecification(GeneratedYangParser.EnumSpecificationContext ctx) |
void |
TreeWalkListener.exitEnumSpecification(GeneratedYangParser.EnumSpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EnumerationListener.processEnumerationEntry(TreeWalkListener listener,
GeneratedYangParser.EnumSpecificationContext ctx)
It is called when parser enters grammar rule (enumeration), it perform
validations and updates the data model tree.
|
static void |
EnumerationListener.processEnumerationExit(TreeWalkListener listener,
GeneratedYangParser.EnumSpecificationContext ctx)
It is called when parser exits from grammar rule (enumeration), it
perform validations and update the data model tree.
|
Copyright © 2016. All rights reserved.