Uses of Record Class
org.opendaylight.yangtools.yang.parser.spi.source.BuildSpecification.SourceSpec.Submodule
Packages that use BuildSpecification.SourceSpec.Submodule
Package
Description
Provides API necessary for the processing of statement sources.
-
Uses of BuildSpecification.SourceSpec.Submodule in org.opendaylight.yangtools.yang.parser.spi.source
Methods in org.opendaylight.yangtools.yang.parser.spi.source that return types with arguments of type BuildSpecification.SourceSpec.SubmoduleModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<SourceIdentifier,BuildSpecification.SourceSpec.Submodule> BuildSpecification.SourceSpec.Module.submodules()Returns the value of thesubmodulesrecord component.Constructor parameters in org.opendaylight.yangtools.yang.parser.spi.source with type arguments of type BuildSpecification.SourceSpec.SubmoduleModifierConstructorDescriptionModule(SourceInfo.Module info, StatementStreamSource stream, com.google.common.collect.ImmutableMap<SourceIdentifier, BuildSpecification.SourceSpec.Submodule> submodules, @Nullable com.google.common.collect.ImmutableSet<QName> allowDeviationsFrom, @Nullable ModuleEffectiveStatement.ConformanceType conformanceType) Creates an instance of aModulerecord class.