Package VASSAL.script.expression
Class PropertyMatchExpression
java.lang.Object
VASSAL.script.expression.Expression
VASSAL.script.expression.PropertyMatchExpression
public class PropertyMatchExpression extends Expression
An old-style Property Match expression.
-
Field Summary
Fields Modifier and Type Field Description protected PieceFilterfilter -
Constructor Summary
Constructors Constructor Description PropertyMatchExpression(String s) -
Method Summary
Modifier and Type Method Description Stringevaluate(PropertySource ps, Map<String,String> properties, boolean localized)Each subclass must implement evaluate() to evaluate itselfPieceFiltergetFilter(PropertySource ps)Return a PieceFilter using the expression.protected booleanisDynamic()StringtoBeanShellString()Output a BeanShell equivalent of this expression.Methods inherited from class VASSAL.script.expression.Expression
createExpression, createPropertyExpression, createSimplePropertyExpression, equals, evaluate, evaluate, evaluate, evaluate, getExpression, getFilter, hashCode, setExpression
-
Field Details
-
filter
-
-
Constructor Details
-
PropertyMatchExpression
-
-
Method Details
-
evaluate
Description copied from class:ExpressionEach subclass must implement evaluate() to evaluate itself- Specified by:
evaluatein classExpression- Parameters:
ps- Property Source providing property valuesproperties- default property valueslocalized- localize property calls?- Returns:
- evaluated String.
-
getFilter
Description copied from class:ExpressionReturn a PieceFilter using the expression.- Overrides:
getFilterin classExpression- Parameters:
ps- PropertySource to use as source of filter- Returns:
- Created PieceFilter
-
isDynamic
protected boolean isDynamic() -
toBeanShellString
Description copied from class:ExpressionOutput a BeanShell equivalent of this expression.- Specified by:
toBeanShellStringin classExpression- Returns:
- BeanShell equivalent
-