public class DispatcherTablesBuilder extends Object
MatchingOpenMethodDispatcher in ModuleOpenClass.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DISPATCHER_TABLE_NAME |
| Constructor and Description |
|---|
DispatcherTablesBuilder(XlsModuleOpenClass moduleOpenClass,
RulesModuleBindingContext moduleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Builds dispatcher tables for every group of overloaded methods.
|
void |
build(MatchingOpenMethodDispatcher dispatcher) |
static boolean |
isDispatcherTable(TableSyntaxNode tsn)
Checks whether the specified TableSyntaxNode is auto generated gap/overlap table or not.
|
public static final String DEFAULT_DISPATCHER_TABLE_NAME
public DispatcherTablesBuilder(XlsModuleOpenClass moduleOpenClass, RulesModuleBindingContext moduleContext)
public static boolean isDispatcherTable(TableSyntaxNode tsn)
tsn - TableSyntaxNode to check.true if table is dispatcher table.public void build()
TableSyntaxNode objects
appears in module.public void build(MatchingOpenMethodDispatcher dispatcher)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.