java.lang.Object
technology.sola.script.runtime.SolaScriptMap
SolaScriptMap is the runtime representation of the sola-script map type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SolaScriptMap
public SolaScriptMap()
-
-
Method Details
-
get
Gets a property from the map.- Parameters:
name
- theToken
name of the property- Returns:
- the value associated with the property or null
-
set
Sets a property on the map.- Parameters:
name
- theToken
name of the propertyvalue
- the value of the property
-
set
Sets a property on the map.- Parameters:
name
- the string name of the propertyvalue
- the value of the property
-
toString
-