| Package | com.whirled.contrib.avrg.probe |
| Class | public class CallbackParameter |
| Inheritance | CallbackParameter Parameter |
Function is expected. This is an automated type that
has no parsing. It is treated specially by the framework that uses it.
| Property | Defined by | ||
|---|---|---|---|
![]() | name : String
The name of the parameter.
| Parameter | |
![]() | nullable : Boolean
Whether null may be passed for this parameter's value.
| Parameter | |
![]() | optional : Boolean
Whether this parameter may be omitted when calling the function.
| Parameter | |
![]() | type : Class
The type of the parameter.
| Parameter | |
| typeDisplay : String [read-only]
A concise string representing the type of the parameter for user interfaces.
| CallbackParameter | ||
| Method | Defined by | ||
|---|---|---|---|
|
CallbackParameter(name:String, flags:uint = 0)
Creates a new callback parameter.
| CallbackParameter | ||
![]() |
isAlpha(char:String):Boolean
[static]
Tests if a character is alphabetic.
| Parameter | |
![]() |
isDigit(char:String):Boolean
[static]
Tests if a character is a digit.
| Parameter | |
|
parse(input:String):Object
Translates a string to an object of this parameter's type.
| CallbackParameter | ||
| typeDisplay | property |
typeDisplay:String [read-only]A concise string representing the type of the parameter for user interfaces.
Implementation public function get typeDisplay():String
| CallbackParameter | () | constructor |
public function CallbackParameter(name:String, flags:uint = 0)Creates a new callback parameter.
Parametersname:String — the name of the parameter
|
|
flags:uint (default = 0) — optional values passed to superclass
|
| parse | () | method |
public override function parse(input:String):ObjectTranslates a string to an object of this parameter's type.
Parametersinput:String |
Object |