@Beta @NonNullByDefault public abstract class AbstractPathExpression extends Object implements PathExpression
PathExpression.DerefSteps, PathExpression.LocationPathSteps, PathExpression.Steps
Modifier | Constructor and Description |
---|---|
protected |
AbstractPathExpression(String originalString) |
Modifier and Type | Method and Description |
---|---|
protected MoreObjects.ToStringHelper |
addToStringAttributes(MoreObjects.ToStringHelper helper) |
String |
getOriginalString()
Returns the path expression formatted string as is defined in model.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSteps, isAbsolute
protected AbstractPathExpression(String originalString)
public final String getOriginalString()
PathExpression
/prefix:container/prefix:container::cond[when()=foo]/prefix:leaf
getOriginalString
in interface PathExpression
protected MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
Copyright © 2020 OpenDaylight. All rights reserved.