public class WildcardPathToken extends PathToken
| Constructor and Description |
|---|
WildcardPathToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx) |
java.lang.String |
getPathFragment() |
boolean |
isTokenDefinite() |
equals, getNext, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, setNext, toStringpublic void evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx)
public boolean isTokenDefinite()
isTokenDefinite in class PathTokenpublic java.lang.String getPathFragment()
getPathFragment in class PathToken