|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gridsystems.beanfilter.Parser
public final class Parser
FilterParser facade. Necessary because the class generated by JavaCC is not public.
| Method Summary | |
|---|---|
static EvalNode |
parse(java.lang.String s,
java.lang.Class<?> c)
Parses the specified string as an expression to evaluate on object of class 'c'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EvalNode parse(java.lang.String s,
java.lang.Class<?> c)
throws EvalException
s - An expression to parsec - The class to evaluate
EvalException - FTR000: Parse exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||