|
Structured Text Toolkit | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.saelist.stx.parser.StxParser
Parses free form structured text.
PAIR = TEXT [ LBR PAIR * RBR ].
| Field Summary | |
static Logger |
logger
|
| Constructor Summary | |
StxParser()
|
|
| Method Summary | |
static Pair |
parse(java.lang.String text)
|
static Pair |
parsePair(Pair parent,
java.util.List tokens,
int pos)
A pair that remembers its location in the source file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static Logger logger
| Constructor Detail |
public StxParser()
| Method Detail |
public static Pair parse(java.lang.String text)
throws ParserException
text - the text to parse.
ParserException
public static Pair parsePair(Pair parent,
java.util.List tokens,
int pos)
throws ParserException
ParserException
|
Structured Text Toolkit | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||