public class CustomizedFunctionTable extends FunTableImpl
BuiltinFunTable.FunTable.Builder| Constructor and Description |
|---|
CustomizedFunctionTable(Set<String> builtinFunctions) |
CustomizedFunctionTable(Set<String> builtinFunctions,
Set<FunDef> specialFunctions) |
| Modifier and Type | Method and Description |
|---|---|
void |
defineFunctions(FunTable.Builder builder)
This method is called from the constructor, to define the set of
functions and reserved words recognized.
|
getFunInfoList, getReservedWords, getResolvers, getResolvers, init, isProperty, isReservedpublic void defineFunctions(FunTable.Builder builder)
FunTableThe implementing class calls FunTable.Builder methods to declare
functions and reserved words.
Derived class can override this method to add more functions. It must call the base method.
builder - BuilderCopyright © 2021 Hitachi Vantara. All rights reserved.