public final class CompilerAnnotationListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processCompilerAnnotationEntry(TreeWalkListener listener,
GeneratedYangParser.CompilerAnnotationStatementContext ctx)
Performs validation and updates the data model tree.
|
static void |
processCompilerAnnotationExit(TreeWalkListener listener,
GeneratedYangParser.CompilerAnnotationStatementContext ctx)
Performs validation and updates the data model tree.
|
public static void processCompilerAnnotationEntry(TreeWalkListener listener, GeneratedYangParser.CompilerAnnotationStatementContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processCompilerAnnotationExit(TreeWalkListener listener, GeneratedYangParser.CompilerAnnotationStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.