C# Class ErlangEditor.AutoComplete.AcCore

Afficher le fichier Open project: xdusongwei/ErlangEditor

Méthodes publiques

Méthode Description
CacheLib ( ) : void
DropApplication ( ErlangEditor aEntity ) : void
DropModule ( string aModName ) : void
FreeCache ( ) : void
GetFunctions ( string aModule ) : IEnumerable
GetModuleDesc ( string aModName ) : string
ScanAllBin ( ErlangEditor aSln ) : void
ScanBin ( ErlangEditor aEntity ) : void
SetLibCache ( string aJsonDict ) : void

Private Methods

Méthode Description
UpdateDict ( string result ) : void

Method Details

CacheLib() public méthode

public CacheLib ( ) : void
Résultat void

DropApplication() public méthode

public DropApplication ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
Résultat void

DropModule() public méthode

public DropModule ( string aModName ) : void
aModName string
Résultat void

FreeCache() public méthode

public FreeCache ( ) : void
Résultat void

GetFunctions() public méthode

public GetFunctions ( string aModule ) : IEnumerable
aModule string
Résultat IEnumerable

GetModuleDesc() public méthode

public GetModuleDesc ( string aModName ) : string
aModName string
Résultat string

ScanAllBin() public méthode

public ScanAllBin ( ErlangEditor aSln ) : void
aSln ErlangEditor
Résultat void

ScanBin() public méthode

public ScanBin ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
Résultat void

SetLibCache() public méthode

public SetLibCache ( string aJsonDict ) : void
aJsonDict string
Résultat void