Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
kawa.lang | |
kawa.standard |
Modifier and Type | Field and Description |
---|---|
Keyword[] |
LambdaExp.keywords |
Modifier and Type | Method and Description |
---|---|
static Keyword |
Keyword.make(java.lang.String name)
Create or find a Keyword with a given name (without final ':').
|
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 |