C# Class Pytocs.TypeInference.Statistics

Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Méthode 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 méthode

public getInt ( string key ) : long
key string
Résultat long

inc() public méthode

public inc ( string key ) : void
key string
Résultat void

inc() public méthode

public inc ( string key, long x ) : void
key string
x long
Résultat void

print() public méthode

public print ( ) : string
Résultat string

putInt() public méthode

public putInt ( string key, long value ) : void
key string
value long
Résultat void