Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
static Keyword |
Compiler.disableLocalsClearingKey |
static Keyword |
Compiler.elideMetaKey |
Keyword |
Compiler.KeywordExpr.k |
Keyword |
MethodImplCache.methodk |
Keyword |
Compiler.CaseExpr.switchType |
Keyword |
Compiler.CaseExpr.testType |
Modifier and Type | Method and Description |
---|---|
static Keyword |
Keyword.find(java.lang.String nsname) |
static Keyword |
Keyword.find(java.lang.String ns,
java.lang.String name) |
static Keyword |
Keyword.find(Symbol sym) |
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) |
static Keyword |
RT.keyword(java.lang.String ns,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.ObjExpr.emitKeyword(GeneratorAdapter gen,
Keyword k) |
static ISeq |
RT.findKey(Keyword key,
ISeq keyvals) |
static java.lang.Object |
Compiler.getCompilerOption(Keyword k) |
ILookupThunk |
IKeywordLookup.getLookupThunk(Keyword k) |
static ILookupThunk |
Compiler.getLookupThunk(java.lang.Object target,
Keyword k) |
void |
Agent.setErrorMode(Keyword k) |
Constructor and Description |
---|
CaseExpr(int line,
int column,
Compiler.LocalBindingExpr expr,
int shift,
int mask,
int low,
int high,
clojure.lang.Compiler.Expr defaultExpr,
java.util.SortedMap<java.lang.Integer,clojure.lang.Compiler.Expr> tests,
java.util.HashMap<java.lang.Integer,clojure.lang.Compiler.Expr> thens,
Keyword switchType,
Keyword testType,
java.util.Set<java.lang.Integer> skipCheck) |
KeywordExpr(Keyword k) |
KeywordLookupSite(Keyword k) |
MethodImplCache(IPersistentMap protocol,
Keyword methodk) |
MethodImplCache(IPersistentMap protocol,
Keyword methodk,
int shift,
int mask,
java.lang.Object[] table) |
MethodImplCache(IPersistentMap protocol,
Keyword methodk,
java.util.Map map) |