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