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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7641
21ea4fd50b0a
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body> 21 <body>
22 <h1>eric6.Utilities.ClassBrowsers</h1> 22 <h1>eric6.Utilities.ClassBrowsers</h1>
23
23 <p> 24 <p>
24 Package implementing class browsers for various languages. 25 Package implementing class browsers for various languages.
25 </p><p> 26 </p>
27 <p>
26 Currently it offers class browser support for the following 28 Currently it offers class browser support for the following
27 programming languages. 29 programming languages.
28 </p><p> 30 </p>
31 <p>
29 <ul> 32 <ul>
30 <li>CORBA IDL</li> 33 <li>CORBA IDL</li>
31 <li>JavaScript</li> 34 <li>JavaScript</li>
32 <li>ProtoBuf</li> 35 <li>ProtoBuf</li>
33 <li>Python 2</li> 36 <li>Python 2</li>
37 </p> 40 </p>
38 41
39 42
40 <h3>Modules</h3> 43 <h3>Modules</h3>
41 <table> 44 <table>
45
42 <tr> 46 <tr>
43 <td><a href="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td> 47 <td><a href="eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html">ClbrBaseClasses</a></td>
44 <td>Module implementing base classes used by the various class browsers.</td> 48 <td>Module implementing base classes used by the various class browsers.</td>
45 </tr><tr> 49 </tr>
50 <tr>
46 <td><a href="eric6.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td> 51 <td><a href="eric6.Utilities.ClassBrowsers.__init__.html">ClassBrowsers</a></td>
47 <td>Package implementing class browsers for various languages.</td> 52 <td>Package implementing class browsers for various languages.</td>
48 </tr><tr> 53 </tr>
54 <tr>
49 <td><a href="eric6.Utilities.ClassBrowsers.idlclbr.html">idlclbr</a></td> 55 <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> 56 <td>Parse a CORBA IDL file and retrieve modules, interfaces, methods and attributes.</td>
51 </tr><tr> 57 </tr>
58 <tr>
52 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td> 59 <td><a href="eric6.Utilities.ClassBrowsers.jsclbr.html">jsclbr</a></td>
53 <td>Parse a JavaScript file and retrieve variables and functions.</td> 60 <td>Parse a JavaScript file and retrieve variables and functions.</td>
54 </tr><tr> 61 </tr>
62 <tr>
55 <td><a href="eric6.Utilities.ClassBrowsers.protoclbr.html">protoclbr</a></td> 63 <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> 64 <td>Parse a ProtoBuf protocol file and retrieve messages, enums, services and rpc methods.</td>
57 </tr><tr> 65 </tr>
66 <tr>
58 <td><a href="eric6.Utilities.ClassBrowsers.pyclbr.html">pyclbr</a></td> 67 <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> 68 <td>Parse a Python file and retrieve classes, functions/methods and attributes.</td>
60 </tr><tr> 69 </tr>
70 <tr>
61 <td><a href="eric6.Utilities.ClassBrowsers.rbclbr.html">rbclbr</a></td> 71 <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> 72 <td>Parse a Ruby file and retrieve classes, modules, methods and attributes.</td>
63 </tr> 73 </tr>
64 </table> 74 </table>
65 </body></html> 75 </body></html>

eric ide

mercurial