All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.tools.sexpr.SExprParser

public interface SExprParser
An interface for all dispatched "sub-parsers."


Method Index

 o parse(char, SExprStream)
Dispatched on character first, parse an object from the stream.

Methods

 o parse
 public abstract Object parse(char first,
                              SExprStream stream) throws SExprParserException, IOException
Dispatched on character first, parse an object from the stream.

Throws: SExprParserException
on syntax error
Throws: IOException
on I/O related problems (e.g. end of file)

All Packages  Class Hierarchy  This Package  Previous  Next  Index