Uses of Class
org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PredicateContext
-
Packages that use xpathParser.PredicateContext Package Description org.opendaylight.yangtools.yang.xpath.impl XPath parsing which results in aYangExpr
. -
-
Uses of xpathParser.PredicateContext in org.opendaylight.yangtools.yang.xpath.impl
Methods in org.opendaylight.yangtools.yang.xpath.impl that return xpathParser.PredicateContext Modifier and Type Method Description xpathParser.PredicateContext
xpathParser.FilterExprContext. predicate(int i)
xpathParser.PredicateContext
xpathParser. predicate()
xpathParser.PredicateContext
xpathParser.StepContext. predicate(int i)
Methods in org.opendaylight.yangtools.yang.xpath.impl that return types with arguments of type xpathParser.PredicateContext Modifier and Type Method Description List<xpathParser.PredicateContext>
xpathParser.FilterExprContext. predicate()
List<xpathParser.PredicateContext>
xpathParser.StepContext. predicate()
-