Package polyglot.ext.pao.runtime

Runtime classes for PAO.

See:
          Description

Class Summary
Boolean Boxed booleans.
Byte Boxed bytes.
Character Boxed chars.
Double Boxed doubles.
Float Boxed floats.
Integer Boxed ints.
Long Boxed longs.
Primitive Boxed primitives.
Short Boxed shorts.
 

Package polyglot.ext.pao.runtime Description

Runtime classes for PAO. This package contains the classes that are needed for at runtime to run programs compiled with the PAO compiler. These classes must be on the classpath when running programs compiled with the PAO compiler.

The classes in this package are used to box primitive values.