Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.RootStmtContext
Packages that use RootStmtContext
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of RootStmtContext in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of RootStmtContext in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeInterfaceDescriptionstatic interfaceRootStmtContext.Mutable<A,D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return RootStmtContextModifier and TypeMethodDescription@NonNull RootStmtContext<?,?, ?> StmtContext.getRoot()Returns the model root for this statement.Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type RootStmtContextModifier and TypeMethodDescriptionstatic @NonNull QNameModuleStmtContextUtils.getModuleQName(@NonNull RootStmtContext<?, ?, ?> ctx)