|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.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>eric7.Utilities.ClassBrowsers</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing class browsers for various languages. |
|
26 </p> |
|
27 <p> |
|
28 Currently it offers class browser support for the following |
|
29 programming languages. |
|
30 </p> |
|
31 <p> |
|
32 <ul> |
|
33 <li>CORBA IDL</li> |
|
34 <li>JavaScript</li> |
|
35 <li>ProtoBuf</li> |
|
36 <li>Python 3</li> |
|
37 <li>Ruby</li> |
|
38 </ul> |
|
39 </p> |
|
40 |
|
41 |
|
42 <h3>Modules</h3> |
|
43 <table> |
|
44 |
|
45 <tr> |
|
46 <td><a href="eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td> |
|
47 <td>Module implementing base classes used by the various class browsers.</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td><a href="eric7.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td> |
|
51 <td>Package implementing class browsers for various languages.</td> |
|
52 </tr> |
|
53 <tr> |
|
54 <td><a href="eric7.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td> |
|
55 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="eric7.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td> |
|
59 <td>Parse a JavaScript file and retrieve variables and functions.</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="eric7.Utilities.ClassBrowsers.protoclbr.html">protoclbr</a></td> |
|
63 <td>Parse a ProtoBuf protocol file and retrieve messages, enums, services and rpc methods.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="eric7.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td> |
|
67 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="eric7.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td> |
|
71 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td> |
|
72 </tr> |
|
73 </table> |
|
74 </body></html> |