| 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.LengthStatementContext |
GeneratedYangParser.lengthStatement() |
GeneratedYangParser.LengthStatementContext |
GeneratedYangParser.StringRestrictionsContext.lengthStatement() |
GeneratedYangParser.LengthStatementContext |
GeneratedYangParser.lengthStatement() |
GeneratedYangParser.LengthStatementContext |
GeneratedYangParser.StringRestrictionsContext.lengthStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterLengthStatement(GeneratedYangParser.LengthStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule lengthStatement.
|
void |
GeneratedYangListener.exitLengthStatement(GeneratedYangParser.LengthStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule lengthStatement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterLengthStatement(GeneratedYangParser.LengthStatementContext ctx) |
void |
TreeWalkListener.exitLengthStatement(GeneratedYangParser.LengthStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LengthRestrictionListener.processLengthRestrictionEntry(TreeWalkListener listener,
GeneratedYangParser.LengthStatementContext ctx)
It is called when parser receives an input matching the grammar
rule (length), performs validation and updates the data model
tree.
|
static void |
LengthRestrictionListener.processLengthRestrictionExit(TreeWalkListener listener,
GeneratedYangParser.LengthStatementContext ctx)
Performs validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.