Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
Packages that use EffectiveStmtCtx.Parent
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of EffectiveStmtCtx.Parent in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of EffectiveStmtCtx.Parent 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 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.Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return EffectiveStmtCtx.ParentModifier and TypeMethodDescription@Nullable EffectiveStmtCtx.ParentEffectiveStmtCtx.effectiveParent()Return parent of this context, if there is one.default @NonNull EffectiveStmtCtx.ParentEffectiveStmtCtx.getEffectiveParent()Return parent of this context.