Package jls.lang

jls.lang.AssertionError

Thrown to indicate that an assertion has failed.

jls.lang.Buffer

A container for data of a specific primitive type.

jls.lang.BufferOverflowException

Thrown to indicate that the target buffer's limit is reached.

jls.lang.BufferUnderflowException

Thrown to indicate that the target buffer's limit is reached.

jls.lang.ByteBuffer

The buffer class provides facilities to get and put datas from/to a native byte array.

jls.lang.CharBuffer

The buffer class provides facilities to get and put datas from/to a native string.

jls.lang.Class

Class like creation with inheritance.

jls.lang.ClassLoader

A class loader is an object that is responsible for loading classes.

jls.lang.Exception

Provide the base Exception.

jls.lang.IllegalArgumentException

Thrown to indicate that a method has been passed an illegal or inappropriate argument.

jls.lang.Lock

A lock provides a means to control access to a shared resource by multiple threads.

jls.lang.Logger

Default logger implementation.

jls.lang.ModuleLoader

A module loader is an object that is responsible for loading Common JS modules.

jls.lang.Monitor

A monitor provides a means to synchronize threads.

jls.lang.Process

The class Process provides methods for performing input from the process, performing output to the process, waiting for the process to complete, checking the exit status of the process, and destroying (killing) the process.

jls.lang.ProcessBuilder

This class is used to create OS processes.

jls.lang.Runtime

The Runtime class provides interaction with the underlying OS.

jls.lang.Signal

This class provides signal support.

jls.lang.Struct

This class represents a structure.

jls.lang.System

The System class provides access to data and operations of the underlying OS.

jls.lang.Thread

This class represents a thread.

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