|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Utilities.ClassBrowsers</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.Utilities.ClassBrowsers</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing class browsers for various languages. |
|
12 </p> |
|
13 <p> |
|
14 Currently it offers class browser support for the following |
|
15 programming languages. |
|
16 </p> |
|
17 <p> |
|
18 <ul> |
|
19 <li>CORBA IDL</li> |
|
20 <li>JavaScript</li> |
|
21 <li>ProtoBuf</li> |
|
22 <li>Python 3</li> |
|
23 <li>Ruby</li> |
|
24 </ul> |
|
25 </p> |
|
26 |
|
27 |
|
28 <h3>Modules</h3> |
|
29 <table> |
|
30 |
|
31 <tr> |
|
32 <td><a href="eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td> |
|
33 <td>Module implementing base classes used by the various class browsers.</td> |
|
34 </tr> |
|
35 <tr> |
|
36 <td><a href="eric7.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td> |
|
37 <td>Package implementing class browsers for various languages.</td> |
|
38 </tr> |
|
39 <tr> |
|
40 <td><a href="eric7.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td> |
|
41 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td> |
|
42 </tr> |
|
43 <tr> |
|
44 <td><a href="eric7.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td> |
|
45 <td>Parse a JavaScript file and retrieve variables and functions.</td> |
|
46 </tr> |
|
47 <tr> |
|
48 <td><a href="eric7.Utilities.ClassBrowsers.protoclbr.html">protoclbr</a></td> |
|
49 <td>Parse a ProtoBuf protocol file and retrieve messages, enums, services and rpc methods.</td> |
|
50 </tr> |
|
51 <tr> |
|
52 <td><a href="eric7.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td> |
|
53 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td> |
|
54 </tr> |
|
55 <tr> |
|
56 <td><a href="eric7.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td> |
|
57 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td> |
|
58 </tr> |
|
59 </table> |
|
60 </body></html> |