All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.sexpr.SimpleReadtable

java.lang.Object
   |
   +----w3c.tools.sexpr.SimpleReadtable

public class SimpleReadtable
extends Object
implements Readtable
Basic implementation of the Readtable interface, a dispatch table.


Constructor Index

 o SimpleReadtable()
Initializes an empty dispatch table (no associations).
 o SimpleReadtable(SimpleReadtable)
Copy constructor.

Method Index

 o addParser(char, SExprParser)
 o getParser(char)

Constructors

 o SimpleReadtable
 public SimpleReadtable()
Initializes an empty dispatch table (no associations).

 o SimpleReadtable
 public SimpleReadtable(SimpleReadtable table)
Copy constructor.

Methods

 o getParser
 public SExprParser getParser(char key)
 o addParser
 public SExprParser addParser(char key,
                              SExprParser parser)

All Packages  Class Hierarchy  This Package  Previous  Next  Index