Interface YangPredicateAware
-
- All Known Implementing Classes:
YangFilterExpr
,YangLocationPath.AxisStep
,YangLocationPath.NamespaceStep
,YangLocationPath.NodeTypeStep
,YangLocationPath.ProcessingInstructionStep
,YangLocationPath.QNameStep
,YangLocationPath.ResolvedQNameStep
,YangLocationPath.Step
,YangLocationPath.UnresolvedQNameStep
@Beta public interface YangPredicateAware
Common interface forYangFilterExpr
andYangLocationPath.Step
, both of which can contain predicates. Predicates are expressed in terms ofYangExpr
.- Author:
- Robert Varga
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<YangExpr>
getPredicates()
-