| S | |
| setVariable | |
| stripBugfixVersion, Helpers | |
| symbolExists | |
| T | |
| tabbed, Helpers | |
| toString | |
| W | |
| writerAppend, Optparse | |
| writerIncrement, Optparse | |
| writerModuleHelp, SamHaXe | |
| writerModuleOptions, SamHaXe | |
| writerNull, Optparse | |
| writerStore, Optparse | |
| writerStoreFalse, Optparse | |
| writerStoreTrue, Optparse |
See VariableRegistry.setVariable
public function setVariable( name: String, value: Dynamic ): Void
Sets the vaule of a variable.
function setVariable( name: String, value: Dynamic ): Void
Removes the bugfix version from version string if present.
public static function stripBugfixVersion( version: String ): String
See SymbolRegistry.symbolExists
public function symbolExists( symbol: String ): Bool
Check if a given symbol exists in the registry.
function symbolExists( symbol: String ): Bool
Adds three spaces to the beginning of each line of the parameter string.
public static function tabbed( s : String ) : String
Converts the exception into a string.
public function toString(): String
Converts the exception to a string.
public function toString()
Array append option writer.
public static function writerAppend( options: Dynamic, field: String, value: Dynamic )
Increment option writer.
public static function writerIncrement( options: Dynamic, field: String, value: Dynamic )
Module help option writer used by Optparse.
static function writerModuleHelp( options: Dynamic, field: String, value: Array<{key: String, value: String}> )
Module option writer used by Optparse.
static function writerModuleOptions( options: Dynamic, field: String, value: Dynamic )
Null option writer.
public static function writerNull( options: Dynamic, field: String, value: Dynamic )
Store option writer.
public static function writerStore( options: Dynamic, field: String, value: Dynamic )
False boolean value option writer.
public static function writerStoreFalse( options: Dynamic, field: String, value: Dynamic )
True boolean value option writer.
public static function writerStoreTrue( options: Dynamic, field: String, value: Dynamic )