diff -r 3fc8dfeb6ebe -r b99e7fd55fd3 src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.idlclbr.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.idlclbr.html Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,516 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.Utilities.ClassBrowsers.idlclbr</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.Utilities.ClassBrowsers.idlclbr</h1> + +<p> +Parse a CORBA IDL file and retrieve modules, interfaces, methods and +attributes. +</p> +<p> +Parse enough of a CORBA IDL file to recognize module, interface and method +definitions and to find out the superclasses of an interface as well as its +attributes. +</p> +<p> +It is based on the Python class browser found in this package. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>SUPPORTED_TYPES</td></tr><tr><td>_commentsub</td></tr><tr><td>_getnext</td></tr><tr><td>_modules</td></tr><tr><td>_normalize</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#Attribute">Attribute</a></td> +<td>Class to represent a CORBA IDL attribute.</td> +</tr> +<tr> +<td><a href="#Function">Function</a></td> +<td>Class to represent a CORBA IDL function.</td> +</tr> +<tr> +<td><a href="#Interface">Interface</a></td> +<td>Class to represent a CORBA IDL interface.</td> +</tr> +<tr> +<td><a href="#Module">Module</a></td> +<td>Class to represent a CORBA IDL module.</td> +</tr> +<tr> +<td><a href="#VisibilityMixin">VisibilityMixin</a></td> +<td>Mixin class implementing the notion of visibility.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> + +<tr> +<td><a href="#calculateEndline">calculateEndline</a></td> +<td>Function to calculate the end line.</td> +</tr> +<tr> +<td><a href="#calculateMethodEndline">calculateMethodEndline</a></td> +<td>Function to calculate the end line.</td> +</tr> +<tr> +<td><a href="#readmodule_ex">readmodule_ex</a></td> +<td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> +</tr> +<tr> +<td><a href="#scan">scan</a></td> +<td>Public method to scan the given source text.</td> +</tr> +</table> +<hr /> +<hr /> +<a NAME="Attribute" ID="Attribute"></a> +<h2>Attribute</h2> + +<p> + Class to represent a CORBA IDL attribute. +</p> +<h3>Derived from</h3> +ClbrBaseClasses.Attribute, VisibilityMixin +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#Attribute.__init__">Attribute</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="Attribute.__init__" ID="Attribute.__init__"></a> +<h4>Attribute (Constructor)</h4> +<b>Attribute</b>(<i>module, name, file, lineno</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>module</i> (str)</dt> +<dd> +name of the module containing this attribute +</dd> +<dt><i>name</i> (str)</dt> +<dd> +name of this attribute +</dd> +<dt><i>file</i> (str)</dt> +<dd> +filename containing this attribute +</dd> +<dt><i>lineno</i> (int)</dt> +<dd> +line number of the attribute definition +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="Function" ID="Function"></a> +<h2>Function</h2> + +<p> + Class to represent a CORBA IDL function. +</p> +<h3>Derived from</h3> +ClbrBaseClasses.Function, VisibilityMixin +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#Function.__init__">Function</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="Function.__init__" ID="Function.__init__"></a> +<h4>Function (Constructor)</h4> +<b>Function</b>(<i>module, name, file, lineno, signature='', separator=', '</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>module</i> (str)</dt> +<dd> +name of the module containing this function +</dd> +<dt><i>name</i> (str)</dt> +<dd> +name of this function +</dd> +<dt><i>file</i> (str)</dt> +<dd> +filename containing this function +</dd> +<dt><i>lineno</i> (int)</dt> +<dd> +line number of the function definition +</dd> +<dt><i>signature</i> (str)</dt> +<dd> +parameter list of the function +</dd> +<dt><i>separator</i> (str)</dt> +<dd> +string separating the parameters +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="Interface" ID="Interface"></a> +<h2>Interface</h2> + +<p> + Class to represent a CORBA IDL interface. +</p> +<h3>Derived from</h3> +ClbrBaseClasses.Class, VisibilityMixin +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#Interface.__init__">Interface</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="Interface.__init__" ID="Interface.__init__"></a> +<h4>Interface (Constructor)</h4> +<b>Interface</b>(<i>module, name, superClasses, file, lineno</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>module</i> (str)</dt> +<dd> +name of the module containing this interface +</dd> +<dt><i>name</i> (str)</dt> +<dd> +name of this interface +</dd> +<dt><i>superClasses</i> (list of str)</dt> +<dd> +list of interface names this interface is + inherited from +</dd> +<dt><i>file</i> (str)</dt> +<dd> +filename containing this interface +</dd> +<dt><i>lineno</i> (int)</dt> +<dd> +line number of the interface definition +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="Module" ID="Module"></a> +<h2>Module</h2> + +<p> + Class to represent a CORBA IDL module. +</p> +<h3>Derived from</h3> +ClbrBaseClasses.Module, VisibilityMixin +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#Module.__init__">Module</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="Module.__init__" ID="Module.__init__"></a> +<h4>Module (Constructor)</h4> +<b>Module</b>(<i>module, name, file, lineno</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>module</i> (str)</dt> +<dd> +name of the module containing this module +</dd> +<dt><i>name</i> (str)</dt> +<dd> +name of this module +</dd> +<dt><i>file</i> (str)</dt> +<dd> +filename containing this module +</dd> +<dt><i>lineno</i> (int)</dt> +<dd> +line number of the module definition +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="VisibilityMixin" ID="VisibilityMixin"></a> +<h2>VisibilityMixin</h2> + +<p> + Mixin class implementing the notion of visibility. +</p> +<h3>Derived from</h3> +ClbrBaseClasses.ClbrVisibilityMixinBase +<h3>Class Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> + +<tr> +<td><a href="#VisibilityMixin.__init__">VisibilityMixin</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="VisibilityMixin.__init__" ID="VisibilityMixin.__init__"></a> +<h4>VisibilityMixin (Constructor)</h4> +<b>VisibilityMixin</b>(<i></i>) + +<p> + Constructor +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="calculateEndline" ID="calculateEndline"></a> +<h2>calculateEndline</h2> +<b>calculateEndline</b>(<i>lineno, lines</i>) + +<p> + Function to calculate the end line. +</p> +<dl> + +<dt><i>lineno</i> (int)</dt> +<dd> +line number to start at (one based) +</dd> +<dt><i>lines</i> (list of str)</dt> +<dd> +list of source lines +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +end line (one based) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="calculateMethodEndline" ID="calculateMethodEndline"></a> +<h2>calculateMethodEndline</h2> +<b>calculateMethodEndline</b>(<i>lineno, lines</i>) + +<p> + Function to calculate the end line. +</p> +<dl> + +<dt><i>lineno</i> (int)</dt> +<dd> +line number to start at (one based) +</dd> +<dt><i>lines</i> (list of str)</dt> +<dd> +list of source lines +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +end line (one based) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="readmodule_ex" ID="readmodule_ex"></a> +<h2>readmodule_ex</h2> +<b>readmodule_ex</b>(<i>module, path=None</i>) + +<p> + Read a CORBA IDL file and return a dictionary of classes, functions and + modules. +</p> +<dl> + +<dt><i>module</i> (str)</dt> +<dd> +name of the CORBA IDL file +</dd> +<dt><i>path</i> (list of str)</dt> +<dd> +path the file should be searched in +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +the resulting dictionary +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="scan" ID="scan"></a> +<h2>scan</h2> +<b>scan</b>(<i>src, file, module</i>) + +<p> + Public method to scan the given source text. +</p> +<dl> + +<dt><i>src</i> (str)</dt> +<dd> +source text to be scanned +</dd> +<dt><i>file</i> (str)</dt> +<dd> +file name associated with the source text +</dd> +<dt><i>module</i> (str)</dt> +<dd> +module name associated with the source text +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +dictionary containing the extracted data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file