Uses of Class
clojure.lang.Keyword

Packages that use Keyword
clojure.lang   
 

Uses of Keyword in clojure.lang
 

Fields in clojure.lang declared as Keyword
static Keyword Compiler.disableLocalsClearingKey
           
static Keyword Compiler.elideMetaKey
           
 Keyword Compiler.KeywordExpr.k
           
 Keyword MethodImplCache.methodk
           
 Keyword Compiler.CaseExpr.switchType
           
 Keyword Compiler.CaseExpr.testType
           
 

Methods in clojure.lang that return Keyword
static Keyword Keyword.find(String nsname)
           
static Keyword Keyword.find(String ns, String name)
           
static Keyword Keyword.find(Symbol sym)
           
 Keyword Agent.getErrorMode()
           
static Keyword Keyword.intern(String nsname)
           
static Keyword Keyword.intern(String ns, String name)
           
static Keyword Keyword.intern(Symbol sym)
           
static Keyword RT.keyword(String ns, String name)
           
 

Methods in clojure.lang with parameters of type Keyword
 void Compiler.ObjExpr.emitKeyword(GeneratorAdapter gen, Keyword k)
           
static ISeq RT.findKey(Keyword key, ISeq keyvals)
           
static Object Compiler.getCompilerOption(Keyword k)
           
 ILookupThunk IKeywordLookup.getLookupThunk(Keyword k)
           
static ILookupThunk Compiler.getLookupThunk(Object target, Keyword k)
           
 void Agent.setErrorMode(Keyword k)
           
 

Constructors in clojure.lang with parameters of type Keyword
Compiler.CaseExpr(int line, int column, Compiler.LocalBindingExpr expr, int shift, int mask, int low, int high, clojure.lang.Compiler.Expr defaultExpr, SortedMap<Integer,clojure.lang.Compiler.Expr> tests, HashMap<Integer,clojure.lang.Compiler.Expr> thens, Keyword switchType, Keyword testType, Set<Integer> skipCheck)
           
Compiler.KeywordExpr(Keyword k)
           
KeywordLookupSite(Keyword k)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk, int shift, int mask, Object[] table)
           
MethodImplCache(IPersistentMap protocol, Keyword methodk, Map map)
           
 



Copyright © 2012. All Rights Reserved.