Packagecom.bourre.ioc.assembler.method
Classpublic class Method
ImplementsValueObject

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Method class.



Public Properties
 PropertyDefined by
  arguments : Array
Arguments of property.
Method
  name : String
Name of property.
Method
  ownerID : String
Identifier of property owner.
Method
Public Methods
 MethodDefined by
  
Method(ownerID:String, name:String, args:Array)
Creates instance.
Method
  
toString():String
Returns the string representation of this instance.
Method
Property detail
argumentsproperty
public var arguments:Array

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Arguments of property.

The default value is null.

nameproperty 
public var name:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Name of property.

The default value is null.

ownerIDproperty 
public var ownerID:String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Identifier of property owner.

The default value is null.

Constructor detail
Method()constructor
public function Method(ownerID:String, name:String, args:Array)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates instance.

Parameters
ownerID:String
 
name:String
 
args:Array
Method detail
toString()method
public function toString():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the string representation of this instance.

Returns
String — the string representation of this instance