Class YangFunctionCallExpr

java.lang.Object
org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
All Implemented Interfaces:
Serializable, Immutable, YangExpr

public sealed class YangFunctionCallExpr extends Object implements YangExpr
Function call invocation. Function names without a prefix are mapped into YangConstants.RFC6020_YIN_MODULE, as they are required to be mapped into YANG as per RFC7950 definitions.
See Also: