| 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.IdentityrefSpecificationContext |
GeneratedYangParser.identityrefSpecification() |
GeneratedYangParser.IdentityrefSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.identityrefSpecification() |
GeneratedYangParser.IdentityrefSpecificationContext |
GeneratedYangParser.identityrefSpecification() |
GeneratedYangParser.IdentityrefSpecificationContext |
GeneratedYangParser.TypeBodyStatementsContext.identityrefSpecification() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterIdentityrefSpecification(GeneratedYangParser.IdentityrefSpecificationContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule identityrefSpecification.
|
void |
GeneratedYangListener.exitIdentityrefSpecification(GeneratedYangParser.IdentityrefSpecificationContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule identityrefSpecification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterIdentityrefSpecification(GeneratedYangParser.IdentityrefSpecificationContext ctx) |
void |
TreeWalkListener.exitIdentityrefSpecification(GeneratedYangParser.IdentityrefSpecificationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IdentityrefListener.processIdentityrefEntry(TreeWalkListener listener,
GeneratedYangParser.IdentityrefSpecificationContext ctx)
Performs validation and updates the data model tree when parser receives an input
matching the grammar rule (identityref).
|
static void |
IdentityrefListener.processIdentityrefExit(TreeWalkListener listener,
GeneratedYangParser.IdentityrefSpecificationContext ctx)
Performs validations and update the data model tree when parser exits from grammar
rule (identityref).
|
Copyright © 2016. All rights reserved.