| 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.UnionSpecificationContext |
GeneratedYangParser.unionSpecification() |
GeneratedYangParser.UnionSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.unionSpecification() |
GeneratedYangParser.UnionSpecificationContext |
GeneratedYangParser.unionSpecification() |
GeneratedYangParser.UnionSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.unionSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterUnionSpecification(GeneratedYangParser.UnionSpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule unionSpecification.
|
void |
GeneratedYangListener.exitUnionSpecification(GeneratedYangParser.UnionSpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule unionSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterUnionSpecification(GeneratedYangParser.UnionSpecificationContext ctx) |
void |
TreeWalkListener.exitUnionSpecification(GeneratedYangParser.UnionSpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UnionListener.processUnionEntry(TreeWalkListener listener,
GeneratedYangParser.UnionSpecificationContext ctx)
It is called when parser enters grammar rule (union), it perform
validations and updates the data model tree.
|
static void |
UnionListener.processUnionExit(TreeWalkListener listener,
GeneratedYangParser.UnionSpecificationContext ctx)
It is called when parser exits from grammar rule (union), it perform
validations and update the data model tree.
|
Copyright © 2016. All rights reserved.