Package qupath.lib.scripting.languages
Interface AutoCompletions.CompletionTokenizer
- Enclosing class:
AutoCompletions
public static interface AutoCompletions.CompletionTokenizer
Functional interface to extract a token from a string needed to determine
a completion.
For example, given the string
var pathObject = PathObjects.crea
the token would be "PathObjects.crea"
.-
Method Summary
-
Method Details
-
getToken
Get the token needed for the completion.- Parameters:
text
-pos
-- Returns:
-