Package VASSAL.script.expression
Class StringExpression
java.lang.Object
VASSAL.script.expression.Expression
VASSAL.script.expression.StringExpression
public class StringExpression extends Expression
An expression consisting of a String only
-
Field Summary
Fields inherited from class VASSAL.script.expression.Expression
CACHE -
Method Summary
Modifier and Type Method Description static Expressioninstance(String s)StringtoBeanShellString()Output a BeanShell equivalent of this expression.Methods inherited from class VASSAL.script.expression.Expression
createExpression, createPropertyExpression, createSimplePropertyExpression, equals, evaluate, evaluate, evaluate, evaluate, evaluate, getExpression, getFilter, getFilter, handleError, hashCode, reset, resetCachedExpressions, setExpression, tryEvaluate, tryEvaluate, tryEvaluate, tryEvaluate, tryEvaluate
-
Method Details
-
toBeanShellString
Description copied from class:ExpressionOutput a BeanShell equivalent of this expression.- Overrides:
toBeanShellStringin classExpression- Returns:
- BeanShell equivalent
-
instance
-