Class like creation with inheritance. Based on Alex Arnell's inheritance implementation.
Defined in: bootstrap.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| 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.
|