Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, ast) |
Public Member Functions inherited from scripts.idlnode.IDLNode | |
def | __init__ (self, ast, id=None) |
def | __repr__ (self) |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | reset_id (self, newId) |
def | all (self, type_filter=None) |
def | to_dict (self) |
def | to_hash (self) |
Public Attributes | |
type | |
Public Attributes inherited from scripts.idlnode.IDLNode | |
id | |
ext_attrs | |
annotations | |
members | |
IDLNode for 'callback [type] [id]' declarations.
Definition at line 778 of file idlnode.py.
def scripts.idlnode.IDLCallbackFunction.__init__ | ( | self, | |
ast | |||
) |
Initializes an IDLNode from a PegParser AST output.
Reimplemented from scripts.idlnode.IDLNode.
Definition at line 781 of file idlnode.py.
scripts.idlnode.IDLCallbackFunction.type |
Definition at line 784 of file idlnode.py.