Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | compile_file (self, idl_filename) |
def | generate_global (self) |
Public Member Functions inherited from dart_compiler.IdlCompiler | |
def | __init__ (self, output_directory, code_generator=None, interfaces_info=None, interfaces_info_filename='', only_if_changed=False) |
def | compile_and_write (self, idl_filename, output_filenames) |
def | generate_global_and_write (self, output_filenames) |
def | compile_file (self, idl_filename) |
Public Attributes | |
output_directory | |
code_generator | |
Public Attributes inherited from dart_compiler.IdlCompiler | |
code_generator | |
interfaces_info | |
only_if_changed | |
output_directory | |
reader | |
Definition at line 76 of file compiler.py.
def compiler.IdlCompilerDart.__init__ | ( | self, | |
* | output_directory, | ||
** | code_generator | ||
) |
Args: interfaces_info: interfaces_info dict (avoids auxiliary file in run-bindings-tests) interfaces_info_file: filename of pickled interfaces_info
Reimplemented from dart_compiler.IdlCompiler.
Definition at line 78 of file compiler.py.
def compiler.IdlCompilerDart.compile_file | ( | self, | |
idl_filename | |||
) |
Reimplemented from dart_compiler.IdlCompiler.
Definition at line 87 of file compiler.py.
def compiler.IdlCompilerDart.generate_global | ( | self | ) |
Definition at line 96 of file compiler.py.
compiler.IdlCompilerDart.code_generator |
Definition at line 84 of file compiler.py.
compiler.IdlCompilerDart.output_directory |
Definition at line 82 of file compiler.py.