@NonNullByDefault
See: Description
Interface | Description |
---|---|
YangConstantExpr<T> |
Common interface for all YANG XPath constant expressions.
|
YangExpr |
Common base interface for all YANG Expression components.
|
YangPredicateAware |
Common interface for
YangFilterExpr and YangLocationPath.Step , both of which can contain predicates. |
YangXPathExpression | |
YangXPathParser | |
YangXPathParserFactory |
Factory for creating
YangXPathParser s. |
Class | Description |
---|---|
YangBinaryExpr |
A binary expression formed of a
YangBinaryExpr.getLeftExpr() , an YangBinaryExpr.getOperator() and a YangBinaryExpr.getRightExpr() . |
YangFilterExpr | |
YangFunctionCallExpr |
Function call invocation.
|
YangLiteralExpr |
An XPath literal expression.
|
YangLocationPath | |
YangLocationPath.Absolute | |
YangLocationPath.AxisStep | |
YangLocationPath.NamespaceStep | |
YangLocationPath.NodeTypeStep | |
YangLocationPath.ProcessingInstructionStep | |
YangLocationPath.QNameStep | |
YangLocationPath.Step | |
YangNaryExpr | |
YangNegateExpr | |
YangNumberExpr<T extends YangNumberExpr<T,N>,N extends Number> |
A number-bearing expression.
|
YangNumberExpr.YangBigDecimal | |
YangNumberExpr.YangDouble | |
YangPathExpr | |
YangQNameExpr |
An XPath QName expression.
|
YangVariableReferenceExpr |
Enum | Description |
---|---|
YangBinaryOperator |
YANG XPath binary operator.
|
YangBooleanConstantExpr |
Expressions which evaluate to a logical
true or false . |
YangFunction |
Functions known to a YANG XPath.
|
YangNaryOperator |
YANG XPath binary operator.
|
YangXPathAxis |
XPath evaluation axis, as defined in XPath 1.0.
|
YangXPathNodeType |
XPath node type as defined in XPath 1.0.
|
YangXPathParserFactory.MathMode |
YangXPathParser number compliance knobs. |
QNameModule
s. Function names are bound either to their
defining QName
, unprefixed functions are bound to
YangConstants.RFC6020_YIN_MODULE
the same way unprefixed statements
are.
The model supports multiple number storage and math operations -- with IEEE754 being the default as per XPath 1.0 specifications, but additional exact operations being available.
Copyright © 2019 OpenDaylight. All rights reserved.