| Package | vegas.core.types |
| Class | public class Char |
| Inheritance | Char CoreObject |
| Method | Defined by | ||
|---|---|---|---|
|
Char(value:String = "")
Creates a new Char instance.
| Char | ||
|
getCode():Number
Returns the integer character code for the character.
| Char | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
|
toSource(indent:int = 0):String
Returns a Eden representation of the object.
| Char | ||
|
toString():String
Returns the string representation of this instance.
| Char | ||
|
valueOf():Object
Returns the real value of the object.
| Char | ||
| Char | () | constructor |
public function Char(value:String = "")Creates a new Char instance.
Parametersvalue:String (default = "") |
| getCode | () | method |
public function getCode():NumberReturns the integer character code for the character.
ReturnsNumber |
| toSource | () | method |
public override function toSource(indent:int = 0):StringReturns a Eden representation of the object.
Parametersindent:int (default = 0) |
String — a string representing the source code of the object.
|
| toString | () | method |
public override function toString():StringReturns the string representation of this instance.
ReturnsString — the string representation of this instance
|
| valueOf | () | method |
public function valueOf():ObjectReturns the real value of the object.
ReturnsObject — the real value of the object.
|