Interface BoundStmtCtxCompat<A,D extends DeclaredStatement<A>>

Type Parameters:
A - Argument type
D - Class representing declared version of this statement
All Superinterfaces:
BoundStmtCtx<A>, CommonStmtCtx, StmtContextCompat
All Known Subinterfaces:
EffectiveStmtCtx.Current<A,D>, EffectiveStmtCtx.UndeclaredCurrent<A,D>, RootStmtContext<A,D,E>, RootStmtContext.Mutable<A,D,E>, StmtContext<A,D,E>, StmtContext.Mutable<A,D,E>
All Known Implementing Classes:
RootStatementContext

@Beta public interface BoundStmtCtxCompat<A,D extends DeclaredStatement<A>> extends BoundStmtCtx<A>, StmtContextCompat
Intermediate compatibility interface between StmtContext and EffectiveStmtCtx.Current.
  • Method Details