118 <tr> |
118 <tr> |
119 <td><a href="#SecurityContext.getOffsetForCallArg">getOffsetForCallArg</a></td> |
119 <td><a href="#SecurityContext.getOffsetForCallArg">getOffsetForCallArg</a></td> |
120 <td>Public method to get the offset for a specific named argument.</td> |
120 <td>Public method to get the offset for a specific named argument.</td> |
121 </tr> |
121 </tr> |
122 <tr> |
122 <tr> |
|
123 <td><a href="#SecurityContext.importAliases">importAliases</a></td> |
|
124 <td>Public method to get the list of import aliases.</td> |
|
125 </tr> |
|
126 <tr> |
123 <td><a href="#SecurityContext.isModuleBeingImported">isModuleBeingImported</a></td> |
127 <td><a href="#SecurityContext.isModuleBeingImported">isModuleBeingImported</a></td> |
124 <td>Public method to check for the given module is currently being imported.</td> |
128 <td>Public method to check for the given module is currently being imported.</td> |
125 </tr> |
129 </tr> |
126 <tr> |
130 <tr> |
127 <td><a href="#SecurityContext.isModuleImportedExact">isModuleImportedExact</a></td> |
131 <td><a href="#SecurityContext.isModuleImportedExact">isModuleImportedExact</a></td> |
527 <dt>Return Type:</dt> |
531 <dt>Return Type:</dt> |
528 <dd> |
532 <dd> |
529 int |
533 int |
530 </dd> |
534 </dd> |
531 </dl> |
535 </dl> |
|
536 <a NAME="SecurityContext.importAliases" ID="SecurityContext.importAliases"></a> |
|
537 <h4>SecurityContext.importAliases</h4> |
|
538 <b>importAliases</b>(<i></i>) |
|
539 <p> |
|
540 Public method to get the list of import aliases. |
|
541 </p> |
|
542 |
|
543 <dl> |
|
544 <dt>Return:</dt> |
|
545 <dd> |
|
546 list of import aliases |
|
547 </dd> |
|
548 </dl> |
|
549 <dl> |
|
550 <dt>Return Type:</dt> |
|
551 <dd> |
|
552 list of str |
|
553 </dd> |
|
554 </dl> |
532 <a NAME="SecurityContext.isModuleBeingImported" ID="SecurityContext.isModuleBeingImported"></a> |
555 <a NAME="SecurityContext.isModuleBeingImported" ID="SecurityContext.isModuleBeingImported"></a> |
533 <h4>SecurityContext.isModuleBeingImported</h4> |
556 <h4>SecurityContext.isModuleBeingImported</h4> |
534 <b>isModuleBeingImported</b>(<i>module</i>) |
557 <b>isModuleBeingImported</b>(<i>module</i>) |
535 <p> |
558 <p> |
536 Public method to check for the given module is currently being |
559 Public method to check for the given module is currently being |