Package | Description |
---|---|
gnu.jemacs.buffer |
Provides various building blocks for building an Emacs-like text editor.
|
gnu.jemacs.swing | |
gnu.jemacs.swt | |
gnu.kawa.functions | |
gnu.lists | |
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
Modifier and Type | Class and Description |
---|---|
class |
Buffer |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EKeymap.lookupKey(Sequence keys,
boolean acceptDefaults) |
Modifier and Type | Class and Description |
---|---|
class |
SwingBuffer
An Emacs buffer implemented using the Swing toolkits.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferContent |
class |
LineOffsets
The purpose of this class is to maintain an ordered set of line offsets for an
SwtCharBuffer.
|
class |
SwtBuffer |
class |
SwtCharBuffer
TODO Explain that this is all about.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ArrayRef.arrayRef(Array array,
Sequence index) |
static void |
ArraySet.arraySet(Array array,
Sequence index,
java.lang.Object value) |
Modifier and Type | Interface and Description |
---|---|
interface |
CharSeq
A sequence where each element is a character.
|
Modifier and Type | Class and Description |
---|---|
class |
BitVector
Simple adjustable-length vector of boolean values.
|
class |
ByteVector |
class |
CharBuffer
Editable character sequence using a a buffer-gap implementstion and
self-adjusting position.
|
class |
F32Vector
Simple adjustable-length vector whose elements are 32-bit floats.
|
class |
F64Vector
Simple adjustable-length vector whose elements are 64-bit floats.
|
class |
FString
Simple adjustable-length vector whose elements are 32-bit floats.
|
class |
FVector
Simple adjustable-length vector whose elements are Object references.
|
class |
GapVector
An array with a gap in the middle, allowing efficient insert and delete.
|
class |
GeneralArray1 |
class |
ImmutablePair |
class |
LList
Semi-abstract class for traditions Lisp-style lists.
|
class |
Pair
A "pair" object, as used in Lisp-like languages.
|
class |
PairWithPosition
A
Pair with the file name and position it was read from. |
class |
S16Vector
Simple adjustable-length vector of signed 16-bit integers (shorts).
|
class |
S32Vector
Simple adjustable-length vector of signed 32-bit integers (ints).
|
class |
S64Vector
Simple adjustable-length vector of signed 64-bit integers (longs).
|
class |
S8Vector
Simple adjustable-length vector of signed 8-bit integers (bytes).
|
class |
SimpleVector
A SimpleVector implement as a simple array plus a current size.
|
class |
StableVector
Implements a stable sequence with sticky positions.
|
class |
SubCharSeq |
class |
SubSequence
A sequence consisting of a sub-range of the elements of a base sequence.
|
class |
U16Vector
Simple adjustable-length vector of unsigned 16-bit integers (shorts).
|
class |
U32Vector
Simple adjustable-length vector of unsigned 32-bit integers (ints).
|
class |
U64Vector
Simple adjustable-length vector of unsigned 64-bit integers (longs).
|
class |
U8Vector
Simple adjustable-length vector of unsigned 8-bit integers (bytes).
|
Modifier and Type | Method and Description |
---|---|
Sequence |
AbstractSequence.subSequence(SeqPosition start,
SeqPosition end) |
protected Sequence |
AbstractSequence.subSequencePos(int ipos0,
int ipos1) |
protected Sequence |
SubSequence.subSequencePos(int ipos0,
int ipos1) |
Constructor and Description |
---|
BitVector(Sequence seq) |
F32Vector(Sequence seq) |
F64Vector(Sequence seq) |
FString(Sequence seq) |
S16Vector(Sequence seq) |
S32Vector(Sequence seq) |
S64Vector(Sequence seq) |
S8Vector(Sequence seq) |
U16Vector(Sequence seq) |
U32Vector(Sequence seq) |
U64Vector(Sequence seq) |
U8Vector(Sequence seq) |
Modifier and Type | Class and Description |
---|---|
class |
ValueStack |