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

changeset 6942
2602857055c5
parent 5977
8a0ec75b0f73
child 7273
391d6b7b1eff
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
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>JavaScript</li>
32 <li>ProtoBuf</li>
33 <li>Python 2</li>
34 <li>Python 3</li>
35 <li>Ruby</li>
36 </ul>
37 </p>
38
39
40 <h3>Modules</h3>
41 <table>
42 <tr>
43 <td><a href="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td>
44 <td>Module implementing base classes used by the various class browsers.</td>
45 </tr><tr>
46 <td><a href="eric6.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td>
47 <td>Package implementing class browsers for various languages.</td>
48 </tr><tr>
49 <td><a href="eric6.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td>
50 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td>
51 </tr><tr>
52 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td>
53 <td>Parse a JavaScript file and retrieve variables and functions.</td>
54 </tr><tr>
55 <td><a href="eric6.Utilities.ClassBrowsers.protoclbr.html">protoclbr</a></td>
56 <td>Parse a ProtoBuf protocol file and retrieve messages, enums, services and rpc methods.</td>
57 </tr><tr>
58 <td><a href="eric6.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td>
59 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td>
60 </tr><tr>
61 <td><a href="eric6.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td>
62 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td>
63 </tr>
64 </table>
65 </body></html>

eric ide

mercurial