public final class IfFeatureListener extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
processIfFeatureEntry(TreeWalkListener listener,
GeneratedYangParser.IfFeatureStatementContext ctx)
Performs validation and updates the data model tree.It is called when parser receives
an input matching the grammar rule (if-feature).
|
public static void processIfFeatureEntry(TreeWalkListener listener, GeneratedYangParser.IfFeatureStatementContext ctx)
listener - listener's objectctx - context object of the grammar ruleCopyright © 2016. All rights reserved.