Uses of Interface
org.eclipse.epsilon.common.function.BaseDelegate
Packages that use BaseDelegate
Package
Description
-
Uses of BaseDelegate in org.eclipse.epsilon.common.concurrent
Classes in org.eclipse.epsilon.common.concurrent with type parameters of type BaseDelegateModifier and TypeClassDescriptionclass
DelegatePersistentThreadLocal<T extends BaseDelegate<?>>
APersistentThreadLocal
which merges its values into the base (its delegate) when a thread-local value is removed.Subinterfaces of BaseDelegate in org.eclipse.epsilon.common.concurrentModifier and TypeInterfaceDescriptioninterface
ConcurrentBaseDelegate<T extends ConcurrentBaseDelegate<T>>
-
Uses of BaseDelegate in org.eclipse.epsilon.common.function
Classes in org.eclipse.epsilon.common.function with type parameters of type BaseDelegateModifier and TypeInterfaceDescriptioninterface
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). -
Uses of BaseDelegate in org.eclipse.epsilon.eol.execute
Classes in org.eclipse.epsilon.eol.execute that implement BaseDelegate -
Uses of BaseDelegate in org.eclipse.epsilon.eol.execute.context
Classes in org.eclipse.epsilon.eol.execute.context that implement BaseDelegateModifier and TypeClassDescriptionclass
A FrameStack is a stack of frames that stores the variables created during the execution of an EOL program. -
Uses of BaseDelegate in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent with type parameters of type BaseDelegateModifier and TypeMethodDescriptionprotected <T extends BaseDelegate<T>>
DelegatePersistentThreadLocal<T>EolContextParallel.initDelegateThreadLocal
(Supplier<? extends T> constructor) -
Uses of BaseDelegate in org.eclipse.epsilon.erl.execute
Classes in org.eclipse.epsilon.erl.execute that implement BaseDelegate