Interface RootStmtContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>

Type Parameters:
A - Argument type
D - Declared Statement representation
E - Effective Statement representation
All Superinterfaces:
BoundStmtCtx<A>, BoundStmtCtxCompat<A,D>, CommonStmtCtx, NamespaceStmtCtx, StmtContext<A,D,E>, StmtContextCompat
All Known Subinterfaces:
RootStmtContext.Mutable<A,D,E>

@Beta public interface RootStmtContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> extends StmtContext<A,D,E>
A marker interface for a StmtContext. Useful for operations which make assumption about the context's hierarchy.