|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.compiler.left.LeftParser
public final class LeftParser
This utility class contains parser methods for left items.
| Method Summary | |
|---|---|
static ChoiceLeft |
choiceLeft(ParserStream s)
Parse a choice left item. |
static Left |
completeLeft(ParserStream s)
Parse a complete left item. |
static java.util.List<Left> |
left(ParserStream s)
Parse a list of left items. |
static Left |
oneLeft(ParserStream s)
Parse a left item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ChoiceLeft choiceLeft(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
public static Left completeLeft(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
public static Left oneLeft(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
public static java.util.List<Left> left(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 | |||||||||