| 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.LeafrefSpecificationContext |
GeneratedYangParser.leafrefSpecification() |
GeneratedYangParser.LeafrefSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.leafrefSpecification() |
GeneratedYangParser.LeafrefSpecificationContext |
GeneratedYangParser.leafrefSpecification() |
GeneratedYangParser.LeafrefSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.leafrefSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterLeafrefSpecification(GeneratedYangParser.LeafrefSpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule leafrefSpecification.
|
void |
GeneratedYangListener.exitLeafrefSpecification(GeneratedYangParser.LeafrefSpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule leafrefSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterLeafrefSpecification(GeneratedYangParser.LeafrefSpecificationContext ctx) |
void |
TreeWalkListener.exitLeafrefSpecification(GeneratedYangParser.LeafrefSpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LeafrefListener.processLeafrefEntry(TreeWalkListener listener,
GeneratedYangParser.LeafrefSpecificationContext ctx)
It is called when parser receives an input matching the grammar rule
(leafref), perform validations and updates the data model tree.
|
static void |
LeafrefListener.processLeafrefExit(TreeWalkListener listener,
GeneratedYangParser.LeafrefSpecificationContext ctx)
It is called when parser exits from grammar rule (leafref), it performs
validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.