|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric4.Utilities.ClassBrowsers</title> |
|
6 <style> |
|
7 body { |
|
8 background:white; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #4FA4FF; } |
|
14 h2 { color: white; background: #4FA4FF; } |
|
15 h3 { color: white; background: #00557F; } |
|
16 h4 { color: white; background: #00557F; } |
|
17 |
|
18 a { color: #AA5500; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body> |
|
23 <h1>eric4.Utilities.ClassBrowsers</h1> |
|
24 <p> |
|
25 Package implementing class browsers for various languages. |
|
26 </p><p> |
|
27 Currently it offers class browser support for the following |
|
28 programming languages. |
|
29 </p><p> |
|
30 <ul> |
|
31 <li>CORBA IDL</li> |
|
32 <li>Python</li> |
|
33 <li>Ruby</li> |
|
34 </ul> |
|
35 </p> |
|
36 |
|
37 |
|
38 <h3>Modules</h3> |
|
39 <table> |
|
40 <tr> |
|
41 <td><a href="eric4.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td> |
|
42 <td>Module implementing base classes used by the various class browsers.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric4.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td> |
|
45 <td>Package implementing class browsers for various languages.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric4.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td> |
|
48 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td> |
|
49 </tr><tr> |
|
50 <td><a href="eric4.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td> |
|
51 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td> |
|
52 </tr><tr> |
|
53 <td><a href="eric4.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td> |
|
54 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td> |
|
55 </tr> |
|
56 </table> |
|
57 </body></html> |