Property | Defined By | ||
---|---|---|---|
agalcode : ByteArray [read-only] | AGALMiniAssembler | ||
error : String [read-only] | AGALMiniAssembler |
Method | Defined By | ||
---|---|---|---|
AGALMiniAssembler(debugging:Boolean = false) | AGALMiniAssembler | ||
assemble(mode:String, source:String, verbose:Boolean = false):ByteArray | AGALMiniAssembler |
agalcode | property |
agalcode:ByteArray
[read-only] public function get agalcode():ByteArray
error | property |
error:String
[read-only] public function get error():String
AGALMiniAssembler | () | Constructor |
public function AGALMiniAssembler(debugging:Boolean = false)
debugging:Boolean (default = false )
|
assemble | () | method |
public function assemble(mode:String, source:String, verbose:Boolean = false):ByteArray
Parameters
mode:String | |
source:String | |
verbose:Boolean (default = false )
|
ByteArray |