public abstract class ValueSourceParser extends Object implements NamedListInitializedPlugin
| Modifier and Type | Field and Description | 
|---|---|
| static Map<String,ValueSourceParser> | standardValueSourceParsersstandard functions supported by default | 
| Constructor and Description | 
|---|
| ValueSourceParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | init(NamedList args)Initialize the plugin. | 
| abstract ValueSource | parse(FunctionQParser fp)Parse the user input into a ValueSource. | 
public static final Map<String,ValueSourceParser> standardValueSourceParsers
public void init(NamedList args)
init in interface NamedListInitializedPluginpublic abstract ValueSource parse(FunctionQParser fp) throws SyntaxError
SyntaxErrorCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.