Class AbstractPathExpression
java.lang.Object
org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- All Implemented Interfaces:
Immutable,PathExpression
@Beta
@NonNullByDefault
public abstract class AbstractPathExpression
extends Object
implements PathExpression
Convenience base class for
PathExpression implementations.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.PathExpression
PathExpression.DerefSteps, PathExpression.LocationPathSteps, PathExpression.Steps -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) final Stringfinal StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.yangtools.yang.model.api.PathExpression
getSteps, isAbsolute
-
Constructor Details
-
AbstractPathExpression
-
-
Method Details
-
getOriginalString
- Specified by:
getOriginalStringin interfacePathExpression
-
toString
-
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper)
-