Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
kawa.standard |
Primitive Scheme syntax and functions.
|
Modifier and Type | Field and Description |
---|---|
Keyword[] |
LambdaExp.keywords |
Modifier and Type | Method and Description |
---|---|
Keyword |
Expression.checkLiteralKeyword()
Is this a keyword argument?
In the future this will return non-null only for explicit
literal non-quoted Keywords.
|
static Keyword |
Keyword.make(java.lang.String name)
Create or find a Keyword with a given name (without ':').
|
Modifier and Type | Method and Description |
---|---|
void |
GenericProc.setProperty(Keyword key,
java.lang.Object value) |
Modifier and Type | Field and Description |
---|---|
static Keyword |
Lambda.nameKeyword |
Modifier and Type | Field and Description |
---|---|
static Keyword |
object.accessKeyword |
static Keyword |
object.allocationKeyword |
static Keyword |
object.classNameKeyword |
static Keyword |
object.interfaceKeyword |
static Keyword |
object.throwsKeyword |