Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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
public function setVariable(name: String,
value: Dynamic): Void
See VariableRegistry.setVariable
function setVariable(name: String,
value: Dynamic): Void
Sets the vaule of a variable.
public static function stripBugfixVersion(version: String): String
Removes the bugfix version from version string if present.
public function symbolExists(symbol: String): Bool
See SymbolRegistry.symbolExists
function symbolExists(symbol: String): Bool
Check if a given symbol exists in the registry.
public static function tabbed(String) : String
Adds three spaces to the beginning of each line of the parameter string.
public function toString(): String
Converts the exception into a string.
public function toString()
Converts the exception to a string.
public static function writerAppend(options: Dynamic,
field: String,
value: Dynamic)
Array append option writer.
public static function writerIncrement(options: Dynamic,
field: String,
value: Dynamic)
Increment option writer.
static function writerModuleHelp(options: Dynamic,
field: String,
value: Array<{key: String, value: String}>)
Module help option writer used by Optparse.
static function writerModuleOptions(options: Dynamic,
field: String,
value: Dynamic)
Module option writer used by Optparse.
public static function writerNull(options: Dynamic,
field: String,
value: Dynamic)
Null option writer.
public static function writerStore(options: Dynamic,
field: String,
value: Dynamic)
Store option writer.
public static function writerStoreFalse(options: Dynamic,
field: String,
value: Dynamic)
False boolean value option writer.
public static function writerStoreTrue(options: Dynamic,
field: String,
value: Dynamic)
True boolean value option writer.
Close