public class PropertyPathToken extends PathToken
| Constructor and Description |
|---|
PropertyPathToken(java.util.List<java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx) |
java.lang.String |
getPathFragment() |
java.util.List<java.lang.String> |
getProperties() |
equals, getTokenCount, hashCode, isPathDefinite, toStringpublic PropertyPathToken(java.util.List<java.lang.String> properties)
public java.util.List<java.lang.String> getProperties()
public void evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx)
public java.lang.String getPathFragment()