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 | |
implementor | |
implemented | |
Public Attributes inherited from scripts.idlnode.IDLNode | |
id | |
ext_attrs | |
annotations | |
members | |
IDLNode specialization for 'IMPLEMENTOR implements IMPLEMENTED' declarations.
Definition at line 1166 of file idlnode.py.
def scripts.idlnode.IDLImplementsStatement.__init__ | ( | self, | |
ast | |||
) |
Initializes an IDLNode from a PegParser AST output.
Reimplemented from scripts.idlnode.IDLNode.
Definition at line 1169 of file idlnode.py.
scripts.idlnode.IDLImplementsStatement.implemented |
Definition at line 1174 of file idlnode.py.
scripts.idlnode.IDLImplementsStatement.implementor |
Definition at line 1172 of file idlnode.py.