|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.source.xbmc.expression.ExpressionEval
public class ExpressionEval
This class is used to evaluate expressions
Constructor Summary | |
---|---|
ExpressionEval()
|
Method Summary | |
---|---|
Value |
eval(java.lang.String expression)
Used to evaluate an expression |
java.util.Map<java.lang.String,Value> |
getVariables()
Used to get the variables which can be used by expressions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionEval()
Method Detail |
---|
public java.util.Map<java.lang.String,Value> getVariables()
public Value eval(java.lang.String expression) throws ExpressionParserException
expression
- The expression
ExpressionParserException
- Thrown if their are any problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |