Variable 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
A
 advance, ReaderResult
C
 CHECK_FUN_1_0, SamHaXeModule
 configfile, Options
D
 depfile, Options
 description
 DESCRIPTION, SamHaXeModule
F
 flash_version, ModuleHelpPars
G
 GENCLASS_FALSE, SamHaXeModule
 GENCLASS_SYMBOL_AND_CLASS, SamHaXeModule
 GENCLASS_SYMBOL_ONLY, SamHaXeModule
H
 hasLNode, NsFastXml
 help, Options
 HELP_FUN_1_0, SamHaXeModule
I
 if_version, ModuleHelpPars
 IMPORT_FUN_1_0, SamHaXeModule
 INIT_MODULE, SamHaXeModule
 interfaces
 INTERFACES, SamHaXeModule
L
 ln, XmlNN
 lname, NsFastXml
 lnode, NsFastXml
 lnodes, NsFastXml
M
 modhelp, Options
 modlist, Options
 modopts, Options
 module
 msg, ModuleException
N
 ns
 nsnodes, NsFastXml
S
 supported_interface_versions, SamHaXe
V
 value, ReaderResult
 version, ModuleInfo
advance: Int
How many parameters has been parsed by the reader function.
public inline static var CHECK_FUN_1_0
Name of XML node checking function in module interface version 1.0.
configfile: String
Specifies the config file to use
depfile: String
Name of dependency tracking file or null if no dependency tracking requested.
Short descrition string about the import module.
public inline static var DESCRIPTION
Name of string variable of short module description.
flash_version: Int
Requested flash version.
public inline static var GENCLASS_FALSE
Don’t generate neither symbol class nor AS3 class stub.
public inline static var GENCLASS_SYMBOL_AND_CLASS
Generate symbol class and AS3 class stub.
public inline static var GENCLASS_SYMBOL_ONLY
Generate only symbol class.
public var hasLNode(default,
null) : HasLNodeAccess
Child node ‘has’ accessor without namespace.
help: Bool
Specifies if help message should be printed
public inline static var HELP_FUN_1_0
Name of module help function in module interface version 1.0.
if_version: String
Requested interface version.
public inline static var IMPORT_FUN_1_0
Name of asset importing function in module interface version 1.0.
public inline static var INIT_MODULE
Name of module initializatoon function.
List of supported module interface versions.
public inline static var INTERFACES
Name of array variable of supported interface versions.
ln : String
Local name
public var lname(getLocalName,
null) : String
Node name without namespace accessor.
public var lnode(default,
null) : LNodeAccess
Child node without namespace accessor.
public var lnodes(default,
null) : LNodeListAccess
Child nodes without namespace accessor.
modhelp: Array<ModuleHelpPars>
Stores the list of modules and the associated flash version whose detailed help message will be printed.
modlist: Bool
Specifies if module list should be printed.
modopts: Hash<Hash<String>>
Options passed to import modules.
module: String
Name of module.
var module: SamHaXeModule
Module instance
var msg: String
Exception message.
public var ns(getNamespace,
null) : String
Node namespace accessor.
ns : String
Namespace
public var nsnodes(default,
null) : NsNodeListAccess
Child nodes with namespace accessor.
static inline var supported_interface_versions
List of supported module interface versions.
value: Dynamic
The value read by a reader function.
var version: String
Version string of the module.
Close