148 <td><a href="#SecurityContext.statement">statement</a></td> |
148 <td><a href="#SecurityContext.statement">statement</a></td> |
149 <td>Public method to get the raw AST for the current statement.</td> |
149 <td>Public method to get the raw AST for the current statement.</td> |
150 </tr> |
150 </tr> |
151 <tr> |
151 <tr> |
152 <td><a href="#SecurityContext.stringVal">stringVal</a></td> |
152 <td><a href="#SecurityContext.stringVal">stringVal</a></td> |
153 <td>Public method to get the value of a standalone unicode or string object.</td> |
153 <td>Public method to get the value of a standalone string object.</td> |
154 </tr> |
154 </tr> |
155 <tr> |
155 <tr> |
156 <td><a href="#SecurityContext.stringValAsEscapedBytes">stringValAsEscapedBytes</a></td> |
156 <td><a href="#SecurityContext.stringValAsEscapedBytes">stringValAsEscapedBytes</a></td> |
157 <td>Public method to get the escaped value of the object.</td> |
157 <td>Public method to get the escaped value of the object.</td> |
158 </tr> |
158 </tr> |
621 <a NAME="SecurityContext.stringVal" ID="SecurityContext.stringVal"></a> |
621 <a NAME="SecurityContext.stringVal" ID="SecurityContext.stringVal"></a> |
622 <h4>SecurityContext.stringVal</h4> |
622 <h4>SecurityContext.stringVal</h4> |
623 <b>stringVal</b>(<i></i>) |
623 <b>stringVal</b>(<i></i>) |
624 |
624 |
625 <p> |
625 <p> |
626 Public method to get the value of a standalone unicode or string |
626 Public method to get the value of a standalone string object. |
627 object. |
627 </p> |
628 </p> |
628 <dl> |
629 <dl> |
629 <dt>Returns:</dt> |
630 <dt>Returns:</dt> |
630 <dd> |
631 <dd> |
631 value of a standalone string object |
632 value of a standalone unicode or string object |
|
633 </dd> |
632 </dd> |
634 </dl> |
633 </dl> |
635 <dl> |
634 <dl> |
636 <dt>Return Type:</dt> |
635 <dt>Return Type:</dt> |
637 <dd> |
636 <dd> |