Interface YangPredicateAware

All Known Implementing Classes:
YangFilterExpr, YangLocationPath.AxisStep, YangLocationPath.NamespaceStep, YangLocationPath.NodeTypeStep, YangLocationPath.ProcessingInstructionStep, YangLocationPath.QNameStep, YangLocationPath.ResolvedQNameStep, YangLocationPath.Step, YangLocationPath.UnresolvedQNameStep

public interface YangPredicateAware
Common interface for YangFilterExpr and YangLocationPath.Step, both of which can contain predicates. Predicates are expressed in terms of YangExpr.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<YangExpr>
     
  • Method Details

    • getPredicates

      default Set<YangExpr> getPredicates()