Interface EffectiveStmtCtx.UndeclaredCurrent<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>>
- Type Parameters:
A- Argument typeD- Class representing declared version of this statement
- All Superinterfaces:
BoundStmtCtx<A>,BoundStmtCtxCompat<A,,D> CommonStmtCtx,EffectiveStmtCtx,EffectiveStmtCtx.Current<A,,D> EffectiveStmtCtx.Parent,Immutable,NamespaceStmtCtx,StmtContextCompat
- Enclosing interface:
- EffectiveStmtCtx
@Beta
public static interface EffectiveStmtCtx.UndeclaredCurrent<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>>
extends EffectiveStmtCtx.Current<A,D>
A restricted version of
EffectiveStmtCtx.Current, which does not expose the raw argument or the declared statement.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
EffectiveStmtCtx.Current<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>>, EffectiveStmtCtx.Parent, EffectiveStmtCtx.UndeclaredCurrent<A, D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>> Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
EffectiveStmtCtx.Parent.EffectiveConfig -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
argument, findSubstatementArgument, getArgument, hasSubstatement, yangVersionMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
getRawArgument, producesDeclared, producesEffective, publicDefinition, sourceReferenceMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
effectiveParent, getEffectiveParentMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current
argumentAsTypeQName, caerbannog, moduleNameMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
effectiveConfig, effectiveNamespaceMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
getAllFromNamespace, getFromNamespace, localNamespacePortion, namespace, namespaceItemMethods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextCompat
history
-
Method Details
-
rawArgument
Deprecated.Description copied from interface:CommonStmtCtxReturn the statement argument in literal format.- Specified by:
rawArgumentin interfaceCommonStmtCtx- Returns:
- raw statement argument string, or null if this statement does not have an argument.
-
declared
Deprecated.Description copied from interface:BoundStmtCtxCompatReturns theDeclaredStatementview of this statement.- Specified by:
declaredin interfaceBoundStmtCtxCompat<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>>
-