class BackslashEscapeCompleter extends Object implements jline.console.completer.Completer
A completer within compatible strings (single/double quotes, single/double triple quotes) showing informational alternatives that can occur after the backslash escape character. No completion occurs and the cursor remains where it is.
| Constructor and description | 
|---|
                                BackslashEscapeCompleter() | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            int | 
                            complete(String buffer, int cursor, List<CharSequence> candidates) | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.