| Package | Description |
|---|---|
| s3games.engine | |
| s3games.engine.expr |
| Modifier and Type | Field and Description |
|---|---|
IndexedName |
Element.name
name of the element - we use IndexedName class since it can have an index, such as el(2)
|
IndexedName |
Location.name
name of the location with one or two optional indexes
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Expr.matches(IndexedName name,
Context context)
stub to be overriden by expressions that are of string type - it should
set the variables in the context, if the expression contains variable references
|