| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
Buffer.copy() |
Buffer |
LineReader.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffer.copyFrom(Buffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferImpl
A holder for a
StringBuilder that also contains the current cursor position. |
| Modifier and Type | Field and Description |
|---|---|
protected Buffer |
LineReaderImpl.buf |
protected Buffer |
LineReaderImpl.historyBuffer |
| Modifier and Type | Field and Description |
|---|---|
protected UndoTree<Buffer> |
LineReaderImpl.undo |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
LineReaderImpl.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferImpl.copyFrom(Buffer buf) |
protected void |
LineReaderImpl.setBuffer(Buffer buffer) |
Copyright © 2020. All rights reserved.