| Package | org.as3commons.bytecode.emit |
| Interface | public interface IMetadataBuilder |
| Implementors | MetadataBuilder |
AbcFile.
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array
An array of key value pairs that describe the metadata arguments. | IMetadataBuilder | ||
| name : String
The name of the metadata entry. | IMetadataBuilder | ||
| Method | Defined By | ||
|---|---|---|---|
Internally used build method, this method should never be called by third parties. | IMetadataBuilder | ||
defineArgument(name:String = null):MetadataArgument
Defines an argument for the current IMetaDataBuilder. | IMetadataBuilder | ||
| arguments | property |
arguments:Array
An array of key value pairs that describe the metadata arguments. I.e. [Event(name="complete",type="flash.events.Event")].
public function get arguments():Array public function set arguments(value:Array):void| name | property |
name:String
The name of the metadata entry. I.e. [Event].
public function get name():String public function set name(value:String):void| build | () | method |
public function build():MetadataInternally used build method, this method should never be called by third parties.
ReturnsMetadata —
|
| defineArgument | () | method |
public function defineArgument(name:String = null):MetadataArgument
Defines an argument for the current IMetaDataBuilder.
Parameters
name:String (default = null) |
MetadataArgument |