func init // defines instance this.instance = sys.get_undef_manager('Method') // defines type this.type = sys.get_manager_prop('Method', 'Type') if(this.type == '') this.type = 'void' end this.typecode = sys.type_code(this.type) // defines types if(this.numdatas) this.types = sys.get_manager_prop('Method', 'Types') end // defines comments if(not isdef("Comment")) this.arr = this.props("Comment").value end end func doMethod(data) if(this.arr.size()) for(i=0; i