Interface InternalContextAdapter

All Superinterfaces:
Context, InternalEventContext, InternalHousekeepingContext, InternalWrapperContext
All Known Implementing Classes:
ChainedInternalContextAdapter, EvaluateContext, Foreach.NullHolderContext, InternalContextAdapterImpl, ProxyVMContext

public interface InternalContextAdapter extends InternalHousekeepingContext, Context, InternalWrapperContext, InternalEventContext
interface to bring all necessary internal and user contexts together. this is what the AST expects to deal with. If anything new comes along, add it here. I will rename soon :)
Version:
$Id: InternalContextAdapter.java 463298 2006-10-12 16:10:32Z henning $