Uses of Interface
io.resys.hdes.client.api.ast.AstBody.AstSource
Packages that use AstBody.AstSource
Package
Description
-
Uses of AstBody.AstSource in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return AstBody.AstSourceModifier and TypeMethodDescriptionHdesCache.CacheEntry.getSource()HdesComposer.ComposerEntity.getSource()ImmutableCacheEntry.getSource()ImmutableComposerEntity.getSource()Methods in io.resys.hdes.client.api that return types with arguments of type AstBody.AstSourceModifier and TypeMethodDescriptionHdesComposer.StoreDump.getValue()com.google.common.collect.ImmutableList<AstBody.AstSource>ImmutableStoreDump.getValue()Methods in io.resys.hdes.client.api with parameters of type AstBody.AstSourceModifier and TypeMethodDescriptionImmutableStoreDump.Builder.addValue(AstBody.AstSource element) Adds one element tovaluelist.ImmutableStoreDump.Builder.addValue(AstBody.AstSource... elements) Adds elements tovaluelist.HdesCache.getAst(AstBody.AstSource src) HdesCache.getProgram(AstBody.AstSource src) HdesCache.setAst(AstBody wrapper, AstBody.AstSource src) HdesCache.setProgram(Program program, AstBody.AstSource src) ImmutableCacheEntry.Builder.source(AstBody.AstSource source) Initializes the value for thesourceattribute.final ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder.source(AstBody.AstSource source) Initializes the value for thesourceattribute.final ImmutableCacheEntryImmutableCacheEntry.withSource(AstBody.AstSource value) Copy the current immutable object by setting a value for thesourceattribute.final ImmutableComposerEntity<A>ImmutableComposerEntity.withSource(AstBody.AstSource value) Copy the current immutable object by setting a value for thesourceattribute.final ImmutableStoreDumpImmutableStoreDump.withValue(AstBody.AstSource... elements) Copy the current immutable object with elements that replace the content ofvalue.Method parameters in io.resys.hdes.client.api with type arguments of type AstBody.AstSourceModifier and TypeMethodDescriptionImmutableStoreDump.Builder.addAllValue(Iterable<? extends AstBody.AstSource> elements) Adds elements tovaluelist.ImmutableStoreDump.Builder.value(Iterable<? extends AstBody.AstSource> elements) Sets or replaces all elements forvaluelist.final ImmutableStoreDumpImmutableStoreDump.withValue(Iterable<? extends AstBody.AstSource> elements) Copy the current immutable object with elements that replace the content ofvalue. -
Uses of AstBody.AstSource in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstBody.AstSourceMethods in io.resys.hdes.client.api.ast with parameters of type AstBody.AstSourceModifier and TypeMethodDescriptionstatic ImmutableAstSourceImmutableAstSource.copyOf(AstBody.AstSource instance) Creates an immutable copy of aAstBody.AstSourcevalue.ImmutableAstSource.Builder.from(AstBody.AstSource instance) Fill a builder with attribute values from the providedAstSourceinstance. -
Uses of AstBody.AstSource in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return AstBody.AstSourceModifier and TypeMethodDescriptionImmutableProgramWrapper.getSource()ProgramEnvir.ProgramWrapper.getSource()Methods in io.resys.hdes.client.api.programs with parameters of type AstBody.AstSourceModifier and TypeMethodDescriptionfinal ImmutableProgramWrapper.Builder<A,P> ImmutableProgramWrapper.Builder.source(AstBody.AstSource source) Initializes the value for thesourceattribute.final ImmutableProgramWrapper<A,P> ImmutableProgramWrapper.withSource(AstBody.AstSource value) Copy the current immutable object by setting a value for thesourceattribute. -
Uses of AstBody.AstSource in io.resys.hdes.client.spi.cache
Methods in io.resys.hdes.client.spi.cache with parameters of type AstBody.AstSourceModifier and TypeMethodDescriptionHdesClientEhCache.getAst(AstBody.AstSource src) HdesClientEhCache.getProgram(AstBody.AstSource src) HdesClientEhCache.setAst(AstBody ast, AstBody.AstSource src) HdesClientEhCache.setProgram(Program program, AstBody.AstSource src) -
Uses of AstBody.AstSource in io.resys.hdes.client.spi.envir
Methods in io.resys.hdes.client.spi.envir with parameters of type AstBody.AstSourceModifier and TypeMethodDescriptionProgramEnvirFactory.add(AstBody.AstSource entity, boolean cachless)