|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.compiler.sexpression.ExprListParser
public final class ExprListParser
This utility class contains the string expression parser.
| 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 |
|---|
public static java.util.List<Expr> parse(ParserStream s)
throws java.io.IOException,
SyntaxException
s - the input stream
java.io.IOException - in case of an I/O error
SyntaxException - in case of a syntax error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||