Packagecom.adobe.utils
Classpublic class AGALMiniAssembler

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)
Init Parameters
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
Wiki link
Click to go to the wiki page for 'com.adobe.utils.AGALMiniAssembler'

Code examples

Comments