| 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 |
|---|---|
GeneratedYangParser.CompilerAnnotationBodyStatementContext |
GeneratedYangParser.compilerAnnotationBodyStatement() |
GeneratedYangParser.CompilerAnnotationBodyStatementContext |
GeneratedYangParser.CompilerAnnotationStatementContext.compilerAnnotationBodyStatement() |
GeneratedYangParser.CompilerAnnotationBodyStatementContext |
GeneratedYangParser.compilerAnnotationBodyStatement() |
GeneratedYangParser.CompilerAnnotationBodyStatementContext |
GeneratedYangParser.CompilerAnnotationStatementContext.compilerAnnotationBodyStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedYangListener.enterCompilerAnnotationBodyStatement(GeneratedYangParser.CompilerAnnotationBodyStatementContext currentContext)
Enters a parse tree produced by GeneratedYangParser for grammar rule compiler annotation body statement.
|
void |
GeneratedYangListener.exitCompilerAnnotationBodyStatement(GeneratedYangParser.CompilerAnnotationBodyStatementContext currentContext)
Exits a parse tree produced by GeneratedYangParser for grammar rule compiler annotation body statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeWalkListener.enterCompilerAnnotationBodyStatement(GeneratedYangParser.CompilerAnnotationBodyStatementContext ctx) |
void |
TreeWalkListener.exitCompilerAnnotationBodyStatement(GeneratedYangParser.CompilerAnnotationBodyStatementContext ctx) |
Copyright © 2016. All rights reserved.