[Groovy] Class BackslashEscapeCompleter
- org.codehaus.groovy.tools.shell.completion.BackslashEscapeCompleter
- All Implemented Interfaces and Traits:
- Completer
@Deprecated class BackslashEscapeCompleter extends Object implements 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.
- Since:
- 2.4.13
Constructor Summary
Constructor and description |
---|
BackslashEscapeCompleter
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
complete(String buffer, int cursor, List<CharSequence> candidates) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
BackslashEscapeCompleter()
Method Detail
@Override int complete(String buffer, int cursor, List<CharSequence> candidates)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/tools/shell/completion/BackslashEscapeCompleter.html