public class FunctionPathToken extends PathToken
Created by mattg on 6/27/15.| Constructor and Description |
|---|
FunctionPathToken(java.lang.String pathFragment,
java.util.List<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(java.lang.String currentPath,
PathRef parent,
java.lang.Object model,
EvaluationContextImpl ctx) |
java.lang.String |
getFunctionName() |
java.util.List<Parameter> |
getParameters() |
java.lang.String |
getPathFragment() |
boolean |
isTokenDefinite()
Return the actual value by indicating true.
|
void |
setParameters(java.util.List<Parameter> parameters) |
equals, getNext, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, setNext, setUpstreamArrayIndex, toStringpublic FunctionPathToken(java.lang.String pathFragment,
java.util.List<Parameter> parameters)
public 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 PathTokenpublic void setParameters(java.util.List<Parameter> parameters)
public java.util.List<Parameter> getParameters()
public java.lang.String getFunctionName()