|
Object-oriented Parser System v3.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectMopsParser
public abstract class MopsParser
| Nested Class Summary | |
|---|---|
static class |
MopsParser.Blank
|
static class |
MopsParser.Jsm
|
static class |
MopsParser.Monad
|
static class |
MopsParser.Mvalue
|
static class |
MopsParser.Mvalues
|
static class |
MopsParser.Paren
|
static class |
MopsParser.Text
|
static class |
MopsParser.Trees
|
| Field Summary | |
|---|---|
protected static Parser |
blanks
|
static Parser |
jsm
|
(package private) static Mops |
mf
|
protected static Parser |
monad
|
protected static Parser |
mvalue
|
protected static Parser |
mvalues
|
(package private) static ParserFactory |
pf
|
protected static Parser |
quoted
|
protected static Parser |
symbol
|
protected static Parser |
trees
|
protected static Parser |
word
|
| Constructor Summary | |
|---|---|
MopsParser()
|
|
| Method Summary | |
|---|---|
protected static Parser |
term(boolean noSemicolon)
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static Mops mf
static ParserFactory pf
protected static Parser blanks
protected static Parser word
protected static Parser quoted
protected static Parser symbol
protected static Parser mvalue
protected static Parser mvalues
protected static Parser monad
protected static Parser trees
public static Parser jsm
| Constructor Detail |
|---|
public MopsParser()
| Method Detail |
|---|
protected static Parser term(boolean noSemicolon)
|
(c) 2008 Axel T. Schreiner |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||