Documentation/Source/index-eric6.Utilities.ClassBrowsers.html

changeset 3673
e26d7d0c1088
child 5977
8a0ec75b0f73
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Utilities.ClassBrowsers</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <h1>eric6.Utilities.ClassBrowsers</h1>
23 <p>
24 Package implementing class browsers for various languages.
25 </p><p>
26 Currently it offers class browser support for the following
27 programming languages.
28 </p><p>
29 <ul>
30 <li>CORBA IDL</li>
31 <li>Python</li>
32 <li>Ruby</li>
33 </ul>
34 </p>
35
36
37 <h3>Modules</h3>
38 <table>
39 <tr>
40 <td><a href="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td>
41 <td>Module implementing base classes used by the various class browsers.</td>
42 </tr><tr>
43 <td><a href="eric6.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td>
44 <td>Package implementing class browsers for various languages.</td>
45 </tr><tr>
46 <td><a href="eric6.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td>
47 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td>
48 </tr><tr>
49 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td>
50 <td>Parse a JavaScript file and retrieve variables and functions.</td>
51 </tr><tr>
52 <td><a href="eric6.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td>
53 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td>
54 </tr><tr>
55 <td><a href="eric6.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td>
56 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td>
57 </tr>
58 </table>
59 </body></html>

eric ide

mercurial