All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Jaja.NamedBox

java.lang.Object
   |
   +----Jaja.Jaja
           |
           +----Jaja.Value
                   |
                   +----Jaja.Box
                           |
                           +----Jaja.NamedBox

public class NamedBox
extends Box
This class implements named boxes, a variety of boxes that know their name and produce a more detailed error when read while uninitialized.


Variable Index

 o name

Constructor Index

 o NamedBox(String)

Method Index

 o getBoxContent()
Read the content of a box.

Variables

 o name
 public String name

Constructors

 o NamedBox
 public NamedBox(String n)

Methods

 o getBoxContent
 public Value getBoxContent()
Read the content of a box.

Overrides:
getBoxContent in class Box

All Packages  Class Hierarchy  This Package  Previous  Next  Index