70 |
70 |
71 <tr> |
71 <tr> |
72 <td><a href="#readmodule_ex">readmodule_ex</a></td> |
72 <td><a href="#readmodule_ex">readmodule_ex</a></td> |
73 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> |
73 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> |
74 </tr> |
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#scan">scan</a></td> |
|
77 <td>Public method to scan the given source text.</td> |
|
78 </tr> |
75 </table> |
79 </table> |
76 <hr /> |
80 <hr /> |
77 <hr /> |
81 <hr /> |
78 <a NAME="Attribute" ID="Attribute"></a> |
82 <a NAME="Attribute" ID="Attribute"></a> |
79 <h2>Attribute</h2> |
83 <h2>Attribute</h2> |
410 dict |
414 dict |
411 </dd> |
415 </dd> |
412 </dl> |
416 </dl> |
413 <div align="right"><a href="#top">Up</a></div> |
417 <div align="right"><a href="#top">Up</a></div> |
414 <hr /> |
418 <hr /> |
|
419 <hr /> |
|
420 <a NAME="scan" ID="scan"></a> |
|
421 <h2>scan</h2> |
|
422 <b>scan</b>(<i>src, file, module</i>) |
|
423 |
|
424 <p> |
|
425 Public method to scan the given source text. |
|
426 </p> |
|
427 <dl> |
|
428 |
|
429 <dt><i>src</i> (str)</dt> |
|
430 <dd> |
|
431 source text to be scanned |
|
432 </dd> |
|
433 <dt><i>file</i> (str)</dt> |
|
434 <dd> |
|
435 file name associated with the source text |
|
436 </dd> |
|
437 <dt><i>module</i> (str)</dt> |
|
438 <dd> |
|
439 module name associated with the source text |
|
440 </dd> |
|
441 </dl> |
|
442 <dl> |
|
443 <dt>Returns:</dt> |
|
444 <dd> |
|
445 dictionary containing the extracted data |
|
446 </dd> |
|
447 </dl> |
|
448 <dl> |
|
449 <dt>Return Type:</dt> |
|
450 <dd> |
|
451 dict |
|
452 </dd> |
|
453 </dl> |
|
454 <div align="right"><a href="#top">Up</a></div> |
|
455 <hr /> |
415 </body></html> |
456 </body></html> |