| Package | potomac.bundle |
| Class | public class Method |
| Inheritance | Method Object |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array [read-only]
An array of Argument objects representing arguments for this method. | Method | ||
| name : String [read-only]
The method name. | Method | ||
| returnType : String [read-only]
The fully qualified return type of the method. | Method | ||
| Method | Defined By | ||
|---|---|---|---|
Callers should not construct Method instances. | Method | ||
| arguments | property |
arguments:Array [read-only] An array of Argument objects representing arguments for this method.
public function get arguments():Array| name | property |
name:String [read-only] The method name.
public function get name():String| returnType | property |
returnType:String [read-only] The fully qualified return type of the method.
public function get returnType():String| Method | () | Constructor |
public function Method(name:String, functionSignature:String, extension:Extension)
Callers should not construct Method instances. They are available via Extension.
name:String | |
functionSignature:String | |
extension:Extension |