C# Class Mono.Debugger.Frontend.Completer

ファイルを表示 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
ArgumentCompleter ( Type t, string text ) : string[]
CommandCompleter ( string text ) : string[]
Complete ( string text, int start ) : LineEditor.Completion
Completer ( Engine engine ) : System
FilenameCompleter ( string text ) : string[]
NoopCompleter ( string text ) : string[]
StringsCompleter ( string haystack, string text ) : string[]
SymbolCompleter ( ScriptingContext context, string text ) : string[]

Private Methods

Method Description
ComputeMCP ( List choices, string initial_prefix ) : string

Method Details

ArgumentCompleter() public method

public ArgumentCompleter ( Type t, string text ) : string[]
t System.Type
text string
return string[]

CommandCompleter() public method

public CommandCompleter ( string text ) : string[]
text string
return string[]

Complete() public method

public Complete ( string text, int start ) : LineEditor.Completion
text string
start int
return Mono.Terminal.LineEditor.Completion

Completer() public method

public Completer ( Engine engine ) : System
engine Engine
return System

FilenameCompleter() public method

public FilenameCompleter ( string text ) : string[]
text string
return string[]

NoopCompleter() public method

public NoopCompleter ( string text ) : string[]
text string
return string[]

StringsCompleter() public method

public StringsCompleter ( string haystack, string text ) : string[]
haystack string
text string
return string[]

SymbolCompleter() public method

public SymbolCompleter ( ScriptingContext context, string text ) : string[]
context ScriptingContext
text string
return string[]