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.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.Logger

Default logger implementation.

jls.lang.ModuleLoader

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

jls.lang.Struct

This class represents a structure.

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 08 2011 01:56:36 GMT+0100 (CET)