~james-page/ubuntu/natty/rhino/fix-304702

« back to all changes in this revision

Viewing changes to javadoc/org/mozilla/javascript/Scriptable.html

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan, Marcus Better, Matthias Klose, Damien Raude-Morvan
  • Date: 2009-04-13 02:40:15 UTC
  • mfrom: (11.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090413024015-i21xnoehukpipbcw
Tags: 1.7R2-1
[ Marcus Better ]
* Updated package descriptions.

[ Matthias Klose ]
* (Build-)depend on default-jre-headless/-jdk.
* Drop alternate dependencies on java2-runtime-headless and
  java2-runtime-headless. The binary package is currently built to
  require a java5 runtime.

[ Damien Raude-Morvan ]
* New upstream release.
  - new 02_exclude-jdk15 patch to exclude already compiled classes
    for jdk15 rebuild: gcj doesn't handle compiling classes already
    on its classpath
  - new "rhino-debugger" launcher for Rhino Debugger Swing UI
  - update "rhino" launcher to exclude OpenJDK bundled rhino (Closes: #512498)
* debian/{postinst,prerm }: scripts should take care of errors,
  add set -e before any instruction
* debian/rules: add new get-orig-source target using uscan
* debian/control:
  - Build-Depends on specialized default-jdk-builddep instead of
  default-jdk
  - Bump Standards-Version to 3.8.1: Wrap Uploaders field
  - add Depends on ${misc:Depends}

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.6.0) on Thu Mar 06 17:19:15 EST 2008 -->
 
5
<!-- Generated by javadoc (build 1.6.0_11) on Sun Mar 22 14:32:31 EDT 2009 -->
6
6
<TITLE>
7
7
Scriptable (Rhino)
8
8
</TITLE>
9
9
 
10
 
<META NAME="date" CONTENT="2008-03-06">
 
10
<META NAME="date" CONTENT="2009-03-22">
11
11
 
12
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
13
 
195
195
<TR BGCOLOR="white" CLASS="TableRowColor">
196
196
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197
197
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
198
 
<TD><CODE><B><A HREF="../../../org/mozilla/javascript/Scriptable.html#getDefaultValue(java.lang.Class)">getDefaultValue</A></B>(java.lang.Class&nbsp;hint)</CODE>
 
198
<TD><CODE><B><A HREF="../../../org/mozilla/javascript/Scriptable.html#getDefaultValue(java.lang.Class)">getDefaultValue</A></B>(java.lang.Class&lt;?&gt;&nbsp;hint)</CODE>
199
199
 
200
200
<BR>
201
201
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the default value of the object with a given hint.</TD>
649
649
<A NAME="getDefaultValue(java.lang.Class)"><!-- --></A><H3>
650
650
getDefaultValue</H3>
651
651
<PRE>
652
 
java.lang.Object <B>getDefaultValue</B>(java.lang.Class&nbsp;hint)</PRE>
 
652
java.lang.Object <B>getDefaultValue</B>(java.lang.Class&lt;?&gt;&nbsp;hint)</PRE>
653
653
<DL>
654
654
<DD>Get the default value of the object with a given hint.
655
655
 The hints are String.class for type String, Number.class for type