Package | Description |
---|---|
gnu.ecmascript | |
gnu.jemacs.swing | |
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
Modifier and Type | Field and Description |
---|---|
static Char |
Lexer.colonToken |
static Char |
Lexer.commaToken |
static Char |
Lexer.condToken |
static Char |
Lexer.dotToken |
static Char |
Lexer.equalToken |
static Char |
Lexer.lbraceToken |
static Char |
Lexer.lbracketToken |
static Char |
Lexer.lparenToken |
static Char |
Lexer.notToken |
static Char |
Lexer.rbraceToken |
static Char |
Lexer.rbracketToken |
static Char |
Lexer.rparenToken |
static Char |
Lexer.semicolonToken |
static Char |
Lexer.tildeToken |
Modifier and Type | Method and Description |
---|---|
Char |
SwingBuffer.get(int index) |
Modifier and Type | Method and Description |
---|---|
Char |
FString.get(int index) |
Char |
IString.getRaw(int index) |
Char |
FString.getRaw(int index) |
Char |
Sequences.CharacterIterator.next() |
Char |
FString.set(int index,
Char value) |
Modifier and Type | Method and Description |
---|---|
Char |
FString.set(int index,
Char value) |
void |
FString.setRaw(int index,
Char value) |
Modifier and Type | Method and Description |
---|---|
static Char |
Char.make(int ch) |
static Char |
Char.valueOf(int ch) |