public final class ShortCaseListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processShortCaseEntry(TreeWalkListener listener,
GeneratedYangParser.ShortCaseStatementContext ctx)
It is called when parser enters grammar rule (short case), it perform
validations and updates the data model tree.
|
static void |
processShortCaseExit(TreeWalkListener listener,
GeneratedYangParser.ShortCaseStatementContext ctx)
It is called when parser exits from grammar rule (short case), it perform
validations and update the data model tree.
|
public static void processShortCaseEntry(TreeWalkListener listener, GeneratedYangParser.ShortCaseStatementContext ctx)
listener - listener's objectctx - context object of the grammar rulepublic static void processShortCaseExit(TreeWalkListener listener, GeneratedYangParser.ShortCaseStatementContext ctx)
listener - Listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.