Class jls.lang.Class

Class like creation with inheritance. Based on Alex Arnell's inheritance implementation.
Defined in: bootstrap.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
jls.lang.Class.create(declaration)
Creates a new class.
<static>  
jls.lang.Class.getAllByName(name)
Given the name of a host, returns an array of InetAddress.
<static>  
jls.lang.Class.getByAddress(addr)
Given the address of a host, returns the InetAddress.
<static>  
jls.lang.Class.getByName(name)
Given the name of a host, returns the InetAddress.
Class Detail
jls.lang.Class()
Method Detail
<static> {Object} jls.lang.Class.create(declaration)
Creates a new class.
Parameters:
{Object} declaration
An object containing the class declaration.
Returns:
{Object} The new class.

<static> {Array} jls.lang.Class.getAllByName(name)
Given the name of a host, returns an array of InetAddress.
Defined in: InetAddress.js.
Parameters:
{String} name
The host name or address to lookup.
Returns:
{Array} An array of its IP addresses.

<static> {jls.net.InetAddress} jls.lang.Class.getByAddress(addr)
Given the address of a host, returns the InetAddress.
Defined in: InetAddress.js.
Parameters:
{String} addr
The address to lookup.
Returns:
{jls.net.InetAddress} The InetAddress object.

<static> {jls.net.InetAddress} jls.lang.Class.getByName(name)
Given the name of a host, returns the InetAddress.
Defined in: InetAddress.js.
Parameters:
{String} name
The host name or address to lookup.
Returns:
{jls.net.InetAddress} The InetAddress object.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 02:00:13 GMT+0100 (CET)