Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.source.StatementStreamSource
Packages that use StatementStreamSource
Package
Description
Provides API necessary for the processing of statement sources.
-
Uses of StatementStreamSource in org.opendaylight.yangtools.yang.parser.spi.source
Methods in org.opendaylight.yangtools.yang.parser.spi.source that return StatementStreamSourceModifier and TypeMethodDescriptionBuildSpecification.SourceSpec.Module.stream()Returns the value of thestreamrecord component.BuildSpecification.SourceSpec.stream()Return theStatementStreamSourceof this source.BuildSpecification.SourceSpec.Submodule.stream()Returns the value of thestreamrecord component.Constructors in org.opendaylight.yangtools.yang.parser.spi.source with parameters of type StatementStreamSourceModifierConstructorDescriptionModule(org.opendaylight.yangtools.yang.model.spi.source.SourceInfo.Module info, StatementStreamSource stream, com.google.common.collect.ImmutableMap<org.opendaylight.yangtools.yang.model.api.source.SourceIdentifier, BuildSpecification.SourceSpec.Submodule> submodules, @Nullable com.google.common.collect.ImmutableSet<QName> allowDeviationsFrom, @Nullable org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement.ConformanceType conformanceType) Creates an instance of aModulerecord class.Submodule(org.opendaylight.yangtools.yang.model.spi.source.SourceInfo.Submodule info, StatementStreamSource stream) Creates an instance of aSubmodulerecord class.