Class | Description |
---|---|
ArrayMatchedElement | |
MatchedElement |
MatchedElement is the result of a "match" between a spec PathElement and some input data.
|
PathStep |
A tuple class that contains the data for one level of a
tree walk, aka a reference to the input for that level, and
the LiteralPathElement that was matched at that level.
|
WalkedPath |
DataStructure used by a SpecTransform during it's parallel tree walk.
|