@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class HaskellBinaryDescriptionArg extends Object
HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg.
Use the builder to create immutable instances:
HaskellBinaryDescriptionArg.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
HaskellBinaryDescriptionArg.Builder
Builds instances of type
HaskellBinaryDescriptionArg. |
DEFAULT_TARGET_PLATFORM_PARAM_NAME| Modifier and Type | Method and Description |
|---|---|
static HaskellBinaryDescriptionArg.Builder |
builder()
Creates a builder for
HaskellBinaryDescriptionArg. |
boolean |
equals(Object another)
This instance is equal to all instances of
HaskellBinaryDescriptionArg that have equal attribute values. |
com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> |
getCompatibleWith()
A list of
config_setting a target is compatible with. |
com.google.common.collect.ImmutableList<String> |
getCompilerFlags() |
Optional<UnconfiguredBuildTarget> |
getDefaultTargetPlatform()
The name of build target default "new" platform: it is used when a platform is not specified
either globally or in a target which used this target as a dependency.
|
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getDeps() |
Optional<Query> |
getDepsQuery() |
PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> |
getGhciPlatformPreloadDeps() |
com.google.common.collect.ImmutableSortedSet<BuildTarget> |
getGhciPreloadDeps() |
com.google.common.collect.ImmutableSortedSet<String> |
getLabels() |
com.google.common.collect.ImmutableSet<SourcePath> |
getLicenses() |
boolean |
getLinkDepsQueryWhole() |
com.google.common.collect.ImmutableList<StringWithMacros> |
getLinkerFlags() |
Optional<Linker.LinkableDepType> |
getLinkStyle() |
Optional<String> |
getMain() |
String |
getName()
Each rule has a name
|
Optional<Flavor> |
getPlatform() |
PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> |
getPlatformDeps() |
SourceSortedSet |
getSrcs() |
int |
hashCode()
Computes a hash code from attributes:
srcs, compilerFlags, linkerFlags, platformDeps, linkDepsQueryWhole, main, linkStyle, platform, enableProfiling, ghciPreloadDeps, ghciPlatformPreloadDeps, compatibleWith, defaultTargetPlatform, labels, licenses, name, depsQuery, deps. |
boolean |
isEnableProfiling() |
String |
toString()
Prints the immutable value
HaskellBinaryDescriptionArg with attribute values. |
default HaskellBinaryDescriptionArg |
withDepsQuery(Query query) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitlabelsContainsAnyOfpublic SourceSortedSet getSrcs()
srcs attributepublic com.google.common.collect.ImmutableList<String> getCompilerFlags()
compilerFlags attributepublic com.google.common.collect.ImmutableList<StringWithMacros> getLinkerFlags()
linkerFlags attributepublic PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> getPlatformDeps()
platformDeps attributepublic boolean getLinkDepsQueryWhole()
linkDepsQueryWhole attributepublic Optional<Linker.LinkableDepType> getLinkStyle()
linkStyle attributepublic boolean isEnableProfiling()
enableProfiling attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getGhciPreloadDeps()
ghciPreloadDeps attributepublic PatternMatchedCollection<com.google.common.collect.ImmutableSortedSet<BuildTarget>> getGhciPlatformPreloadDeps()
ghciPlatformPreloadDeps attributepublic com.google.common.collect.ImmutableList<UnconfiguredBuildTarget> getCompatibleWith()
BuildRuleArgconfig_setting a target is compatible with.compatibleWith attributepublic Optional<UnconfiguredBuildTarget> getDefaultTargetPlatform()
BuildRuleArgThe value is a build target, but we specify it as string, because this function is not actually called, but the attr is fetched by name from the raw (unconfigured) target node.
defaultTargetPlatform attributepublic com.google.common.collect.ImmutableSortedSet<String> getLabels()
labels attributepublic com.google.common.collect.ImmutableSet<SourcePath> getLicenses()
licenses attributepublic String getName()
ConstructorArgname attributepublic com.google.common.collect.ImmutableSortedSet<BuildTarget> getDeps()
deps attributepublic boolean equals(@Nullable Object another)
HaskellBinaryDescriptionArg that have equal attribute values.public int hashCode()
srcs, compilerFlags, linkerFlags, platformDeps, linkDepsQueryWhole, main, linkStyle, platform, enableProfiling, ghciPreloadDeps, ghciPlatformPreloadDeps, compatibleWith, defaultTargetPlatform, labels, licenses, name, depsQuery, deps.public String toString()
HaskellBinaryDescriptionArg with attribute values.public static HaskellBinaryDescriptionArg.Builder builder()
HaskellBinaryDescriptionArg.public HaskellBinaryDescriptionArg withDepsQuery(Query query)
withDepsQuery in interface HasDepsQuery