Interface IfFeatureStatement

All Superinterfaces:
DeclaredStatement<IfFeatureExpr>, ModelStatement<IfFeatureExpr>
All Known Implementing Classes:
EmptyIfFeatureStatement, RefIfFeatureStatement, RegularIfFeatureStatement

public interface IfFeatureStatement extends DeclaredStatement<IfFeatureExpr>
Represents YANG if-feature statement. The "if-feature" statement makes its parent statement conditional.