Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
Keyword |
Compiler.KeywordExpr.k |
Modifier and Type | Method and Description |
---|---|
static Keyword |
Keyword.intern(java.lang.String ns,
java.lang.String name) |
static Keyword |
Keyword.intern(Symbol sym) |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.FnExpr.emitKeyword(GeneratorAdapter gen,
Keyword k) |
static ISeq |
RT.findKey(Keyword key,
ISeq keyvals) |
Constructor and Description |
---|
KeywordExpr(Keyword k) |