| Modifier and Type | Class and Description |
|---|---|
class |
DelegatePersistentThreadLocal<T extends BaseDelegate<?>>
A
PersistentThreadLocal which merges its values into the base (its delegate)
when a thread-local value is removed. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConcurrentBaseDelegate<T extends ConcurrentBaseDelegate<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseDelegate<T extends BaseDelegate<? extends T>>
Convenience interface for classes which may have a parent ("base")
in order to delegate failed operations to (for example, variable lookups).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorFactory
This class is not thread-safe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrameStack
A FrameStack is a stack of frames that stores the variables created during the
execution of an EOL program.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends BaseDelegate<T>> |
EolContextParallel.initDelegateThreadLocal(Supplier<? extends T> constructor) |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleExecutorFactory |
Copyright © 2020. All rights reserved.