Package | Description |
---|---|
gnu.commonlisp.lang | |
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). |
kawa.lang |
Modifier and Type | Field and Description |
---|---|
static LList |
Lisp2.FALSE |
Modifier and Type | Method and Description |
---|---|
abstract EMenu |
EToolkit.getMenu(LList menubar) |
void |
EMenu.setMenu(LList menu) |
abstract void |
EFrame.setMenuBar(LList menu) |
Modifier and Type | Method and Description |
---|---|
EMenu |
SwingToolkit.getMenu(LList menubar) |
void |
SwingMenu.setMenu(LList menu) |
void |
SwingFrame.setMenuBar(LList menu) |
Constructor and Description |
---|
SwingMenu(LList menu) |
Modifier and Type | Method and Description |
---|---|
EMenu |
SwtToolkit.getMenu(LList menubar) |
void |
SwtMenu.setMenu(LList menu) |
void |
SwtFrame.setMenuBar(LList list) |
Modifier and Type | Method and Description |
---|---|
void |
DisplayFormat.writeList(LList value,
OutPort out) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutablePair |
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. |
Modifier and Type | Field and Description |
---|---|
static LList |
LList.Empty |
Modifier and Type | Method and Description |
---|---|
static LList |
LList.makeList(java.util.List vals) |
static LList |
LList.makeList(java.lang.Object[] vals,
int offset) |
static LList |
LList.makeList(java.lang.Object[] vals,
int offset,
int length) |
static LList |
LList.reverseInPlace(java.lang.Object list)
Reverse a list in place, by modifying the cdr fields.
|
Modifier and Type | Method and Description |
---|---|
LList |
CallContext.getRestArgsList(int next)
Get remaining arguments as a list.
|
Modifier and Type | Method and Description |
---|---|
LList |
Translator.scanBody(java.lang.Object body,
ScopeExp defs,
boolean makeList)
Recursive helper method for rewrite_body.
|
static LList |
Record.typeFieldNames(java.lang.Class clas) |
static LList |
Record.typeFieldNames(ClassType ctype) |
Modifier and Type | Method and Description |
---|---|
static ClassType |
Record.makeRecordType(java.lang.String name,
LList fnames) |