Class YangBinaryExpr

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

public abstract sealed class YangBinaryExpr extends Object implements YangExpr
A binary expression formed of a getLeftExpr(), an getOperator() and a getRightExpr().
See Also:
  • Method Details