| Package | org.as3commons.bytecode.emit |
| Interface | public interface IEmitObject |
| Implementors | BaseBuilder |
| Property | Defined 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 | ||
| name | property |
name:String
The name of the current IEmitObject.
public function get name():String public function set name(value:String):void| namespaceURI | property |
namespaceURI:String
The namespace URL that the current IEmitObject belongs to.
public function get namespaceURI():String public function set namespaceURI(value:String):void| packageName | property |
packageName:String
The fully qualified package name for the current IEmitObject. I.e. com.myclasses.generated.
public function get packageName():String public function set packageName(value:String):void| scopeName | property |
scopeName:String
The scope name that the current IEmitObject belongs to.
public function get scopeName():String public function set scopeName(value:String):void| trait | property |
trait:TraitInfo
The TraitInfo that is associated with the current IEmitObject, this is
usually generated automatically and needs not to be set.
public function get trait():TraitInfo public function set trait(value:TraitInfo):void| visibility | property |
visibility:MemberVisibility
The visibility of the current IEmitObject within the package.
public function get visibility():MemberVisibility public function set visibility(value:MemberVisibility):void