Interface EffectiveStmtCtx.Parent

All Superinterfaces:
CommonStmtCtx, EffectiveStmtCtx, Immutable, StmtContextCompat
All Known Subinterfaces:
EffectiveStmtCtx.Current<A,D>, EffectiveStmtCtx.UndeclaredCurrent<A,D>
Enclosing interface:
EffectiveStmtCtx

@Beta public static interface EffectiveStmtCtx.Parent extends EffectiveStmtCtx
Minimum amount of parent state required to build an accurate effective view of a particular child. Child state is expressed as EffectiveStmtCtx.Current.
  • Method Details