Package wafadmin :: Package Tools :: Module vala :: Class valac_task
[hide private]
[frames] | no frames]

Class valac_task

source code

   object --+        
            |        
Task.TaskBase --+    
                |    
        Task.Task --+
                    |
                   valac_task

Nested Classes [hide private]

Inherited from Task.TaskBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_str(self) source code
 
run(self)
called if the task must run
source code

Inherited from Task.Task: __repr__, __str__, add_file_dependency, can_retrieve_cache, compute_sig_implicit_deps, debug_why, post_run, runnable_status, set_inputs, set_outputs, set_run_after, sig_explicit_deps, sig_implicit_deps, sig_vars, signature, unique_id

Inherited from Task.TaskBase: attr, call_run, display, format_error, hash_constraints, install

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  before = "cc", "cxx"

Inherited from Task.Task: scan, vars

Inherited from Task.TaskBase: classes, color, maxjobs, stat

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

run(self)

source code 

called if the task must run

Overrides: Task.TaskBase.run
(inherited documentation)