Package | Description |
---|---|
clojure.lang |
Modifier and Type | Field and Description |
---|---|
(package private) static Keyword |
Compiler.arglistsKey |
(package private) static Keyword |
RT.COLUMN_KEY |
(package private) static Keyword |
Compiler.CaseExpr.compactKey |
(package private) static Keyword |
RT.CONST_KEY |
(package private) static Keyword |
Agent.CONTINUE |
(package private) static Keyword |
RT.DECLARED_KEY |
(package private) static Keyword |
EdnReader.TaggedReader.DEFAULT |
static Keyword |
Compiler.disableLocalsClearingKey |
(package private) static Keyword |
RT.DOC_KEY |
(package private) static Keyword |
Compiler.dynamicKey |
static Keyword |
Compiler.elideMetaKey |
(package private) static Keyword |
EdnReader.EOF |
(package private) Keyword |
Agent.errorMode |
(package private) static Keyword |
Agent.FAIL |
(package private) static Keyword |
RT.FILE_KEY |
(package private) static Keyword |
Compiler.CaseExpr.hashEquivKey |
(package private) static Keyword |
Compiler.CaseExpr.hashIdentityKey |
(package private) static Keyword |
Compiler.implementsKey |
(package private) static Keyword |
Compiler.inlineAritiesKey |
(package private) static Keyword |
Compiler.inlineKey |
(package private) static Keyword |
Compiler.CaseExpr.intKey |
(package private) Keyword |
KeywordLookupSite.k |
Keyword |
Compiler.KeywordExpr.k |
(package private) static Keyword |
RT.LINE_KEY |
(package private) static Keyword |
Var.macroKey |
Keyword |
MethodImplCache.methodk |
(package private) static Keyword |
Compiler.InvokeExpr.methodMapKey |
(package private) static Keyword |
Var.nameKey |
(package private) static Keyword |
Var.nsKey |
(package private) static Keyword |
Compiler.onKey |
(package private) static Keyword |
Compiler.InvokeExpr.onKey |
(package private) static Keyword |
Var.privateKey |
(package private) static Keyword |
Compiler.protocolKey |
(package private) static Keyword |
EdnReader.TaggedReader.READERS |
(package private) static Keyword |
Compiler.CaseExpr.sparseKey |
(package private) static Keyword |
Compiler.staticKey |
Keyword |
Compiler.CaseExpr.switchType |
(package private) static Keyword |
RT.TAG_KEY |
Keyword |
Compiler.CaseExpr.testType |
(package private) static Keyword |
LispReader.UNKNOWN |
(package private) static Keyword |
Compiler.volatileKey |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentHashMap<Symbol,java.lang.ref.Reference<Keyword>> |
Keyword.table |
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) |
private static Compiler.KeywordExpr |
Compiler.registerKeyword(Keyword keyword) |
private static int |
Compiler.registerKeywordCallsite(Keyword keyword) |
void |
Agent.setErrorMode(Keyword k) |
Constructor and Description |
---|
Compiler.CaseExpr(int line,
int column,
Compiler.LocalBindingExpr expr,
int shift,
int mask,
int low,
int high,
Compiler.Expr defaultExpr,
java.util.SortedMap<java.lang.Integer,Compiler.Expr> tests,
java.util.HashMap<java.lang.Integer,Compiler.Expr> thens,
Keyword switchType,
Keyword testType,
java.util.Set<java.lang.Integer> skipCheck) |
Compiler.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) |