Uses of Interface
io.resys.hdes.client.api.programs.Program
Packages that use Program
Package
Description
-
Uses of Program in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ProgramMethods in io.resys.hdes.client.api that return types with arguments of type ProgramModifier and TypeMethodDescriptionHdesCache.CacheEntry.getProgram()HdesCache.getProgram(AstBody.AstSource src) ImmutableCacheEntry.getProgram()Methods in io.resys.hdes.client.api with parameters of type ProgramModifier and TypeMethodDescriptionInitializes the optional valueprogramto program.HdesCache.setProgram(Program program, AstBody.AstSource src) final ImmutableCacheEntryImmutableCacheEntry.withProgram(Program value) Copy the current immutable object by setting a present value for the optionalprogramattribute.Method parameters in io.resys.hdes.client.api with type arguments of type ProgramModifier and TypeMethodDescriptionInitializes the optional valueprogramto program.final ImmutableCacheEntryImmutableCacheEntry.withProgram(Optional<? extends Program> optional) Copy the current immutable object by setting an optional value for theprogramattribute. -
Uses of Program in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs with type parameters of type ProgramModifier and TypeClassDescriptionfinal classImmutableProgramWrapper<A extends AstBody,P extends Program> Immutable implementation ofProgramEnvir.ProgramWrapper.static final classImmutableProgramWrapper.Builder<A extends AstBody,P extends Program> Builds instances of typeImmutableProgramWrapper.static interfaceProgramEnvir.ProgramWrapper<A extends AstBody,P extends Program> Subinterfaces of Program in io.resys.hdes.client.api.programsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in io.resys.hdes.client.api.programs that implement ProgramModifier and TypeClassDescriptionfinal classImmutable implementation ofBranchProgram.final classImmutable implementation ofDecisionProgram.final classImmutable implementation ofFlowProgram.final classImmutable implementation ofServiceProgram.final classImmutable implementation ofTagProgram.Methods in io.resys.hdes.client.api.programs with type parameters of type ProgramModifier and TypeMethodDescriptionstatic <A extends AstBody,P extends Program>
ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.builder()Creates a builder forImmutableProgramWrapper.static <A extends AstBody,P extends Program>
ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.copyOf(ProgramEnvir.ProgramWrapper<A, P> instance) Creates an immutable copy of aProgramEnvir.ProgramWrappervalue. -
Uses of Program in io.resys.hdes.client.spi.cache
Methods in io.resys.hdes.client.spi.cache that return ProgramModifier and TypeMethodDescriptionHdesClientEhCache.setProgram(Program program, AstBody.AstSource src) Methods in io.resys.hdes.client.spi.cache that return types with arguments of type ProgramMethods in io.resys.hdes.client.spi.cache with parameters of type ProgramModifier and TypeMethodDescriptionHdesClientEhCache.setProgram(Program program, AstBody.AstSource src)