Interface StmtContextCompat

All Superinterfaces:
CommonStmtCtx
All Known Subinterfaces:
BoundStmtCtxCompat<A,D>, EffectiveStmtCtx, EffectiveStmtCtx.Current<A,D>, EffectiveStmtCtx.Parent, 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 StmtContextCompat extends CommonStmtCtx
Intermediate compatibility interface between StmtContext and EffectiveStmtCtx.Current.
  • Method Details

    • history

      @NonNull CopyHistory history()
      Return the executive summary of the copy process that has produced this context.
      Returns:
      A simplified summary of the copy process.