C# Class Mono.Debugger.Frontend.Completer

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

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

Méthode Description
ComputeMCP ( List choices, string initial_prefix ) : string

Method Details

ArgumentCompleter() public méthode

public ArgumentCompleter ( Type t, string text ) : string[]
t System.Type
text string
Résultat string[]

CommandCompleter() public méthode

public CommandCompleter ( string text ) : string[]
text string
Résultat string[]

Complete() public méthode

public Complete ( string text, int start ) : LineEditor.Completion
text string
start int
Résultat Mono.Terminal.LineEditor.Completion

Completer() public méthode

public Completer ( Engine engine ) : System
engine Engine
Résultat System

FilenameCompleter() public méthode

public FilenameCompleter ( string text ) : string[]
text string
Résultat string[]

NoopCompleter() public méthode

public NoopCompleter ( string text ) : string[]
text string
Résultat string[]

StringsCompleter() public méthode

public StringsCompleter ( string haystack, string text ) : string[]
haystack string
text string
Résultat string[]

SymbolCompleter() public méthode

public SymbolCompleter ( ScriptingContext context, string text ) : string[]
context ScriptingContext
text string
Résultat string[]