public abstract class ValueSourceParser extends Object implements NamedListInitializedPlugin
Modifier and Type | Field and Description |
---|---|
static Map<String,ValueSourceParser> |
standardValueSourceParsers
standard 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 NamedListInitializedPlugin
public abstract ValueSource parse(FunctionQParser fp) throws SyntaxError
SyntaxError
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.