public class AtPathElement extends BasePathElement implements MatchablePathElement
Constructor and Description |
---|
AtPathElement(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanonicalForm()
Get the canonical form of this PathElement.
|
MatchedElement |
match(java.lang.String dataKey,
WalkedPath walkedPath)
See if this PathElement matches the given dataKey.
|
getRawKey, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRawKey
public MatchedElement match(java.lang.String dataKey, WalkedPath walkedPath)
MatchablePathElement
match
in interface MatchablePathElement
dataKey
- String key value from the input datawalkedPath
- "up the tree" list of LiteralPathElements, that may be used by this key as it is computing its matchpublic java.lang.String getCanonicalForm()
PathElement
getCanonicalForm
in interface PathElement