Packagecom.adobe.utils
Classpublic class AGALMiniAssembler
InheritanceAGALMiniAssembler Inheritance Object



Public Properties
 PropertyDefined By
  agalcode : ByteArray
[read-only]
AGALMiniAssembler
  error : String
[read-only]
AGALMiniAssembler
  verbose : Boolean = false
AGALMiniAssembler
Public Methods
 MethodDefined By
  
AGALMiniAssembler(debugging:Boolean = false)
AGALMiniAssembler
  
assemble(mode:String, source:String):ByteArray
AGALMiniAssembler
Protected Constants
 ConstantDefined By
  REGEXP_OUTER_SPACES : RegExp
[static]
AGALMiniAssembler
  USE_NEW_SYNTAX : Boolean = false
[static]
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
verboseproperty 
public var verbose:Boolean = false

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):ByteArray

Parameters

mode:String
 
source:String

Returns
ByteArray
Constant Detail
REGEXP_OUTER_SPACESConstant
protected static const REGEXP_OUTER_SPACES:RegExp

USE_NEW_SYNTAXConstant 
protected static const USE_NEW_SYNTAX:Boolean = false