|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jexpel.Parser
public abstract class Parser
ExpressionParser transforms a string which its content is an expression into an expression tree
Constructor Summary | |
---|---|
Parser()
|
Method Summary | |
---|---|
static Parser |
getParser()
|
abstract Expression |
parse(java.lang.Class<?> rootClass,
java.lang.String expression)
Parses the expression |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser()
Method Detail |
---|
public static final Parser getParser()
public abstract Expression parse(java.lang.Class<?> rootClass, java.lang.String expression) throws ExpressionException
rootClass
- the root class which the expression will be executedexpression
- the expression string
ExpressionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |