public interface CompletionManager
Modifier and Type | Method and Description |
---|---|
List<CompletionItem> |
getCompletionItems()
Return the list of the matching items
|
void |
setInputParsingManager(InputParsingManager inputParsingManager)
Defines the Parsing Manager
|
void |
setInterpretor(GenericInterpreter interpretor)
Defines the interpretor
|
void setInputParsingManager(InputParsingManager inputParsingManager)
inputParsingManager
- the parsing managervoid setInterpretor(GenericInterpreter interpretor)
interpretor
- the interpretorList<CompletionItem> getCompletionItems()
Copyright © 2007-2012 Artenum. All Rights Reserved.