Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
Keyword |
Compiler.KeywordExpr.k |
Keyword |
MethodImplCache.methodk |
Modifier and Type | Method and Description |
---|---|
Keyword |
Agent.getErrorMode() |
static Keyword |
Keyword.intern(java.lang.String nsname) |
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.ObjExpr.emitKeyword(GeneratorAdapter gen,
Keyword k) |
static ISeq |
RT.findKey(Keyword key,
ISeq keyvals) |
ILookupThunk |
IKeywordLookup.getLookupThunk(Keyword k) |
static ILookupThunk |
Compiler.getLookupThunk(java.lang.Object target,
Keyword k) |
void |
Agent.setErrorMode(Keyword k) |
Constructor and Description |
---|
KeywordExpr(Keyword k) |
KeywordLookupSite(int n,
Keyword k) |
MethodImplCache(IPersistentMap protocol,
Keyword methodk) |
MethodImplCache(IPersistentMap protocol,
Keyword methodk,
int shift,
int mask,
java.lang.Object[] table) |