| Package | system.process.caches |
| Class | public class Method |
| Inheritance | Method Object |
| Implements | Property |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array
The array of the arguments to passed-in the method. | Method | ||
| name : String
The name of the attribute. | Method | ||
| Method | Defined By | ||
|---|---|---|---|
Method(name:String, arguments:Array = null)
Creates a new Method instance. | Method | ||
| arguments | property |
public var arguments:ArrayThe array of the arguments to passed-in the method.
| name | property |
public var name:StringThe name of the attribute.
| Method | () | Constructor |
public function Method(name:String, arguments:Array = null)Creates a new Method instance.
Parametersname:String — The name of the method.
| |
arguments:Array (default = null) — The optional array of arguments of the method.
|