Uses of Interface
io.resys.hdes.client.api.ast.AstTag
Packages that use AstTag
Package
Description
-
Uses of AstTag in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstTagMethods in io.resys.hdes.client.api that return types with arguments of type AstTagModifier and TypeMethodDescriptionHdesComposer.ComposerState.getTags()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstTag>> ImmutableComposerState.getTags()Methods in io.resys.hdes.client.api with parameters of type AstTagMethod parameters in io.resys.hdes.client.api with type arguments of type AstTagModifier and TypeMethodDescriptionImmutableComposerState.Builder.putAllTags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Put all mappings from the specified map as entries totagsmap.ImmutableComposerState.Builder.putTags(String key, HdesComposer.ComposerEntity<AstTag> value) Put one entry to thetagsmap.ImmutableComposerState.Builder.putTags(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstTag>> entry) Put one entry to thetagsmap.ImmutableComposerState.Builder.tags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Sets or replaces all mappings from the specified map as entries for thetagsmap.final ImmutableComposerStateImmutableComposerState.withTags(Map<String, ? extends HdesComposer.ComposerEntity<AstTag>> entries) Copy the current immutable object by replacing thetagsmap with the specified map. -
Uses of AstTag in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstTagMethods in io.resys.hdes.client.api.ast with parameters of type AstTagModifier and TypeMethodDescriptionstatic ImmutableAstTagCreates an immutable copy of aAstTagvalue.final ImmutableAstTag.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstTaginstance. -
Uses of AstTag in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return types with arguments of type AstTagModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> ImmutableProgramEnvir.getTagsByName()ProgramEnvir.getTagsByName()Method parameters in io.resys.hdes.client.api.programs with type arguments of type AstTagModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.putAllTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Put all mappings from the specified map as entries totagsByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(String key, ProgramEnvir.ProgramWrapper<AstTag, TagProgram> value) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.putTagsByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entry) Put one entry to thetagsByNamemap.ImmutableProgramEnvir.Builder.tagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Sets or replaces all mappings from the specified map as entries for thetagsByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withTagsByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstTag, TagProgram>> entries) Copy the current immutable object by replacing thetagsByNamemap with the specified map. -
Uses of AstTag in io.resys.hdes.client.spi
Methods in io.resys.hdes.client.spi that return AstTagMethods in io.resys.hdes.client.spi with parameters of type AstTag -
Uses of AstTag in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer that return AstTagModifier and TypeMethodDescriptionstatic AstTagComposerEntityMapper.toTag(HdesStore.StoreState source) Methods in io.resys.hdes.client.spi.composer with parameters of type AstTagModifier and TypeMethodDescriptionstatic HdesClient.EnvirBuilderComposerEntityMapper.toEnvir(HdesClient.EnvirBuilder envirBuilder, AstTag source) Constructors in io.resys.hdes.client.spi.composer with parameters of type AstTagModifierConstructorDescriptionImportEntityVisitor(HdesComposer.ComposerState state, AstTag asset, HdesClient client) -
Uses of AstTag in io.resys.hdes.client.spi.tag
Methods in io.resys.hdes.client.spi.tag that return AstTagMethods in io.resys.hdes.client.spi.tag with parameters of type AstTag