public abstract class ArrayPathToken extends PathToken
| Constructor and Description |
|---|
ArrayPathToken() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkArrayModel(java.lang.String currentPath,
java.lang.Object model,
EvaluationContextImpl ctx)
Check if model is non-null and array.
|
equals, evaluate, getNext, getPathFragment, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, isTokenDefinite, setNext, toStringprotected boolean checkArrayModel(java.lang.String currentPath,
java.lang.Object model,
EvaluationContextImpl ctx)
currentPath - model - ctx - PathNotFoundException - if model is null and evaluation must be interruptedInvalidPathException - if model is not an array and evaluation must be interrupted