|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.db.GrammarExpressions
Constructor Summary | |
GrammarExpressions()
|
Method Summary | |
static java.lang.String |
createGrammarString(BooleanTree tree)
Compiles the grammar string from sybmbolic code to a String. |
static BooleanTree |
parseExpression(java.lang.String str)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GrammarExpressions()
Method Detail |
public static BooleanTree parseExpression(java.lang.String str) throws FidoDatabaseException, GrammarParseException, GrammarLinkNotFoundException
str
- String containing an expression to be parsed
GrammarParseException
- thrown if the string passed has a
syntax error or otherwise cannot be parsed
FidoDatabaseException
GrammarLinkNotFoundException
public static java.lang.String createGrammarString(BooleanTree tree) throws GrammarParseException
parseExpression()
GrammarParseException
parseExpression(java.lang.String)
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |