Uses of Class
VASSAL.script.expression.Expression
Package | Description |
---|---|
VASSAL.build.module.properties | |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.script.expression | |
VASSAL.tools |
Contains various utility classes.
|
-
Uses of Expression in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as Expression Modifier and Type Field Description protected Expression[]
EnumeratedPropertyPrompt. valueExpressions
-
Uses of Expression in VASSAL.configure
Fields in VASSAL.configure declared as Expression Modifier and Type Field Description protected Expression
PropertyExpression. expression
-
Uses of Expression in VASSAL.counters
Fields in VASSAL.counters declared as Expression Modifier and Type Field Description protected Expression
CalculatedProperty. expression
protected Expression
Embellishment. followPropertyExpression
-
Uses of Expression in VASSAL.script.expression
Subclasses of Expression in VASSAL.script.expression Modifier and Type Class Description class
BeanShellExpression
A basic beanShell expressionclass
FormattedStringExpression
Report Format or old-style Formatted String expression containing at least one $variable$ name referenceclass
IntExpression
An expression consisting of an Integer onlyclass
NullExpression
An Empty Expressionclass
PropertyMatchExpression
An old-style Property Match expression.class
SinglePropertyExpression
An expression consisting of a single property nameclass
StringExpression
An expression consisting of a String onlyMethods in VASSAL.script.expression that return Expression Modifier and Type Method Description static Expression
BeanShellExpression. createExpression(String s)
Create a BeanShellExpression.static Expression
BeanShellExpression. createExpression(String s, boolean dontCreateStringExpressions)
static Expression
Expression. createExpression(String s)
Factory method to create an appropriate expression based on the supplied String.static Expression
Expression. createPropertyExpression(String s)
Factory method to create a new Property Match Expression.static Expression
Expression. createSimplePropertyExpression(String s)
Factory method to create a Beanshell expression of a value that is known to be a property name. -
Uses of Expression in VASSAL.tools
Fields in VASSAL.tools declared as Expression Modifier and Type Field Description protected Expression
FormattedString. format