public class FunctionPathToken extends PathToken
Created by mattg on 6/27/15.| Constructor and Description |
|---|
FunctionPathToken(String pathFragment,
List<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(String currentPath,
PathRef parent,
Object model,
EvaluationContextImpl ctx) |
String |
getPathFragment() |
boolean |
isTokenDefinite()
Return the actual value by indicating true.
|
equals, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, toStringpublic void evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx)
public boolean isTokenDefinite()
isTokenDefinite in class PathTokenpublic String getPathFragment()
getPathFragment in class PathTokenCopyright © 2016. All rights reserved.