Packagecom.adobe.utils
Classpublic class AGALMiniAssembler
InheritanceAGALMiniAssembler Inheritance Object



Public Properties
 PropertyDefined By
  agalcode : ByteArray
[read-only]
AGALMiniAssembler
  error : String
[read-only]
AGALMiniAssembler
Public Methods
 MethodDefined By
  
AGALMiniAssembler(debugging:Boolean = false)
AGALMiniAssembler
  
assemble(mode:String, source:String, verbose:Boolean = false):ByteArray
AGALMiniAssembler
Property Detail
agalcodeproperty
agalcode:ByteArray  [read-only]


Implementation
    public function get agalcode():ByteArray
errorproperty 
error:String  [read-only]


Implementation
    public function get error():String
Constructor Detail
AGALMiniAssembler()Constructor
public function AGALMiniAssembler(debugging:Boolean = false)



Parameters
debugging:Boolean (default = false)
Method Detail
assemble()method
public function assemble(mode:String, source:String, verbose:Boolean = false):ByteArray

Parameters

mode:String
 
source:String
 
verbose:Boolean (default = false)

Returns
ByteArray