Package | Description |
---|---|
s3games.engine | |
s3games.engine.expr |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,Expression> |
GameSpecification.expressions
list of all expressions.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Context.getExpr(java.lang.String exprName)
the expression to which the specified expression name is mapped, or null if expressions do not contain exprName
|