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