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 betweenStmtContext
andEffectiveStmtCtx.Current
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull CopyHistory
history()
Return the executive summary of the copy process that has produced this context.-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
getRawArgument, producesDeclared, producesEffective, publicDefinition, rawArgument, sourceReference
-
-
-
-
Method Detail
-
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.
-
-