Uses of Class
com.bazaarvoice.jolt.common.tree.PathStep
-
Packages that use PathStep Package Description com.bazaarvoice.jolt.common.tree -
-
Uses of PathStep in com.bazaarvoice.jolt.common.tree
Methods in com.bazaarvoice.jolt.common.tree that return PathStep Modifier and Type Method Description PathStep
WalkedPath. elementFromEnd(int idxFromEnd)
Method useful to "&", "&1", "&2", etc evaluation.PathStep
WalkedPath. lastElement()
Constructor parameters in com.bazaarvoice.jolt.common.tree with type arguments of type PathStep Constructor Description WalkedPath(java.util.Collection<PathStep> c)
-