org.extex.ocpware.compiler.sexpression
Class ExprListParser

java.lang.Object
  extended by org.extex.ocpware.compiler.sexpression.ExprListParser

public final class ExprListParser
extends java.lang.Object

This utility class contains the string expression parser.

Version:
$Revision:6007 $
Author:
Gerd Neugebauer

Method Summary
static java.util.List<Expr> parse(ParserStream s)
          Parse a list of expressions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.util.List<Expr> parse(ParserStream s)
                                  throws java.io.IOException,
                                         SyntaxException
Parse a list of expressions.

Parameters:
s - the input stream
Returns:
the list of expressions found
Throws:
java.io.IOException - in case of an I/O error
SyntaxException - in case of a syntax error