Package | Description |
---|---|
ru.windcorp.turretlang |
Modifier and Type | Class and Description |
---|---|
class |
TLWrittableVariable |
Modifier and Type | Method and Description |
---|---|
static TLVariable |
TurretLang.declare(java.lang.String name,
java.lang.String value)
Creates a
TLVariable representation for for the given variable name and the value. |
TLVariable |
TLConfiguration.getVariable(java.lang.String name)
Returns a
TLVariable by the specified name, ignoring case. |
TLVariable |
TLConfiguration.getVariable(java.lang.String name,
TLVariable def)
Returns a
TLVariable by the specified name, ignoring case. |
Modifier and Type | Method and Description |
---|---|
java.util.List<TLVariable> |
TLConfiguration.contents()
Returns all the variables in the configuration as a
List . |
java.util.List<TLVariable> |
TLConfiguration.getByValue(java.lang.String value)
Returns a
List of all the variables with the specified value. |
Modifier and Type | Method and Description |
---|---|
boolean |
TLConfiguration.exists(TLVariable var)
Checks the existence of the provided variable.
|
TLVariable |
TLConfiguration.getVariable(java.lang.String name,
TLVariable def)
Returns a
TLVariable by the specified name, ignoring case. |