C# Class bc.flash.AsGlobal

Show file Open project: weeeBox/oldies-bc-as3converter Class Usage Examples

Public Methods

Method 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 method

public static assert ( bool condition ) : void
condition bool
return void

assert() public static method

public static assert ( bool condition, String message ) : void
condition bool
message String
return void

getQualifiedClassName() public static method

public static getQualifiedClassName ( AsObject obj ) : String
obj AsObject
return String

getTimer() public static method

public static getTimer ( ) : int
return int

parseBool() public static method

public static parseBool ( string s ) : bool
s string
return bool

parseFloat() public static method

public static parseFloat ( String s ) : float
s String
return float

parseInt() public static method

public static parseInt ( String s ) : int
s String
return int

parseInt() public static method

public static parseInt ( String s, int radix ) : int
s String
radix int
return int

parseLong() public static method

public static parseLong ( String s ) : long
s String
return long

parseUInt() public static method

public static parseUInt ( String s ) : uint
s String
return uint

setTimer() public static method

public static setTimer ( int time ) : void
time int
return void

trace() public static method

public static trace ( Object val ) : void
val Object
return void

trace() public static method

public static trace ( String val ) : void
val String
return void

trace() public static method

public static trace ( bool val ) : void
val bool
return void

trace() public static method

public static trace ( double val ) : void
val double
return void

trace() public static method

public static trace ( float val ) : void
val float
return void

trace() public static method

public static trace ( int val ) : void
val int
return void

trace() public static method

public static trace ( uint val ) : void
val uint
return void