| Modifier and Type | Method and Description |
|---|---|
Function |
Scope.getFunction(String name,
int nargs) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
BuiltinFunctionLoader.listFunctions(ClassLoader classLoader,
Version version,
Scope closureScope)
Load function definitions from the default resource
from an arbitrary
ClassLoader. |
Map<String,Function> |
BuiltinFunctionLoader.listFunctions(Version version,
Scope closureScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.addFunction(String name,
Function q) |
void |
Scope.addFunction(String name,
int n,
Function q) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArgumentFunction |
class |
JsonNodeFunction |
class |
JsonPredicateFunction |
class |
JsonQueryFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSvFilter |
class |
CsvFilter |
class |
TsvFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugScopeFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
PowFunction |
Copyright © 2019. All rights reserved.