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
Intermediate compatibility interface between
StmtContext
and EffectiveStmtCtx.Current
.-
Method Summary
Modifier and TypeMethodDescription@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 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.
-