Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
Packages that use EffectiveStmtCtx
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of EffectiveStmtCtx in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of EffectiveStmtCtx in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeInterfaceDescriptionstatic interfaceEffectiveStmtCtx.Current<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>> Minimum amount of state required to build an accurate effective view of a statement.static interfaceMinimum amount of parent state required to build an accurate effective view of a particular child.static interfaceEffectiveStmtCtx.UndeclaredCurrent<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>> A restricted version ofEffectiveStmtCtx.Current, which does not expose the raw argument or the declared statement.