| 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.CompilerAnnotationStatementContext |
GeneratedYangParser.compilerAnnotationStatement() |
GeneratedYangParser.CompilerAnnotationStatementContext |
GeneratedYangParser.compilerAnnotationStatement() |
GeneratedYangParser.CompilerAnnotationStatementContext |
GeneratedYangParser.BodyStatementsContext.compilerAnnotationStatement(int i) |
GeneratedYangParser.CompilerAnnotationStatementContext |
GeneratedYangParser.BodyStatementsContext.compilerAnnotationStatement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GeneratedYangParser.CompilerAnnotationStatementContext> |
GeneratedYangParser.BodyStatementsContext.compilerAnnotationStatement() |
List<GeneratedYangParser.CompilerAnnotationStatementContext> |
GeneratedYangParser.BodyStatementsContext.compilerAnnotationStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterCompilerAnnotationStatement(GeneratedYangParser.CompilerAnnotationStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule compiler annotation statement.
|
void |
GeneratedYangListener.exitCompilerAnnotationStatement(GeneratedYangParser.CompilerAnnotationStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule compiler annotation statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterCompilerAnnotationStatement(GeneratedYangParser.CompilerAnnotationStatementContext ctx) |
void |
TreeWalkListener.exitCompilerAnnotationStatement(GeneratedYangParser.CompilerAnnotationStatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CompilerAnnotationListener.processCompilerAnnotationEntry(TreeWalkListener listener,
GeneratedYangParser.CompilerAnnotationStatementContext ctx)
Performs validation and updates the data model tree.
|
static void |
CompilerAnnotationListener.processCompilerAnnotationExit(TreeWalkListener listener,
GeneratedYangParser.CompilerAnnotationStatementContext ctx)
Performs validation and updates the data model tree.
|
Copyright © 2016. All rights reserved.