Packagesystem.process.caches
Classpublic class Method
InheritanceMethod Inheritance Object
Implements Property

Determinates a "method" value object.



Public Properties
 PropertyDefined By
  arguments : Array
The array of the arguments to passed-in the method.
Method
  name : String
The name of the attribute.
Method
Public Methods
 MethodDefined By
  
Method(name:String, arguments:Array = null)
Creates a new Method instance.
Method
Property Detail
argumentsproperty
public var arguments:Array

The array of the arguments to passed-in the method.

nameproperty 
public var name:String

The name of the attribute.

Constructor Detail
Method()Constructor
public function Method(name:String, arguments:Array = null)

Creates a new Method instance.

Parameters
name:String — The name of the method.
 
arguments:Array (default = null) — The optional array of arguments of the method.