Uses of Interface
io.resys.hdes.client.api.ast.AstBody
Packages that use AstBody
Package
Description
-
Uses of AstBody in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api with type parameters of type AstBodyModifier and TypeInterfaceDescriptionstatic interfaceHdesComposer.ComposerEntity<A extends AstBody>final classImmutableComposerEntity<A extends AstBody>Immutable implementation ofHdesComposer.ComposerEntity.static final classImmutableComposerEntity.Builder<A extends AstBody>Builds instances of typeImmutableComposerEntity.Methods in io.resys.hdes.client.api with type parameters of type AstBodyModifier and TypeMethodDescriptionstatic <A extends AstBody>
ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.builder()Creates a builder forImmutableComposerEntity.static <A extends AstBody>
ImmutableComposerEntity<A>ImmutableComposerEntity.copyOf(HdesComposer.ComposerEntity<A> instance) Creates an immutable copy of aHdesComposer.ComposerEntityvalue.Methods in io.resys.hdes.client.api that return AstBodyModifier and TypeMethodDescriptionHdesCache.CacheEntry.getAst()ImmutableCacheEntry.getAst()HdesCache.setAst(AstBody wrapper, AstBody.AstSource src) Methods in io.resys.hdes.client.api that return types with arguments of type AstBodyMethods in io.resys.hdes.client.api with parameters of type AstBodyModifier and TypeMethodDescriptionInitializes the value for theastattribute.HdesCache.setAst(AstBody wrapper, AstBody.AstSource src) final ImmutableCacheEntryCopy the current immutable object by setting a value for theastattribute. -
Uses of AstBody in io.resys.hdes.client.api.ast
Subinterfaces of AstBody in io.resys.hdes.client.api.astModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in io.resys.hdes.client.api.ast that implement AstBodyModifier and TypeClassDescriptionfinal classImmutable implementation ofAstBranch.final classImmutable implementation ofAstDecision.final classImmutable implementation ofAstFlow.final classImmutable implementation ofAstService.final classImmutable implementation ofAstTag.Methods in io.resys.hdes.client.api.ast with parameters of type AstBodyModifier and TypeMethodDescriptionFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.final ImmutableAstFlow.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.final ImmutableAstTag.BuilderFill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance. -
Uses of AstBody in io.resys.hdes.client.api.programs
Classes in io.resys.hdes.client.api.programs with type parameters of type AstBodyModifier 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> Methods in io.resys.hdes.client.api.programs with type parameters of type AstBodyModifier 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 AstBody in io.resys.hdes.client.spi.cache
Methods in io.resys.hdes.client.spi.cache that return AstBodyMethods in io.resys.hdes.client.spi.cache that return types with arguments of type AstBodyMethods in io.resys.hdes.client.spi.cache with parameters of type AstBody