public class NowFunction extends FunctionExpressionImpl
SimplifyingFilterVisitor
, the
function will be called once, and replaced with the returned value
Modifier and Type | Field and Description |
---|---|
static FunctionName |
NAME |
fallback, functionName, name, params
NIL
Constructor and Description |
---|
NowFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Object object)
Subclass should override, default implementation returns null.
|
String |
toString()
Creates a String representation of this Function with the function name and the arguments.
|
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression
evaluate
evaluate
public static FunctionName NAME
public String toString()
FunctionExpressionImpl
toString
in class FunctionExpressionImpl
public Object evaluate(Object object)
ExpressionAbstract
evaluate
in interface Expression
evaluate
in class FunctionExpressionImpl
Copyright © 1996–2023 Geotools. All rights reserved.