Uses of Interface
io.resys.hdes.client.api.ast.AstTag.AstTagValue
Packages that use AstTag.AstTagValue
-
Uses of AstTag.AstTagValue in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstTag.AstTagValueMethods in io.resys.hdes.client.api.ast that return types with arguments of type AstTag.AstTagValueModifier and TypeMethodDescriptionAstTag.getValues()com.google.common.collect.ImmutableList<AstTag.AstTagValue>ImmutableAstTag.getValues()Methods in io.resys.hdes.client.api.ast with parameters of type AstTag.AstTagValueModifier and TypeMethodDescriptionfinal ImmutableAstTag.BuilderImmutableAstTag.Builder.addValues(AstTag.AstTagValue element) Adds one element tovalueslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.addValues(AstTag.AstTagValue... elements) Adds elements tovalueslist.static ImmutableAstTagValueImmutableAstTagValue.copyOf(AstTag.AstTagValue instance) Creates an immutable copy of aAstTag.AstTagValuevalue.ImmutableAstTagValue.Builder.from(AstTag.AstTagValue instance) Fill a builder with attribute values from the providedAstTagValueinstance.final ImmutableAstTagImmutableAstTag.withValues(AstTag.AstTagValue... elements) Copy the current immutable object with elements that replace the content ofvalues.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstTag.AstTagValueModifier and TypeMethodDescriptionfinal ImmutableAstTag.BuilderImmutableAstTag.Builder.addAllValues(Iterable<? extends AstTag.AstTagValue> elements) Adds elements tovalueslist.final ImmutableAstTag.BuilderImmutableAstTag.Builder.values(Iterable<? extends AstTag.AstTagValue> elements) Sets or replaces all elements forvalueslist.final ImmutableAstTagImmutableAstTag.withValues(Iterable<? extends AstTag.AstTagValue> elements) Copy the current immutable object with elements that replace the content ofvalues. -
Uses of AstTag.AstTagValue in io.resys.hdes.client.spi.composer
Methods in io.resys.hdes.client.spi.composer with parameters of type AstTag.AstTagValueModifier and TypeMethodDescriptionImportEntityVisitor.initFlow(AstTag.AstTagValue original) ImportEntityVisitor.initFlowTask(AstTag.AstTagValue original)