C# Class bc.flash.AsGlobal

Afficher le fichier Open project: weeeBox/oldies-bc-as3converter Class Usage Examples

Méthodes publiques

Méthode Description
assert ( bool condition ) : void
assert ( bool condition, String message ) : void
getQualifiedClassName ( AsObject obj ) : String
getTimer ( ) : int
parseBool ( string s ) : bool
parseFloat ( String s ) : float
parseInt ( String s ) : int
parseInt ( String s, int radix ) : int
parseLong ( String s ) : long
parseUInt ( String s ) : uint
setTimer ( int time ) : void
trace ( Object val ) : void
trace ( String val ) : void
trace ( bool val ) : void
trace ( double val ) : void
trace ( float val ) : void
trace ( int val ) : void
trace ( uint val ) : void

Method Details

assert() public static méthode

public static assert ( bool condition ) : void
condition bool
Résultat void

assert() public static méthode

public static assert ( bool condition, String message ) : void
condition bool
message String
Résultat void

getQualifiedClassName() public static méthode

public static getQualifiedClassName ( AsObject obj ) : String
obj AsObject
Résultat String

getTimer() public static méthode

public static getTimer ( ) : int
Résultat int

parseBool() public static méthode

public static parseBool ( string s ) : bool
s string
Résultat bool

parseFloat() public static méthode

public static parseFloat ( String s ) : float
s String
Résultat float

parseInt() public static méthode

public static parseInt ( String s ) : int
s String
Résultat int

parseInt() public static méthode

public static parseInt ( String s, int radix ) : int
s String
radix int
Résultat int

parseLong() public static méthode

public static parseLong ( String s ) : long
s String
Résultat long

parseUInt() public static méthode

public static parseUInt ( String s ) : uint
s String
Résultat uint

setTimer() public static méthode

public static setTimer ( int time ) : void
time int
Résultat void

trace() public static méthode

public static trace ( Object val ) : void
val Object
Résultat void

trace() public static méthode

public static trace ( String val ) : void
val String
Résultat void

trace() public static méthode

public static trace ( bool val ) : void
val bool
Résultat void

trace() public static méthode

public static trace ( double val ) : void
val double
Résultat void

trace() public static méthode

public static trace ( float val ) : void
val float
Résultat void

trace() public static méthode

public static trace ( int val ) : void
val int
Résultat void

trace() public static méthode

public static trace ( uint val ) : void
val uint
Résultat void