|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jexpel.Parser
net.sf.jexpel.internal.parser.ExpressionParser
public class ExpressionParser
Field Summary |
---|
Fields inherited from interface net.sf.jexpel.messages.MessageCodes |
---|
ARRAY_ACCESS, C_NOT_FOUND, COND_TYPES, CONDITIONAL, CONSTANT, EXPECTED, INVALID, INVALID_ARG, LBRA_WO_RBRA, LPAR_WO_RPAR, M_NOT_FOUND, NEAR_TOKEN, NO_ARRAY, PROP_RO, PROP_WO, READ_ONLY |
Constructor Summary | |
---|---|
ExpressionParser()
Creates a ExpressionParser |
Method Summary | |
---|---|
Expression |
parse(java.lang.Class<?> rootClass,
java.lang.String expression)
Parses the expression |
Methods inherited from class net.sf.jexpel.Parser |
---|
getParser |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionParser()
Method Detail |
---|
public Expression parse(java.lang.Class<?> rootClass, java.lang.String expression) throws ExpressionException
Parser
parse
in class Parser
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 |