# Interface: com.pnfsoftware.jeb.util.interpreter.IAutocompleteListProvider

Provide the [AutocompletionResult](AutocompletionResult).

## Method: getAutocompleteList
- parameter: `token`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.interpreter.AutocompletionResult`

Description: Return matching results from a token. Use [AutocompletionResult#filterStartsWith(String, java.util.List)](AutocompletionResult#filterStartsWith(String, java.util.List)) if completions come from an existing list.
parameter: token: partial token to complete
return: matching auto\-completion entries

