Interface BoundStmtCtxCompat<A,D extends org.opendaylight.yangtools.yang.model.api.meta.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>

@Beta public interface BoundStmtCtxCompat<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>> extends BoundStmtCtx<A>, StmtContextCompat
Intermediate compatibility interface between StmtContext and EffectiveStmtCtx.Current.
  • Method Details

    • declared

      @NonNull D declared()
      Returns the DeclaredStatement view of this statement.