public class ArrayPathToken extends PathToken
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayPathToken.Operation |
| Constructor and Description |
|---|
ArrayPathToken(java.util.List<java.lang.Integer> criteria,
ArrayPathToken.Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx) |
java.lang.String |
getPathFragment() |
equals, getTokenCount, hashCode, isPathDefinite, toStringpublic ArrayPathToken(java.util.List<java.lang.Integer> criteria,
ArrayPathToken.Operation operation)
public void evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx)
public java.lang.String getPathFragment()