Uses of Class
org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
Packages that use NamespaceKeyCriterion
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of NamespaceKeyCriterion in org.opendaylight.yangtools.yang.parser.spi.meta
Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return NamespaceKeyCriterionModifier and TypeMethodDescriptionstatic NamespaceKeyCriterion<org.opendaylight.yangtools.yang.model.api.source.SourceIdentifier>NamespaceKeyCriterion.latestRevisionModule(UnresolvedQName.Unqualified moduleName) Return a criterion which selects the latest known revision of a particular module.Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type NamespaceKeyCriterionModifier and TypeMethodDescriptionNamespaceBehaviour.getFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, NamespaceKeyCriterion<K> criterion) Returns the key/value mapping best matching specified criterion.<K,C extends StmtContext<?, ?, ?>>
@NonNull ModelActionBuilder.Prerequisite<C>ModelActionBuilder.requiresCtx(StmtContext<?, ?, ?> context, @NonNull ParserNamespace<K, C> namespace, NamespaceKeyCriterion<K> criterion, ModelProcessingPhase phase)