Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
Packages that use NamespaceStmtCtx
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of NamespaceStmtCtx in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of NamespaceStmtCtx 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.interfaceRootStmtContext<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>, E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<A, D>> A marker interface for aStmtContext.static interfaceRootStmtContext.Mutable<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>, E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<A, D>> interfaceStmtContext<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>, E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<A, D>> An inference context associated with an instance of a statement.static interfaceStmtContext.Mutable<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>, E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<A, D>> An mutable view of an inference context associated with an instance of a statement.Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type NamespaceStmtCtxModifier and TypeMethodDescriptionOptional<StatementSupport<?,?, ?>> ImplicitParentAwareStatementSupport.getImplicitParentFor(NamespaceStmtCtx parent, org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition stmtDef) Returns implicit parent statement support for supplied statement definition, if it is defined.