| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterCommonStatements(GeneratedYangParser.CommonStatementsContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule commonStatements.
|
void |
GeneratedYangListener.exitCommonStatements(GeneratedYangParser.CommonStatementsContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule commonStatements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterCommonStatements(GeneratedYangParser.CommonStatementsContext ctx) |
void |
TreeWalkListener.exitCommonStatements(GeneratedYangParser.CommonStatementsContext ctx) |
Copyright © 2016. All rights reserved.