| 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.OutputStatementContext |
GeneratedYangParser.outputStatement() |
GeneratedYangParser.OutputStatementContext |
GeneratedYangParser.outputStatement() |
GeneratedYangParser.OutputStatementContext |
GeneratedYangParser.RpcStatementContext.outputStatement(int i) |
GeneratedYangParser.OutputStatementContext |
GeneratedYangParser.RpcStatementContext.outputStatement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GeneratedYangParser.OutputStatementContext> |
GeneratedYangParser.RpcStatementContext.outputStatement() |
List<GeneratedYangParser.OutputStatementContext> |
GeneratedYangParser.RpcStatementContext.outputStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterOutputStatement(GeneratedYangParser.OutputStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule outputStatement.
|
void |
GeneratedYangListener.exitOutputStatement(GeneratedYangParser.OutputStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule outputStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterOutputStatement(GeneratedYangParser.OutputStatementContext ctx) |
void |
TreeWalkListener.exitOutputStatement(GeneratedYangParser.OutputStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OutputListener.processOutputEntry(TreeWalkListener listener,
GeneratedYangParser.OutputStatementContext ctx)
It is called when parser receives an input matching the grammar rule
(output), performs validation and updates the data model tree.
|
static void |
OutputListener.processOutputExit(TreeWalkListener listener,
GeneratedYangParser.OutputStatementContext ctx)
It is called when parser exits from grammar rule (output), it perform
validations and updates the data model tree.
|
Copyright © 2016. All rights reserved.