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<org.opendaylight.yangtools.yang.model.api.source.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(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.