Uses of Class
VASSAL.script.expression.ExpressionException
| Package | Description |
|---|---|
| VASSAL.script | |
| VASSAL.script.expression |
-
Uses of ExpressionException in VASSAL.script
Methods in VASSAL.script that throw ExpressionException Modifier and Type Method Description static ExpressionInterpreterExpressionInterpreter. createInterpreter(String expr)StringExpressionInterpreter. evaluate()StringExpressionInterpreter. evaluate(PropertySource ps)Evaluate the expression, setting the value of any undefined values to the matching Vassal property value.StringExpressionInterpreter. evaluate(PropertySource ps, boolean localized) -
Uses of ExpressionException in VASSAL.script.expression
Methods in VASSAL.script.expression that throw ExpressionException Modifier and Type Method Description StringBeanShellExpression. evaluate(PropertySource ps, Map<String,String> properties, boolean localized)Evaluate this expression using a BeanShell InterpreterStringExpression. evaluate()StringExpression. evaluate(boolean localized)StringExpression. evaluate(PropertySource ps)StringExpression. evaluate(PropertySource ps, boolean localized)abstract StringExpression. evaluate(PropertySource ps, Map<String,String> properties, boolean localized)Each subclass must implement evaluate() to evaluate itselfStringSinglePropertyExpression. evaluate(PropertySource ps, Map<String,String> properties, boolean localized)