Packageorg.as3commons.bytecode.emit
Interfacepublic interface IEmitObject
Implementors BaseBuilder

Describes a base object that is present in an AbcFile.



Public Properties
 PropertyDefined By
  name : String
The name of the current IEmitObject.
IEmitObject
  namespaceURI : String
The namespace URL that the current IEmitObject belongs to.
IEmitObject
  packageName : String
The fully qualified package name for the current IEmitObject.
IEmitObject
  scopeName : String
The scope name that the current IEmitObject belongs to.
IEmitObject
  trait : TraitInfo
The TraitInfo that is associated with the current IEmitObject, this is usually generated automatically and needs not to be set.
IEmitObject
  visibility : MemberVisibility
The visibility of the current IEmitObject within the package.
IEmitObject
Property Detail
nameproperty
name:String

The name of the current IEmitObject.


Implementation
    public function get name():String
    public function set name(value:String):void
namespaceURIproperty 
namespaceURI:String

The namespace URL that the current IEmitObject belongs to.


Implementation
    public function get namespaceURI():String
    public function set namespaceURI(value:String):void
packageNameproperty 
packageName:String

The fully qualified package name for the current IEmitObject. I.e. com.myclasses.generated.


Implementation
    public function get packageName():String
    public function set packageName(value:String):void
scopeNameproperty 
scopeName:String

The scope name that the current IEmitObject belongs to.


Implementation
    public function get scopeName():String
    public function set scopeName(value:String):void
traitproperty 
trait:TraitInfo

The TraitInfo that is associated with the current IEmitObject, this is usually generated automatically and needs not to be set.


Implementation
    public function get trait():TraitInfo
    public function set trait(value:TraitInfo):void
visibilityproperty 
visibility:MemberVisibility

The visibility of the current IEmitObject within the package.


Implementation
    public function get visibility():MemberVisibility
    public function set visibility(value:MemberVisibility):void