Interface EffectiveStmtCtx.Current<A,D extends DeclaredStatement<A>>
- Type Parameters:
A
- Argument typeD
- Class representing declared version of this statement
- All Superinterfaces:
BoundStmtCtx<A>
,BoundStmtCtxCompat<A,
,D> CommonStmtCtx
,EffectiveStmtCtx
,EffectiveStmtCtx.Parent
,Immutable
,NamespaceStmtCtx
,StmtContextCompat
- All Known Subinterfaces:
EffectiveStmtCtx.UndeclaredCurrent<A,
D>
- Enclosing interface:
EffectiveStmtCtx
@Beta
public static interface EffectiveStmtCtx.Current<A,D extends DeclaredStatement<A>>
extends EffectiveStmtCtx.Parent, NamespaceStmtCtx, BoundStmtCtxCompat<A,D>
Minimum amount of state required to build an accurate effective view of a statement. This is a strict superset
of information available in
EffectiveStmtCtx.Parent
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
EffectiveStmtCtx.Current<A,
D extends DeclaredStatement<A>>, EffectiveStmtCtx.Parent, EffectiveStmtCtx.UndeclaredCurrent<A, D extends DeclaredStatement<A>> Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
EffectiveStmtCtx.Parent.EffectiveConfig
-
Method Summary
Modifier and TypeMethodDescription@NonNull QName
<E extends EffectiveStatement<A,
D>>
@NonNull StmtContext<A, D, E> Deprecated.@NonNull QName
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
argument, findSubstatementArgument, getArgument, hasSubstatement, yangVersion
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtxCompat
declared
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
getRawArgument, producesDeclared, producesEffective, publicDefinition, rawArgument, sourceReference
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
effectiveParent, getEffectiveParent
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
effectiveConfig, effectiveNamespace
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
localNamespacePortion, namespace, namespaceItem
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextCompat
history
-
Method Details
-
moduleName
@NonNull QName moduleName() -
argumentAsTypeQName
@NonNull QName argumentAsTypeQName() -
caerbannog
Deprecated.Summon the Rabbit of Caerbannog.- Type Parameters:
E
- Effective Statement representation- Returns:
- The
Legendary Black Beast of Arrrghhh
.
-