C# Class Pytocs.TypeInference.Statistics

Datei anzeigen Open project: uxmal/pytocs

Public Methods

Method Description
getInt ( string key ) : long
inc ( string key ) : void
inc ( string key, long x ) : void
print ( ) : string
putInt ( string key, long value ) : void

Method Details

getInt() public method

public getInt ( string key ) : long
key string
return long

inc() public method

public inc ( string key ) : void
key string
return void

inc() public method

public inc ( string key, long x ) : void
key string
x long
return void

print() public method

public print ( ) : string
return string

putInt() public method

public putInt ( string key, long value ) : void
key string
value long
return void