Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser |
Jiffle parser and support classes.
|
Modifier and Type | Method and Description |
---|---|
static FunctionInfo |
FunctionLookup.getInfo(String jiffleName,
JiffleType... argTypes)
Gets the info for a function.
|
static JiffleType |
FunctionLookup.getReturnType(String jiffleName)
Searches for a function with a script name that matches
jiffleName
and gets its return type. |
static String |
FunctionLookup.getRuntimeExpr(String jiffleName,
JiffleType... argTypes)
Gets the runtime source for the function.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.