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 |
getFunctionName() |
List<Parameter> |
getParameters() |
String |
getPathFragment() |
boolean |
isTokenDefinite()
Return the actual value by indicating true.
|
void |
setParameters(List<Parameter> parameters) |
equals, getNext, getTokenCount, handleArrayIndex, hashCode, invoke, isPathDefinite, setNext, setUpstreamArrayIndex, toString
public void evaluate(String currentPath, PathRef parent, Object model, EvaluationContextImpl ctx)
public boolean isTokenDefinite()
isTokenDefinite
in class PathToken
public String getPathFragment()
getPathFragment
in class PathToken
public String getFunctionName()
Copyright © 2024. All rights reserved.