Uses of Interface
io.resys.hdes.client.api.ast.AstBranch
Packages that use AstBranch
Package
Description
-
Uses of AstBranch in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstBranchMethods in io.resys.hdes.client.api that return types with arguments of type AstBranchModifier and TypeMethodDescriptionHdesComposer.ComposerState.getBranches()com.google.common.collect.ImmutableMap<String,HdesComposer.ComposerEntity<AstBranch>> ImmutableComposerState.getBranches()Method parameters in io.resys.hdes.client.api with type arguments of type AstBranchModifier and TypeMethodDescriptionImmutableComposerState.Builder.branches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesmap.ImmutableComposerState.Builder.putAllBranches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Put all mappings from the specified map as entries tobranchesmap.ImmutableComposerState.Builder.putBranches(String key, HdesComposer.ComposerEntity<AstBranch> value) Put one entry to thebranchesmap.ImmutableComposerState.Builder.putBranches(Map.Entry<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entry) Put one entry to thebranchesmap.final ImmutableComposerStateImmutableComposerState.withBranches(Map<String, ? extends HdesComposer.ComposerEntity<AstBranch>> entries) Copy the current immutable object by replacing thebranchesmap with the specified map. -
Uses of AstBranch in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstBranchMethods in io.resys.hdes.client.api.ast with parameters of type AstBranchModifier and TypeMethodDescriptionstatic ImmutableAstBranchCreates an immutable copy of aAstBranchvalue.Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBranchinstance. -
Uses of AstBranch in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return types with arguments of type AstBranchModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String,ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> ImmutableProgramEnvir.getBranchesByName()ProgramEnvir.getBranchesByName()Method parameters in io.resys.hdes.client.api.programs with type arguments of type AstBranchModifier and TypeMethodDescriptionImmutableProgramEnvir.Builder.branchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Sets or replaces all mappings from the specified map as entries for thebranchesByNamemap.ImmutableProgramEnvir.Builder.putAllBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Put all mappings from the specified map as entries tobranchesByNamemap.ImmutableProgramEnvir.Builder.putBranchesByName(String key, ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram> value) Put one entry to thebranchesByNamemap.ImmutableProgramEnvir.Builder.putBranchesByName(Map.Entry<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entry) Put one entry to thebranchesByNamemap.final ImmutableProgramEnvirImmutableProgramEnvir.withBranchesByName(Map<String, ? extends ProgramEnvir.ProgramWrapper<AstBranch, BranchProgram>> entries) Copy the current immutable object by replacing thebranchesByNamemap with the specified map. -
Uses of AstBranch in io.resys.hdes.client.spi.branch
Methods in io.resys.hdes.client.spi.branch that return AstBranchMethods in io.resys.hdes.client.spi.branch with parameters of type AstBranch