ExecutableBinary
Contents
API Documentation: ExecutableBinary
A executable built from 1 or more native language.
Properties
Property | Description |
---|---|
Whether or not this binary can be built in the current environment. |
|
Returns a view of all the compile tasks that participate to compiling all the object files for this binary. |
|
Returns a provider for the task that links the object files into this binary. |
Methods
No methods.
Property Details
boolean buildable (read-only)
Whether or not this binary can be built in the current environment.
TaskView<dev.nokee.language.base.tasks.SourceCompile> compileTasks (read-only)
Returns a view of all the compile tasks that participate to compiling all the object files for this binary.
TaskProvider<LinkExecutable> linkTask (read-only)
Returns a provider for the task that links the object files into this binary.