public class GlobalFunTable extends FunTableImpl
FunTable.Builder
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.
|
static GlobalFunTable |
instance() |
getFunInfoList, getReservedWords, getResolvers, getResolvers, init, isProperty, isReserved
public static GlobalFunTable instance()
public void defineFunctions(FunTable.Builder builder)
FunTable
The 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 © 2020 Hitachi Vantara. All rights reserved.