C# Class ErlangEditor.AutoComplete.AcCore

显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

Method 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

Method Description
UpdateDict ( string result ) : void

Method Details

CacheLib() public method

public CacheLib ( ) : void
return void

DropApplication() public method

public DropApplication ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
return void

DropModule() public method

public DropModule ( string aModName ) : void
aModName string
return void

FreeCache() public method

public FreeCache ( ) : void
return void

GetFunctions() public method

public GetFunctions ( string aModule ) : IEnumerable
aModule string
return IEnumerable

GetModuleDesc() public method

public GetModuleDesc ( string aModName ) : string
aModName string
return string

ScanAllBin() public method

public ScanAllBin ( ErlangEditor aSln ) : void
aSln ErlangEditor
return void

ScanBin() public method

public ScanBin ( ErlangEditor aEntity ) : void
aEntity ErlangEditor
return void

SetLibCache() public method

public SetLibCache ( string aJsonDict ) : void
aJsonDict string
return void